Skip to content

Releases: commitd/hooks

v0.10.4

Choose a tag to compare

@commitd-bot commitd-bot released this 22 Mar 17:06
64c937e

0.10.4 (2023-03-22)

Bug Fixes

  • usecontrollablestate: allow use of simple dispatch function in useControllableState (88d6270)

v0.10.3

Choose a tag to compare

@commitd-bot commitd-bot released this 14 Mar 13:31
a8163a3

0.10.3 (2023-03-14)

Bug Fixes

  • usepagination: fixing prop update issue with pagination (6bdd4ec)

v0.10.2

Choose a tag to compare

@commitd-bot commitd-bot released this 06 Mar 14:37
9ca98bf

0.10.2 (2023-03-06)

Bug Fixes

  • uselocalstate: corrects type declaration to allow function style set (b3afbec)

v0.10.1

Choose a tag to compare

@commitd-bot commitd-bot released this 09 Feb 17:17
6b0d4f2

0.10.1 (2023-02-09)

Bug Fixes

  • usepagination: corrects behaviour of the queryCallback feature (5d14641)

v0.10.0

Choose a tag to compare

@commitd-bot commitd-bot released this 27 Jan 09:11
bab33d3

0.10.0 (2023-01-27)

Features

  • usemodal: re-exposes original setValue in boolean hooks (b29e2f7)
  • usepagination: adds query callback to simplify usePagination use (76fc8fd)

v0.9.0

Choose a tag to compare

@commitd-bot commitd-bot released this 16 Jan 20:52
e940b12

0.9.0 (2023-01-16)

Bug Fixes

Features

v0.8.0

Choose a tag to compare

@commitd-bot commitd-bot released this 05 Aug 15:51
d49eddd

0.8.0 (2022-08-05)

Features

  • usemergedrefs: add a hook to merge refs (6bdace0), closes #51

v0.7.0

Choose a tag to compare

@commitd-bot commitd-bot released this 09 May 13:28
007e819

0.7.0 (2022-05-09)

Features

v0.6.3

Choose a tag to compare

@commitd-bot commitd-bot released this 08 May 10:47
dec6744

0.6.3 (2022-05-08)

Bug Fixes

  • change postinstall to prepare (8a320e8)

v0.6.2

Choose a tag to compare

@commitd-bot commitd-bot released this 06 May 19:03
fdf6dd8

0.6.2 (2022-05-06)

Bug Fixes

  • adds useModel to main exports (492eb44), closes #44