Releases: atomicojs/hooks
Releases · atomicojs/hooks
useDragResize - modifies the host's limit to an external reference
v4.0.0-beta.5 useDragResize - modifies the host's limit to an external reference
Fix imports
v4.0.0-beta.4 Fix imports
Remove the @atomico/use-controller hook
v4.0.0-beta.3 v4.0.0-beta.3
Fix types
Fixes the dependency on `dollars.js`.
The dollars.js dependency must be installed if you want to use the useDollars hook
Fixes lost dependencies.
3.50.1 Fix dependencies
New version 🚀, compatible with NodeNext🎉
The next version has improvements thanks to @Saul-Mirone. Now, the version of @atomico/[email protected] supports:
- NodeNext at the TypeScript level.
- Centralization of hooks under the path
@atomico/hooks, This seeks to approximate part of the approach of version 4 that considers a monorepo structure
Fix useSlot
v4.0.0-beta.2 4.0.0-beta.2
subpath
v4.0.0-beta.1 subpath
@atomico/hooks is now monorepo 🎉 (beta)
Deprecated
- use-asyn-effect and usePromise: Deprecated because Atomico now includes usePromise and useAsync as part of the core for better asynchronous handling.
- use-channel: Deprecated because Atomico now has a context API that provides better observability.
- use-child-nodes: Removed as it's weak in referencing children across libraries; it's better to use useSlot.
- use-dollar: Removed due to the lack of maintenance of the original library.
- use-form-submitter: Removed in favor of @atomico/magic-form for better observability.
- use-queue-task: Deprecated without arguments.
- use-unique-id-selector: It's recommended to use useId from the core for better observability.
Renamed
- use-history >> use-value-history