Skip to content

Releases: theninthsky/frontend-essentials

7.0.0

23 Aug 10:30

Choose a tag to compare

Breaking Changes

  • Replace useDelayedNavigate with useTransitionNavigate and properly pass parameters.
  • Rename persistence hooks.

6.3.0

14 Aug 06:15

Choose a tag to compare

Features

  • Add a mandatory uuid parameter to LazyRender which allows for correct scroll position restoration.

6.2.1

22 Feb 18:27

Choose a tag to compare

Features

  • Fix useObjectState, usePersistedState and usePersistedObjectState typings

6.2.0

19 Jan 14:50

Choose a tag to compare

Features

  • Add the ability to override useFetch's initial URL

6.1.1

15 Dec 07:37

Choose a tag to compare

Fixes

  • Fix useDelayedNavigate typings

6.1.0

22 Nov 09:24

Choose a tag to compare

Features

  • Add the immutable option to useAxios and useFetch

6.0.2

16 Nov 09:23

Choose a tag to compare

Fixes

  • Fix useAxios's and useFetch's return types
  • Modify useObjectState's setter function to use previous state

6.0.1

10 Nov 09:11

Choose a tag to compare

Features

  • Make lazyPrefetch fire the fetch only after all images are downloaded

6.0.0

07 Nov 19:21

Choose a tag to compare

Breaking Changes

  • Remove the If component

Features

  • Make lazyPrefetch fire automatically through requestIdleCallback

5.0.1

21 Oct 09:19

Choose a tag to compare

Fixes

  • Fix useAxios persistence throught the uuid option