Releases: kodingdotninja/chakra-icons
Releases · kodingdotninja/chakra-icons
@chakra-icons/[email protected]
[email protected]
[email protected]
chore(release): [email protected] [skip ci] ## create-chakra-icons [1.0.3](https://github.com/kodingdotninja/chakra-icons/compare/[email protected]@1.0.3) (2022-01-29) ### Bug Fixes * **create-chakra-icons:** add pipeline type in index.d.ts ([70bd2e9](https://github.com/kodingdotninja/chakra-icons/commit/70bd2e9107529e32f0d284637df7c4778f7fdbc3))
[email protected]
create-chakra-icons 1.0.3-beta.2 (2022-01-29)
[email protected]
create-chakra-icons 1.0.3-beta.1 (2022-01-28)
Bug Fixes
- create-chakra-icons: add pipeline type in index.d.ts (70bd2e9)
[email protected]
Bug Fixes
- missing validation for tag path 458ebf3 (thanks to @moritzjacobs for created issue #7)
[email protected]
Bug Fixes
- type annotation in generated
<Icon />
8534d35
[email protected]
Features
- Multiple input with
directories
orfiles
as input value for option-i
or--input
. 5df56be - Support case in export name declaration (camel|snake|pascal|constant). 5df56be
- Suffix and Prefix for generated code of export name declaration. 190f612
- Support type annotation when code generated is
<Icon />
. 190f612 (use v1.0.1 for correctly type annotation)
Documentation
- Update README e2526ad
[email protected]
Features
- Transform
<SVG/>
to Chakra-UIIcon
Component or FunctionalcreateIcon(...)
. - Multiple input with
directories
as-i
or--input
options