Releases: theninthsky/frontend-essentials
Releases · theninthsky/frontend-essentials
7.0.0
6.3.0
Features
- Add a mandatory
uuidparameter toLazyRenderwhich allows for correct scroll position restoration.
6.2.1
Features
- Fix
useObjectState,usePersistedStateandusePersistedObjectStatetypings
6.2.0
Features
- Add the ability to override
useFetch's initial URL
6.1.1
Fixes
- Fix useDelayedNavigate typings
6.1.0
Features
- Add the
immutableoption touseAxiosanduseFetch
6.0.2
Fixes
- Fix
useAxios's anduseFetch's return types - Modify
useObjectState's setter function to use previous state
6.0.1
Features
- Make
lazyPrefetchfire the fetch only after all images are downloaded
6.0.0
Breaking Changes
- Remove the
Ifcomponent
Features
- Make
lazyPrefetchfire automatically throughrequestIdleCallback
5.0.1
Fixes
- Fix
useAxiospersistence throught the uuid option