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

21 Commits

Author SHA1 Message Date
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
96ced6e5de Rewite API handling and export reusable _api.sendQuery function that can be used without adding API provider first 2021-09-05 19:09:25 +03:00
Vjacheslav Trushkin
02ccf58817 Fix renderHTML, renderSVG and renderIcon functions in SVG framework 2021-08-19 12:35:49 +03:00
Vjacheslav Trushkin
b203cf9cfb Observe documentElement instead of body in SVG framework 2021-06-16 15:36:51 +03:00
Vjacheslav Trushkin
8510d68768 Add tests for title attribute for SVG framework 2021-04-19 18:41:06 +03:00
Vjacheslav Trushkin
a2a597b6d2 Make SVG framework function (except for functions that require DOM) in Node.js instead of throwing errors 2021-01-12 14:04:19 +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
3e4e42a723 Clean up unit tests for browser 2020-12-16 11:48:50 +02:00
Vjacheslav Trushkin
2a1b3a2b8b Unit test to make sure scan is called immediately when observing custom node 2020-08-12 10:39:06 +03:00
Vjacheslav Trushkin
d31bd5fca4 Fix listIcons in SVG framework and update few comments 2020-08-11 23:28:50 +03:00
Vjacheslav Trushkin
7645047431 Rebuild observer in SVG framework. Now it supports multiple root nodes 2020-08-04 18:30:24 +03:00
Vjacheslav Trushkin
d1bd40bcb0 Change behavior of scanDOM in SVG framework when used with custom root node 2020-08-02 21:48:53 +03:00
Vjacheslav Trushkin
4207fd254a Test changing icon after rendering 2020-08-01 23:12:26 +03:00
Vjacheslav Trushkin
b3dfcf0696 Add tests for scanDOM with custom root, without API 2020-08-01 11:12:55 +03:00
Vjacheslav Trushkin
68742d0793 Re-structure SVG framework 2020-07-01 23:29:43 +03:00
Vjacheslav Trushkin
a088b64b58 Fix tests for SVG framework 2020-06-12 00:46:47 +03:00
Vjacheslav Trushkin
cf3d9394ee Add provider to SVG class names list, update unit tests 2020-06-02 00:31:57 +03:00
Vjacheslav Trushkin
2aad697264 Implement icon providers (similar to namespaces) 2020-05-29 22:08:45 +03:00
Vjacheslav Trushkin
1dd49d6455 Iconify 2.0.0 beta 1 2020-04-28 17:35:35 +03:00
Vjacheslav Trushkin
58d4cf3d49 Move version 2 to a big monorepo 2020-04-28 12:47:35 +03:00