Releases: charlie-tango/hooks
Releases · charlie-tango/hooks
v2.1.3
🐞 Bug Fixes
- Expand opts to deps, so hook isn't recreated - by @thebuilder (b3599)
View changes on GitHub
v2.1.2
v2.1.1
🐞 Bug Fixes
- Expose the control methods on useDebouncedValue - by @thebuilder (05bce)
View changes on GitHub
v2.1.0
v2.0.1
- Add
attributes
support touseScript
hook
Full Changelog: v2.0.0...v2.0.1
Rewrite the library
Rewrite of our @charlietango/hooks
package, to better reflect the current state of hooks.
The package was fairly complex to support generating individual packages for each tiny hook, making it difficult to maintain.
- Only include useful hooks, that we use across packages
- One package for all hooks (
@charlietango/hooks
) - Deprecate the standalone hooks
- Only support React 18+
- Run tests in browser with Vitest
- Remove Storybook. We could set up an
examples
dir if needed
v1.0.0
ci: add semantic release (#95)
v1.0.0-beta.1
ci: remove dry-run flag