Skip to content

Releases: atomicojs/hooks

useDragResize - modifies the host's limit to an external reference

05 Jan 02:16

Choose a tag to compare

v4.0.0-beta.5

useDragResize - modifies the host's limit to an external reference

Fix imports

22 Dec 02:42

Choose a tag to compare

v4.0.0-beta.4

Fix imports

Remove the @atomico/use-controller hook

18 Dec 02:49

Choose a tag to compare

v4.0.0-beta.3

v4.0.0-beta.3

Fix types

17 Dec 18:06

Choose a tag to compare

Resolved: Reference to TS compilation error

node_modules/@atomico/hooks/dist/use-ref-values/use-ref-values.d.ts(7,106): error TS1385: Function type notation must be parenthesized when used in a union type.

Fixes the dependency on `dollars.js`.

16 Dec 18:10

Choose a tag to compare

The dollars.js dependency must be installed if you want to use the useDollars hook

Fixes lost dependencies.

16 Dec 18:04

Choose a tag to compare

3.50.1

Fix dependencies

New version 🚀, compatible with NodeNext🎉

16 Dec 17:53

Choose a tag to compare

The next version has improvements thanks to @Saul-Mirone. Now, the version of @atomico/[email protected] supports:

  1. NodeNext at the TypeScript level.
  2. 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

06 Oct 01:58

Choose a tag to compare

v4.0.0-beta.2

4.0.0-beta.2

subpath

05 Oct 18:57

Choose a tag to compare

v4.0.0-beta.1

subpath

@atomico/hooks is now monorepo 🎉 (beta)

05 Oct 17:29

Choose a tag to compare

Deprecated

  1. use-asyn-effect and usePromise: Deprecated because Atomico now includes usePromise and useAsync as part of the core for better asynchronous handling.
  2. use-channel: Deprecated because Atomico now has a context API that provides better observability.
  3. use-child-nodes: Removed as it's weak in referencing children across libraries; it's better to use useSlot.
  4. use-dollar: Removed due to the lack of maintenance of the original library.
  5. use-form-submitter: Removed in favor of @atomico/magic-form for better observability.
  6. use-queue-task: Deprecated without arguments.
  7. use-unique-id-selector: It's recommended to use useId from the core for better observability.

Renamed

  1. use-history >> use-value-history