2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 09:19:02 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
Joaquín Sánchez Jiménez
f5665ede70 chore: handle scale option when merging svg icon props 2022-02-26 16:27:20 +01:00
Joaquín Sánchez Jiménez
a1592498bb chore: handle defaultStyle and defaultClass 2022-02-26 15:57:00 +01:00
Joaquín Sánchez Jiménez
8b7641839e chore: move encodeCssSvg to its own module 2022-02-26 15:39:56 +01:00
Joaquín Sánchez Jiménez
ef22738574 feat: split modern loader for node and browser support 2022-02-26 15:12:13 +01:00
Vjacheslav Trushkin
00d7d6e0c5 Publish new versions of library builder and core packages 2022-01-10 22:50:16 +02:00
Vjacheslav Trushkin
0a321541e0 Publish utils 1.0.21 2022-01-10 19:44:05 +02:00
Vjacheslav Trushkin
4487568ba4 Prettier recently updated files 2022-01-10 18:08:40 +02:00
Joaquín Sánchez Jiménez
3553153baf fix: jsdocs for IconCustomizations + some typo 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
9ebf18df94 chore: add icons customizations 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
d1d674543f chore: update imports 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
56894251c6 feat: refactor modern loader 2022-01-10 17:59:56 +02:00
Vjacheslav Trushkin
fe98ca73bf Add annotations, clean up getCustomIcon and test loading bad icon 2022-01-10 17:59:56 +02:00
Vjacheslav Trushkin
9c0ba71355 Move fixtures in utils to fixtures directory 2022-01-10 17:59:56 +02:00
Vjacheslav Trushkin
3f90e54129 Check if file exists asynchronously in FileSystemIconLoader 2022-01-10 17:59:56 +02:00
Vjacheslav Trushkin
5d6885369f Format updated files with Prettier 2022-01-10 17:59:56 +02:00
Vjacheslav Trushkin
2a0dbf8fa9 Move reusable string functions to separate file 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
0a62d009a8 lint 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
0838ccc038 chore: add kolorist 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
63f6e0ceaa test: remove extra comma on tests for gteCustomIcon and FileSystemIconLoader 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
f9bcf65af7 test: add tests for gteCustomIcon and FileSystemIconLoader 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
5cb43cc2d2 chore: add transform callback on getCustomIcon 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
e74d0252b1 chore: update library-builder to work on windows os 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
609537b7bf chore: add export to utils index 2022-01-10 17:59:56 +02:00
Joaquín Sánchez Jiménez
ffd23fb8ec feat: add external svg loader 2022-01-10 17:59:56 +02:00
Vjacheslav Trushkin
7e7e81e3b2 Do not use dash in automatically generated IDs, it breaks SVG animations 2022-01-09 11:01:59 +02:00
Vjacheslav Trushkin
3b6b12288d Fix main exports in Iconify Utils 2021-11-25 10:50:09 +02:00
Vjacheslav Trushkin
4c9e723032 Add hidden property to IconifyInfo 2021-11-17 18:24:36 +02:00
Vjacheslav Trushkin
d661f6c8b4 Add main file to Utils 2021-11-13 21:25:38 +02:00
Vjacheslav Trushkin
ee240278fa Fix bug in icon set minification in utils 2021-10-13 23:38:00 +03:00
Vjacheslav Trushkin
2160e2a2f5 Update Utils: fix few bugs, add default option to rotateFromString 2021-10-13 18:29:17 +03:00
Vjacheslav Trushkin
7ba8c01e66 Fix attribute comparison in toBoolean in Utils 2021-10-13 10:03:34 +03:00
Vjacheslav Trushkin
c1b22647eb Few more changes to parseIconSet function to make it cleaner 2021-10-12 18:19:46 +03:00
Vjacheslav Trushkin
0691bb6836 Redo function for parsing icon sets, fix bug in parsing icon sets 2021-10-12 17:17:51 +03:00
Vjacheslav Trushkin
8766772b02 Add basic colors parser/validator to utils instead of creating another package 2021-10-09 20:20:07 +03:00
Vjacheslav Trushkin
c4dde40fc8 Make few icon set info fields optional, clean up code for converting icon set info 2021-10-05 22:37:57 +03:00
Vjacheslav Trushkin
fe1d673603 Fix bad npmignore in utils 2021-10-05 17:09:41 +03:00
Vjacheslav Trushkin
501594764e Utils update: convert samplesHeight from legacy info format 2021-10-05 16:19:18 +03:00
Vjacheslav Trushkin
f8d9f4bc00 Add icon set info conversion function to Utils package 2021-10-05 15:02:06 +03:00
Vjacheslav Trushkin
1a67950032 Utils update: cleaner code for replacing ids, add unneeded files to .npmignore 2021-10-02 21:11:27 +03:00
Vjacheslav Trushkin
ecc33f6209 Fix bug in replacing ids in shapes, publish new version of utils 2021-10-01 23:13:37 +03:00
Vjacheslav Trushkin
e82ecf83da Publish new versions of various libraries, update dependencies 2021-09-25 11:12:24 +03:00
Vjacheslav Trushkin
a77c89a545 Remove unnecessary comments from utils 2021-09-24 18:39:17 +03:00
Vjacheslav Trushkin
cd4a1f70dd Fix exports in utils package 2021-09-23 23:38:53 +03:00
Vjacheslav Trushkin
f86317c7bf ES support for utils package 2021-09-20 23:53:49 +03:00
Vjacheslav Trushkin
e6f69c6901 Merge branch 'dev/reusable-api' into dev/next 2021-09-20 16:33:57 +03:00
Vjacheslav Trushkin
027a317e4e Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
Vjacheslav Trushkin
1c8273b977 Build ES and CommonJS files for utils and core packages 2021-09-17 00:07:22 +03:00
Vjacheslav Trushkin
2fb2a8d9ca Fix replacing ids in icons to support animations 2021-07-01 12:00:13 +03:00
Vjacheslav Trushkin
42fd30d28d Update dependencies, rewrite readme files 2021-06-20 09:59:30 +03:00
Vjacheslav Trushkin
4490d02be7 Fix getIconData in Iconify Utils 2021-05-27 19:52:31 +03:00