Commit graph

95 commits

Author SHA1 Message Date
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
paescuj 2dbd529a11 Update build artifacts 2022-01-11 09:51:11 +00:00
paescuj 0be5ba347d Update build artifacts 2022-01-10 15:50:39 +00:00
lucaburgio 5a5415ed3b Update build artifacts 2022-01-09 10:03:17 +00:00
lucaburgio a723278a93 Update build artifacts 2022-01-09 10:00:00 +00:00
Arnaud Gissinger a63613e30a Updated QrCode.tsx (react and react native) with the fixed svg design 2021-11-21 14:25:39 +01:00
Pascal Jufer 0c01c1b547 Enhance build process & update artifacts 2021-10-13 16:29:32 +02:00
Pascal Jufer 50ac45774f Reorder and fix badges 2021-07-06 09:45:15 +02:00
Luca Burgio 05b73c75cc
Merge pull request #64 from paescuj/update-badges
Update badges in READMEs
2021-07-06 09:26:05 +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 ee902f8f5f Update badges 2021-07-05 17:46:14 +02:00
Pascal Jufer 382b7d3550 Update iconoir-react/iconoir-react-native packages 2021-07-05 17:11:54 +02:00
Luca Burgio 4933711a3b
Merge pull request #60 from barnabasJ/feature/tree-shaking-support
support webpack treeshaking
2021-07-03 11:05:43 +02:00
Barnabas Jovanovics f7c58c99bd resolve conflict 2021-06-30 14:31:40 +02:00
Barnabas Jovanovics 123ba148a5 treeshake support for react-native package 2021-06-30 14:29:14 +02:00
Barnabas Jovanovics 79d5322a96 support webpack treeshaking 2021-06-29 15:57:52 +02:00
Pascal Jufer 09e41fb739 Release v2.0.1 of 'iconoir-react-native' without bundled
'react-native-svg'
2021-06-28 15:53:34 +02:00
Daniel Martin 21c5bc186d Add iconoir-react-native v1.0.0 publication date to CHANGELOG 2021-06-19 23:07:46 +01:00
Pascal Jufer bb0c0b5bbd Update packages 2021-06-17 11:35:55 +02:00
Pascal Jufer 7e3b2e6680 Adjust README 2021-06-15 10:45:31 +02:00
Pascal Jufer 3f46feef77 Adjust CHANGELOG for iconoir-react-native 2021-06-15 10:28:59 +02:00
Pascal Jufer 5332236dde Add my name to LICENSE 2021-06-15 10:26:23 +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
Daniel Martin a1b3f9a23c Regenerate src files using iconoir v4.3.1 2021-06-01 22:44:55 +01:00
Pascal Jufer 5d3a54bd62 Regenerate package-lock.json with node v14 2021-05-30 13:59:01 +02:00
Pascal Jufer 4c461e4a5a Remove prebulishOnly step for now 2021-05-30 13:37:18 +02:00
Pascal Jufer c652accca2 Regenerate icons to include strokeWidth change #26 2021-05-29 15:12:32 +02:00
Pascal Jufer 1bdf792a6f Add ora to dev dependencies 2021-05-29 15:10:27 +02:00
Pascal Jufer d87b29aa45 Update packages 2021-05-29 15:10:27 +02:00
Pascal Jufer 6b7e78ea19 Prettify build.js 2021-05-29 15:10:27 +02:00
Pascal Jufer 15b97e9c52 Better error handling/cleanup, add spinner 2021-05-29 15:10:27 +02:00
Pascal Jufer 661371d332 Fix wrong parameter name (error instead of err) 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 f8d4e98d2b Add package data shields to README 2021-05-19 20:37:16 +01:00
Daniel Martin deb46bee48 Add npmignore 2021-05-19 20:37:16 +01:00
Daniel Martin 9d591a802f Add React package README 2021-05-19 19:51:25 +01:00
Daniel Martin 0b03c867c2 Add License 2021-05-19 19:51:25 +01: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 c76fffd095 Add generated Component files 2021-05-18 00:18:05 +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