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

80 Commits

Author SHA1 Message Date
Vjacheslav Trushkin
933202d617 Minor changes to React and Svelte components 2021-09-27 17:28:42 +03:00
Vjacheslav Trushkin
b415911f04 More small changes to React component 2021-09-27 16:29:01 +03:00
Vjacheslav Trushkin
cb8b5333be Update exports for SVG framework and React component, update build process for React component 2021-09-25 13:08:47 +03:00
Vjacheslav Trushkin
bd18d8874e Update React component code for new core and utils structure 2021-09-25 11:43:00 +03:00
Vjacheslav Trushkin
8249705761 Publish new beta versions of all components 2021-09-12 22:17:20 +03:00
Vjacheslav Trushkin
00e71c20dd Publish beta versions of all packages 2021-09-05 19:59:05 +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
46988cf994 Ignore lib in iconify and react packages 2021-09-02 10:08:53 +03:00
Vjacheslav Trushkin
a5f8282df2 Redo internal API exports to make API functions reusable 2021-09-01 11:34:58 +03:00
Vjacheslav Trushkin
eebac83a65 Automatically require cross-fetch when running in Node 2021-08-29 21:51:54 +03:00
Vjacheslav Trushkin
f5729b7d00 Update React component 2021-08-16 11:33:09 +03:00
nghiepit
8acdc59844 Resolve React Icon type problems 2021-08-16 14:56:25 +07:00
Nghiệp
258af29f7c Fix React icon ref element 2021-08-16 09:04:15 +07:00
Nghiệp
aaa0f5dfdf Fix roate allow rotation to be string 2021-08-16 08:50:00 +07:00
Vjacheslav Trushkin
f1b840918c Publish new components as stable 2021-08-09 09:22:08 +03:00
Vjacheslav Trushkin
d1284f4c95 Update README files 2021-07-21 12:06:03 +03:00
Vjacheslav Trushkin
833a39e2cc Publish stable Ember component, update Ember demo, create readme file for Ember and fix minor issues in other readme files 2021-07-20 21:03:16 +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
2c83b87f5c Rewrite documentation for React component 2021-06-16 22:51:33 +03:00
Vjacheslav Trushkin
dee8562c7f Move few more functions from Core to Utils, update packages 2021-05-26 10:01:23 +03:00
Vjacheslav Trushkin
7898614a8c Add funding link to main packages 2021-05-24 21:03:04 +03:00
Vjacheslav Trushkin
85a3717618 Move few more functions from Core to Utils 2021-05-24 17:02:00 +03:00
Vjacheslav Trushkin
ebeb8de02c Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
Vjacheslav Trushkin
7214c077b4 Clean up code for IconifyPreload and IconifyProviders 2021-05-13 22:33:33 +03:00
Vjacheslav Trushkin
3f6265fdac Add class names to icons loaded from API in components, matching SVG framework functionality 2021-05-13 15:46:50 +03:00
Vjacheslav Trushkin
144604ce2b Add onLoad callback to components, export buildIcon, add onLoad event to components, fix customisations, publish new versions 2021-05-11 23:27:13 +03:00
Vjacheslav Trushkin
fb5744a1cb Publish alpha versions of all components 2021-05-07 22:17:16 +03:00
Vjacheslav Trushkin
5192ed0ab7 Update dependencies in various components and demos, move setFetch to _api in all components 2021-05-07 21:19:48 +03:00
Vjacheslav Trushkin
0045b0e403 Minor fixes 2021-05-06 16:49:46 +03:00
Vjacheslav Trushkin
1fa44e16f3 Test changing icon while icon is being loaded in React and Svelte components 2021-05-02 20:47:48 +03:00
Vjacheslav Trushkin
73cec2ac80 Few small changes to React component 2021-05-01 23:39:56 +03:00
Vjacheslav Trushkin
708995f8d3 Improve few React component unit tests 2021-04-30 12:51:56 +03:00
Vjacheslav Trushkin
95ea0e59a6 Fix typo in React tests 2021-04-28 18:01:30 +03:00
Vjacheslav Trushkin
b46498b8fd Refectoring React: working API component 2021-04-27 19:21:35 +03:00
Vjacheslav Trushkin
e1fa93db6b Refactoring React: full component, without automatic data loading yet 2021-04-26 21:43:20 +03:00
Vjacheslav Trushkin
3f73f4f145 Refactoring React: full component but without API support 2021-04-24 14:49:37 +03:00
Vjacheslav Trushkin
9fb87b1e61 Refactoring React: working offline component with tests and demo 2021-04-23 23:50:17 +03:00
Vjacheslav Trushkin
257d3d60f0 Rebuild React without API package 2021-04-23 18:06:49 +03:00
Vjacheslav Trushkin
5045d61a95 Move old React packages to archive 2021-04-23 15:51:09 +03:00
Vjacheslav Trushkin
49975f908d Render children nodes in React component when icon is missing 2021-04-23 15:09:42 +03:00
Vjacheslav Trushkin
b46ab0179f Clean up tests for React component 2021-04-23 12:35:03 +03:00
Vjacheslav Trushkin
e895bbc5df Update dependencies for React components and demo 2021-04-19 19:42:47 +03:00
Vjacheslav Trushkin
cfebb972a6 Generate consistent ids on server and client in Vue and Svelte components 2021-02-15 10:31:05 +02:00
Vjacheslav Trushkin
a461428d6a Add Next.js notice to React package readme 2021-02-12 09:17:03 +02:00
Vjacheslav Trushkin
f5597ca27a Update React components for React 17 2021-02-08 09:30:13 +02:00
Vjacheslav Trushkin
2dbc923a29 Use id property to generate reliable ids for shapes in React component 2021-02-06 11:22:51 +02:00
Vjacheslav Trushkin
9021dd57eb Use deterministic ids in react component 2021-02-04 09:45:43 +02:00
Vjacheslav Trushkin
f926986eb6 Clean up code for React with API for new React component compatibility 2021-01-27 11:45:03 +02:00
Vjacheslav Trushkin
6505545902 Pass reference to SVG in React component 2021-01-27 10:46:25 +02:00