File tree 4 files changed +1421
-455
lines changed
4 files changed +1421
-455
lines changed Original file line number Diff line number Diff line change 1
1
### [ @coreui/icons-react ] ( https://coreui.io/ ) changelog
2
2
3
+ ##### ` 1.0.0 ` - ` 1.0.3 `
4
+ - refactor: improve 'unregistered icon' error message
5
+ - fix: change 'replaceAll' func to 'replace' due to transpilation error
6
+ - test: more coverage
7
+ - fix: typings
8
+ - fix: tests, lint, export
9
+ - refactor: cleanup
10
+ - chore: dependencies update
11
+
3
12
##### ` 1.0.0-alpha.3 `
4
13
- test: add missing tests
5
14
- refactor: cleanup
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm package] [ npm-badge ]] [ npm ]
4
4
[ ![ NPM downloads] [ npm-download ]] [ npm ]
5
+ ![ react] ( https://img.shields.io/badge/react-^16.14.0-lightgrey.svg?style=flat-square&logo=react )
6
+
5
7
6
8
[ npm-badge ] : https://img.shields.io/npm/v/@coreui/icons-react/latest?style=flat-square
7
9
[ npm ] : https://www.npmjs.com/package/@coreui/icons-react
8
10
[ npm-download ] : https://img.shields.io/npm/dm/@coreui/icons-react.svg?style=flat-square
9
11
10
12
##### docs:
11
- https://coreui.io/react/docs/components/-Icon
13
+ https://coreui.io/react/docs/components/CIcon
14
+ https://icons.coreui.io/docs/using-coreui-icons-with/react/
12
15
13
16
##### install:
14
17
``` bash
You can’t perform that action at this time.
0 commit comments