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

22 Commits

Author SHA1 Message Date
Vjacheslav Trushkin
8903221391 Split type and value imports in core 2020-12-25 21:03:15 +02:00
Vjacheslav Trushkin
d9303423d1 Organize exported functions in reusable modules to make it easier to manage multiple implementations 2020-12-22 14:49:02 +02:00
Vjacheslav Trushkin
1e3ffd7984 Remove getIconName function, add optional validation to stringToIcon 2020-12-21 19:33:08 +02:00
Vjacheslav Trushkin
5f285fcf14 Split common storage functions into separate file with reusable interface 2020-12-21 17:15:45 +02:00
Vjacheslav Trushkin
d2dadd3b2e Update API redundancy, update some dependencies that were bugged with npm 7 2020-12-15 14:23:15 +02:00
Vjacheslav Trushkin
1bcaaf2ce6 Update dependencies for all packages, use npm 7, archive axios module 2020-11-21 13:55:36 +02:00
Vjacheslav Trushkin
cb4ae877e5 Update core dependencies, reverse temporary change in FullIconifyIcon type 2020-11-05 11:38:07 +02:00
Vjacheslav Trushkin
4ac1f0f199 Add TypeScript as dev dependency to types, move hidden field from icon object, so it affects only JSON structure 2020-11-05 11:35:41 +02:00
Vjacheslav Trushkin
9e2e2d315e Refactor addCollection in core: move it to separate reusable function. Publish RC.1 2020-09-03 14:11:17 +03:00
Vjacheslav Trushkin
c9cfa55bb4 Update dependencies for core, remove debug code that was added by mistake, publish new version 2020-08-26 18:34:53 +03:00
Vjacheslav Trushkin
19312fe1dd Move listIcons to core, add unit tests 2020-08-14 12:01:47 +03:00
Vjacheslav Trushkin
0c08b40043 Add 'crop' to alignment keywords for backwards compatibility with Iconify 1 2020-07-07 10:00:29 +03:00
Vjacheslav Trushkin
a0aabb9b50 Use Fetch API when it is available, JSONP when not. Remove Axios from default builds 2020-06-11 23:39:32 +03:00
Vjacheslav Trushkin
49b9d09f6f Move API modules from iconify package to core package 2020-06-10 22:26:59 +03:00
Vjacheslav Trushkin
5ee1765529 Make API modules independent from core, expose functions to set custom API modules, update package depdendencies 2020-06-10 22:15:40 +03:00
Vjacheslav Trushkin
220190d8fe Do not spam log with errors 2020-06-09 20:07:48 +03:00
Vjacheslav Trushkin
4fc2a3727b In SVG framework expose internal API and fix issues preventing it from running in Node environment 2020-06-03 22:01:45 +03:00
Vjacheslav Trushkin
ff7552abda Add demo files for SVG framework, preload icons from IconifyPreload 2020-05-31 20:03:13 +03:00
Vjacheslav Trushkin
eea235f97d Slightly change API providers behavior, import providers from IconifyProviders global 2020-05-31 09:44:24 +03:00
Vjacheslav Trushkin
2aad697264 Implement icon providers (similar to namespaces) 2020-05-29 22:08:45 +03:00
Vjacheslav Trushkin
3a7b1751b3 Fix rendering icons that have customisations 2020-04-29 11:15:37 +03:00
Vjacheslav Trushkin
58d4cf3d49 Move version 2 to a big monorepo 2020-04-28 12:47:35 +03:00