Connected React Router Versions Save

A Redux binding for React Router v4

v6.9.3

1 year ago

Security Fixes

  • Updated several packages by Dependabot

Fix

  • Add children to typings to support React 18 typings (@aesser in #569 )

v6.9.2

2 years ago

Security fixes

  • Updated several packages by Dependabot

Misc

  • Made installation commands in README easy to copy and paste (@reubenwedson in #545)

v6.9.1

3 years ago

Fix

  • Bundle lodash.isequalwith to fix missing module (@ltnscp9028 in #481)

v6.9.0

3 years ago

Enhancement

  • Add "omitRouter" option (@blackarctic in #421)
  • Add noTimeTravelDebugging prop (@blackarctic in #455)
  • Update react peer dependency to include React v17 (@marekventur in #460)

Fix

  • Deep compares location state objects (@BlazPocrnja in #399)
  • Add lodash.isequalwith to devDependencies (@supasate in #408)
  • Add query type definition for RouterState.location (@TomIsion in #410)
  • Export getRouter() (@devrelm in #428)
  • Fix connectRouter reducer type (@yehuozhili in #431)
  • Update createMatchSelector parameter typing (@zaverden in #432)
  • Move immutables to optional dependencies (@supasate in #454)

Security

  • Add CodeQL Analysis for helping automatically detect common vulnerabilities and coding errors (@supasate)
  • Several security fixes (@dependabot)

v6.8.0

4 years ago

Enhancement

  • Make initial location POP optional (@dr3 in #398)

Fix

  • lastMatch should depend on isExact (@syadykin in #402)
  • Do not override query if one already exists (@dr3 in #396)

Security

  • Bump acorn to fix a vulnerability (@dependabot in #402, #403)

v6.7.0

4 years ago

Feature

  • Include location state in LOCATION_CHANGE payload (@fzaninotto in #302)

Enhancements

  • Use cross-env for windows development (@VadimKorobka in #378)
  • Move immutable and seamless-immutable to peer dependencies (@maxmalov in #390)

Security

  • Bump handlebars to 4.5.3 (@dependabot in #385 and #386)

v6.6.1

4 years ago

Fix

  • Fix crash outside browser environment (@KorobkaVadim in #377)

v6.6.0

4 years ago

Enhancements

  • Add createRootReducer function name. (@zamlahani in #335)
  • Injected query into location. (@codejockie in #356)

Fixes

  • Use LocationState type param consistently. (@danielnixon in #344)
  • Prevent POP actions to push the url into the history (@lluistfc in #76)
  • Fix duplicate action key. (@arnaud-zg in #364)
  • Fix umd build command. (@supasate in #373)

Security issues

  • Fix lodash security issue. (@dependabot in #340, #341, #342)
  • Fix webpack-dev-server security issue. (@dependabot)
  • Fix mixin-deep security issue. (@dependabot in #357, #360, #363, #364)
  • Fix eslint-utils security issue. (@dependabot in #359)
  • Fix CVE-2019-10747 in examples. (@supasate in #374)
  • Fix WS-2017-0421. (@supasate in #375)

Docs

  • Add example for react native support. (@arnaud-zg in #350)
  • Update FAQ for react native example. (@arnaud-zg in #363)
  • Fix README typos. (@ricsam in #362)

v6.5.2

4 years ago

Security

  • Upgraded handlebars to fix its security issue.
  • Upgraded js-yaml to fix its security issue.

v6.5.1

4 years ago

Security

  • Upgraded lodash to 4.17.14 to fix its security issue.