Releases: fum4/npm
Releases · fum4/npm
v3.0.0
[email protected]
React router v6
- Add compatibility with
react-router
v6 API
[email protected]
React router v6
- Add compatibility with
react-router
v6 API
v2.1.0
Internal tooling
- Update dependencies
- Update
pnpm
[email protected]
New selector
- Add selector for retrieving the location where user is redirected when going back (taking
skipBack
into account)
Other
- Update dependencies
[email protected]
Other
- Update dependencies
v2.0.1
v2.0.0
Major release
This release focuses mostly on internal tooling.
There are a few breaking changes, but the migration effort is minimal.
What's new?
Monorepo
-
Restructured project as a monorepo in order to accommodate other packages
-
Migrated from npm to pnpm workspaces w/ Turborepo
-
Swapped release-it for changesets
CI/CD
-
Preview environments (prod & PRs) are now available
-
Integrated Vitest
-
First dummy test passed on CI/CD
react-redux-history
-
Extracted to own package
-
Redux-first -> added capability to navigate by dispatching redux actions
navigate-away
- Extracted to own package
Breaking Changes
Usages of this library can be pretty fragmented across the app. A bit more context would be good, therefore a few selectors and interfaces have been renamed:
selectCurrentIndex
->selectCurrentLocationIndex
selectIsSkipping
->selectIsSkippingRoutes
selectAction
->selectHistoryAction
ActionTypes
->HistoryAction
LocationState
-> removed
v1.4.1
v1.4.0
[email protected]
Limit storage entries
- Provide a way to limit how many entries are saved in session storage.
Declaration files
- Generate
.d.ts
files
v1.3.0
[email protected]
Storage key
- Provide a way to customize the name of the key used in session storage.
v1.2.0
[email protected]
Navigate away
- Provide a way to intercept location changes before they are rendered on screen.
v1.1.0
v1.0.0
[email protected]
React router 6
- Add react-router 6 compatibility
- Deprecate react-router 5
Tooling
- Improve tooling