Skip to content

Releases: elite174/solid-awesome-hooks

1.9.0

06 Nov 10:51
Compare
Choose a tag to compare
  • Added withAction function wrapper for useVisibleState
  • Added callLimit option for usePolling hook which limits the number of calls
  • Changed some param names for usePolling

1.8.0

25 Oct 02:40
Compare
Choose a tag to compare
  • Added useSyncState hook
  • Improved useAbortController: now there's no memory leak because onCleanup won't be registered without proper owner. Also you can pass optional fallback owner
  • Improved usePolling hook: now you can pass an owner to the hook
  • Changed function names for useVisibleState hook

1.7.0

19 Oct 04:43
Compare
Choose a tag to compare
  • Added usePolling hook
  • Improved useAsyncAction hook: now it's a promise which can return a value!
  • Fixed types for useClickOutside

1.6.1

03 Oct 10:35
Compare
Choose a tag to compare
  • Fixed types for useSaveToStorage (null and undefined are supported)

1.6.0

28 Sep 10:09
Compare
Choose a tag to compare
  • Added useSortState

1.5.0

26 Sep 07:36
Compare
Choose a tag to compare
  • added useScrollTo hook
  • useAsyncAction: action now exposes setErrorMessage function
  • useContextString: fixed types

1.4.0

24 Sep 05:43
Compare
Choose a tag to compare
  • added useVisibleState hook
  • fixed package.json types

1.3.2

12 Sep 04:53
Compare
Choose a tag to compare

1.3.0

25 Aug 06:40
Compare
Choose a tag to compare