Skip to content

Releases: fum4/npm

v3.0.0

20 Sep 13:12
Compare
Choose a tag to compare

[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

19 May 09:32
Compare
Choose a tag to compare

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

19 May 09:34
Compare
Choose a tag to compare

House keeping

  • Update documentation
  • Clean up

v2.0.0

19 May 09:35
Compare
Choose a tag to compare

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


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


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

19 May 09:36
Compare
Choose a tag to compare

Add sponsors

  • Add sponsors section to README

v1.4.0

19 May 09:36
Compare
Choose a tag to compare

[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

19 May 09:37
Compare
Choose a tag to compare

[email protected]

Storage key

  • Provide a way to customize the name of the key used in session storage.

v1.2.0

19 May 09:38
Compare
Choose a tag to compare

[email protected]

Navigate away

  • Provide a way to intercept location changes before they are rendered on screen.

v1.1.0

19 May 09:38
Compare
Choose a tag to compare

[email protected]

Force render

  • Provide a way to force the current route to re-render.

v1.0.0

19 May 09:38
Compare
Choose a tag to compare

[email protected]

React router 6

  • Add react-router 6 compatibility
  • Deprecate react-router 5

Tooling

  • Improve tooling