Change Log
2.0.4
Patch Changes
2.0.3
Patch Changes
2.0.2
Patch Changes
2.0.1
Patch Changes
2.0.0
Major Changes
Patch Changes
2.0.0-next.2
Major Changes
Patch Changes
2.0.0-next.1
Major Changes
Patch Changes
2.0.0-next.0
Major Changes
Patch Changes
1.1.6
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.5
Patch Changes
1.1.4
Patch Changes
1.1.3
Patch Changes
1.1.2
Patch Changes
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 to dist/esm
and dist/cjs keeping the same file structure. The new build system merges
all files in src and transpiles to a single esm and cjs 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
1.0.16
Patch Changes
1.0.15
Patch Changes
1.0.14
Patch Changes
1.0.13
Patch Changes
1.0.12
Patch Changes
1.0.11
Patch Changes
1.0.10
Patch Changes
1.0.9
Patch Changes
1.0.8
Patch Changes
1.0.7
Patch Changes
1.0.6
Patch Changes
1.0.5
Patch Changes
1.0.4
Patch Changes
1.0.3
Patch Changes
1.0.2
Patch Changes
1.0.1
Patch Changes
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/visually-hidden
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
- toast: allow custom render in update
(eb8bff9),
closes #2362
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/visually-hidden
1.0.0-rc.6 (2020-10-25)
Note: Version bump only for package @teste-ui/visually-hidden
1.0.0-rc.5 (2020-09-27)
Note: Version bump only for package @teste-ui/visually-hidden
1.0.0-rc.4 (2020-09-25)
Note: Version bump only for package @teste-ui/visually-hidden
1.0.0-rc.3 (2020-08-30)
Note: Version bump only for package @teste-ui/visually-hidden
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/visually-hidden
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/visually-hidden
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/visually-hidden
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/visually-hidden
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/visually-hidden
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/visually-hidden
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
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.
1.0.0-next.2 (2020-06-21)
Bug Fixes