Skip to content

Releases: kodingdotninja/chakra-icons

@chakra-icons/[email protected]

02 Feb 21:18
Compare
Choose a tag to compare

@chakra-icons/bootstrap 1.0.0 (2022-02-02)

Features

[email protected]

29 Jan 05:34
Compare
Choose a tag to compare

create-chakra-icons 1.0.4 (2022-01-29)

Bug Fixes

  • create-chakra-icons: versioning (8e71e9b)

[email protected]

29 Jan 05:26
Compare
Choose a tag to compare
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]

29 Jan 04:05
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

create-chakra-icons 1.0.3-beta.2 (2022-01-29)

[email protected]

28 Jan 20:39
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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]

16 Nov 10:31
5920bd5
Compare
Choose a tag to compare

Bug Fixes

[email protected]

07 Sep 04:24
8534d35
Compare
Choose a tag to compare

Bug Fixes

  • type annotation in generated <Icon /> 8534d35

[email protected]

07 Sep 03:45
e2526ad
Compare
Choose a tag to compare

Features

  • Multiple input with directories or files 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

[email protected]

04 Sep 10:52
c293c9f
Compare
Choose a tag to compare

Features

  • Transform <SVG/> to Chakra-UI Icon Component or Functional createIcon(...).
  • Multiple input with directories as -i or --input options