Change Log
2.0.4
Patch Changes
- Updated dependencies []:
2.0.3
Patch Changes
- Updated dependencies []:
2.0.2
Patch Changes
06f29f8cd
Thanks @segunadebayo! - Bump all packages to resolve deps issuesUpdated dependencies [
06f29f8cd
]:
2.0.1
Patch Changes
- Updated dependencies []:
2.0.0
Major Changes
#5879
c390af485
Thanks @TimKolberger! - Bump all packages to next major for Chakra UI version 2.#5989
ed692c0ae
Thanks @TimKolberger! - Omitsrc
directory from being published to npm#5882
41b3119f5
Thanks @TimKolberger! - Bump peer dependency to React and ReactDOM to >=18
Patch Changes
2.0.0-next.2
Major Changes
- #5989
ed692c0ae
Thanks @TimKolberger! - Omitsrc
directory from being published to npm
Patch Changes
- Updated dependencies
[
ed692c0ae
]:
2.0.0-next.1
Major Changes
- #5882
41b3119f5
Thanks @TimKolberger! - Bump peer depencency to React and ReactDOM to >=18
Patch Changes
- Updated dependencies
[
41b3119f5
]:
2.0.0-next.0
Major Changes
- #5879
c390af485
Thanks @TimKolberger! - Bump all packages to next major for Chakra UI version 2.
Patch Changes
- Updated dependencies
[
c390af485
]:
1.1.7
Patch Changes
e1fe48cbe
Thanks @TimKolberger! - Bumped patch version for every package to fix release process. Root cause was a bug in our CI configuration.- Updated dependencies
[
e1fe48cbe
]:
1.1.6
Patch Changes
- Updated dependencies
[
c2bcba11c
]:
1.1.5
Patch Changes
#5536
a503acabe
Thanks @TimKolberger! - Bumped patch version for every package to fix release process.Updated dependencies [
a503acabe
]:
1.1.4
Patch Changes
- Updated dependencies []:
1.1.3
Patch Changes
- Updated dependencies []:
1.1.2
Patch Changes
- Updated dependencies
[
17400aff6
]:
1.1.1
Patch Changes
- #5075
b28142946
Thanks @cschroeter! - Update babel config to transpile soruces for older browsers. This fixes issues with CRA and Storybook. - Updated dependencies
[
b28142946
]:
1.1.0
Minor Changes
#4991
6095eaf9a
Thanks @segunadebayo! - Update build system we use from a custom babel cli setup to preconstruct.The previous build system transpiles the code in
src
directory todist/esm
anddist/cjs
keeping the same file structure. The new build system merges all files insrc
and transpiles to a singleesm
andcjs
file.Potential Breaking Change: The side effect of this is that, if you imported any function, component or hook using the undocumented approach like
import { useOutsideClick } from "@teste-ui/hooks/dist/use-outside-click"
, you'll notice that the this doesn't work anymore.Here's how to resolve it:
`
jsx live=false // Won't work 🎇 import { useOutsideClick } from "@teste-ui/hooks/dist/use-outside-click"// Works ✅ import { useOutsideClick } from "@teste-ui/hooks"
`
If this affected your project, we recommend that you import hooks, functions or components the way it's shown in the documentation. This will help keep your project future-proof.
Patch Changes
- Updated dependencies
[
6095eaf9a
]:
1.0.17
Patch Changes
- Updated dependencies []:
1.0.16
Patch Changes
- Updated dependencies []:
1.0.15
Patch Changes
- Updated dependencies []:
1.0.14
Patch Changes
- Updated dependencies []:
1.0.13
Patch Changes
- Updated dependencies []:
1.0.12
Patch Changes
- Updated dependencies []:
1.0.11
Patch Changes
- Updated dependencies []:
1.0.10
Patch Changes
- Updated dependencies []:
1.0.9
Patch Changes
- Updated dependencies []:
1.0.8
Patch Changes
- Updated dependencies []:
1.0.7
Patch Changes
- Updated dependencies []:
1.0.6
Patch Changes
- Updated dependencies []:
1.0.5
Patch Changes
- Updated dependencies []:
1.0.4
Patch Changes
- Updated dependencies
[
90c7a4fbf
]:
1.0.3
Patch Changes
- Updated dependencies []:
1.0.2
Patch Changes
- Updated dependencies []:
1.0.1
Patch Changes
- Updated dependencies []:
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0 (2020-11-13)
Note: Version bump only for package @teste-ui/icons
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-rc.8 (2020-10-29)
Bug Fixes
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-rc.7 (2020-10-25)
Note: Version bump only for package @teste-ui/icons
1.0.0-rc.6 (2020-10-25)
Note: Version bump only for package @teste-ui/icons
1.0.0-rc.5 (2020-09-27)
Note: Version bump only for package @teste-ui/icons
1.0.0-rc.4 (2020-09-25)
Note: Version bump only for package @teste-ui/icons
1.0.0-rc.3 (2020-08-30)
Note: Version bump only for package @teste-ui/icons
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-rc.2 (2020-08-09)
Note: Version bump only for package @teste-ui/icons
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-rc.1 (2020-08-06)
Note: Version bump only for package @teste-ui/icons
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-rc.0 (2020-07-26)
Note: Version bump only for package @teste-ui/icons
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-next.7 (2020-07-26)
Bug Fixes
Features
- icons: add hamburger(menu) icon (69e72fa)
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-next.6 (2020-07-15)
Note: Version bump only for package @teste-ui/icons
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-next.5 (2020-07-15)
Note: Version bump only for package @teste-ui/icons
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-next.4 (2020-07-01)
Bug Fixes
- delete-icon: svg path (9754911)
- #891 (e107acc)
- ts issue with sx prop (d3b1340)
- updated viewBox because the DownloadIcon was too small (37b1f3f)
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-next.3 (2020-06-28)
Bug Fixes
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.