Releases: supasate/connected-react-router
Releases · supasate/connected-react-router
v6.9.3
v6.9.2
v6.9.1
v6.9.0
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
v6.7.0
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
v6.6.0
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)