CHANGELOG
v2.0.1
Oct 19, 2024
Fixed
- Correct export path in package.json, by @Sandeep-FED
v2.0.0 - The Wheelwright
Aug 04, 2024
Changed
- Minimum supported
@pnp/sppeer dependency versions has been bumped to^4.1.0. - The library now support React versions between
16.9.0and^18.0.0. useSearch,useUserSearch,useChangesobject queries are no longer automatically tracked internally. Instead, developers must use the custom dependency list for reactivity just like any other React hooks.- Migrated from TypeScript to JavaScript with JSDoc typings, but library still provides type definition files.
- Migrated from jest to vitest.
- All dependencies have been updated to their latest versions.
useSearchand pageduseListItemsnow provide data as argument on dispatch callbacks.- v1's Docusaurus repo has been archived, v2 docs are moved to the main repo.
- In
useListItemspaged mode, thehasNextvalue is inverted to match with the async iteratorsdoneproperty.
Removed
useFolderTreehook.- RxJs and tslib dependencies have been deleted.
v1.3.0
Apr 22, 2023
Added
- Site collection and tenant scope option for
useAppanduseAppshooks.
Changed
- Minimum supported
@pnp/sppeer dependency version bumped to^3.14.0
v1.2.0
Dec 28, 2022
Added
useRecycleBinItemanduseRecycleBinItemshooks.createProviderElementhelper function for simplifiying SPFx initialization.
Fixed
useSearchhook incorrectly overrides RowLimit whengetPageDispatchis called.
v1.1.0
May 18, 2022
Added
useListItemspaged request option.useViewanduseViewshooks.useListAsStreamhook.FetchWithAbortbehavior for cancelling fetch requests.
Fixed
useSearchinitiates double query issue.
v1.0.1
March 11, 2022
Fixed
useSearchthrowing error whengetPageDispatchcalled more than one.
v1.0.0
March 09, 2022
Initial release