Skip to content

v2.0.0

Compare
Choose a tag to compare
@fum4 fum4 released this 19 May 09:35
· 189 commits to master since this release

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