Commit graph

30 commits

Author SHA1 Message Date
lucaburgio c60b827b7e Release Version v5.0 2022-06-08 09:00:52 +00:00
lucaburgio d7e9e21ed5 Release Version v4.9.2 2022-05-21 11:59:10 +00:00
L 15f4a66d71
Allow react 18 2022-04-23 17:25:03 -07:00
lucaburgio d72bf5a86c Release Version v4.9.1 2022-04-23 22:16:01 +00:00
lucaburgio 353455c08f Release Version v4.9 2022-04-23 13:50:18 +00:00
lucaburgio 1f2b73f67e Release Version v4.8.1 2022-04-10 09:35:00 +00:00
lucaburgio 2ab4621587 Release Version v4.8 2022-04-02 09:28:56 +00:00
Sam Marks 4356a46550
feat: add support for ESM modules (#135) 2022-03-23 11:11:43 -04:00
sammarks b56e651622 Release Version v4.7.1 2022-03-10 20:41:14 +00:00
lucaburgio 0b6d2ff264 Update build artifacts and release 2022-03-08 22:23:34 +00:00
lucaburgio bc3d42b89e Update build artifacts and release 2022-03-08 21:32:35 +00:00
Sam Marks 9bec23262c chore: update versions for release 2022-03-08 10:11:47 -05:00
Sam Marks f60382ff49 fix: use regular TS bundling to fix published release 2022-03-08 10:02:42 -05:00
lucaburgio 6c61d402c2 Update build artifacts and release 2022-03-08 14:40:31 +00:00
Sam Marks 8980b170fc feat: add automatic publishing for iconoir-react and iconoir-react-native 2022-02-24 13:00:04 -05:00
Pascal Jufer 0c01c1b547 Enhance build process & update artifacts 2021-10-13 16:29:32 +02:00
Pascal Jufer 830a4c9544 Introduce iconoir npm package
Available under https://www.npmjs.com/package/iconoir

Tested with Vite - see https://vitejs.dev/guide/assets.html#importing-asset-as-url

Closes #61
2021-07-05 18:38:43 +02:00
Pascal Jufer 382b7d3550 Update iconoir-react/iconoir-react-native packages 2021-07-05 17:11:54 +02:00
Barnabas Jovanovics 79d5322a96 support webpack treeshaking 2021-06-29 15:57:52 +02:00
Pascal Jufer bb0c0b5bbd Update packages 2021-06-17 11:35:55 +02:00
Pascal Jufer cfa7bc44b4 Introduce iconoir-react-native package, unify build script 2021-06-15 10:26:23 +02:00
Daniel Martin 9565207e23 Update iconoir-react to v2.0.0
- Add CHANGELOG for better visibility of changes
- Update README to reflect changes made in update
- Update version in package.json and package-lock.json
2021-06-01 22:46:34 +01:00
Pascal Jufer 4c461e4a5a Remove prebulishOnly step for now 2021-05-30 13:37:18 +02:00
Pascal Jufer 1bdf792a6f Add ora to dev dependencies 2021-05-29 15:10:27 +02:00
Pascal Jufer 68a834a1ca Add prepublishOnly script (runs when running 'npm publish') 2021-05-29 15:10:27 +02:00
Pascal Jufer 6b09d37469 Use svgr to generate icons 2021-05-29 15:10:27 +02:00
Daniel Martin 68ee9bd0f5 Update iconoir-react to use iconoir v4.3.0 2021-05-23 00:02:28 +01:00
Luca Burgio 3e14c1549b
add: keywords in package.json 2021-05-22 08:31:20 +02:00
Daniel Martin 81141b062d Configure rollup bundle
- Add rollup config to bundle package
- Bundled package contains package.json, cjs files, es files and d.ts
  file
2021-05-19 19:51:24 +01:00
Daniel Martin ff280f55ed Create build script to build React icons
- Create automated build script to go through all icons and
  automatically generate corresponding React components
2021-05-18 00:03:45 +01:00