8000 Tags · mkurek/connected-react-router · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mkurek/connected-react-router

Tags

v6.5.2

Toggle v6.5.2's commit message
v6.5.2

Security
=======
- Upgraded handlebars to fix its security issue.
- Upgraded js-yaml to fix its security issue.

v6.5.1

Toggle v6.5.1's commit message
v6.5.1

Security
========
- Upgraded lodash to 4.17.14 to fix its security issue.

v6.5.0

Toggle v6.5.0's commit message
v6.5.0

Enhancement
--------
- Support react-redux v7 (@quarties in supasate#321)

Documentation
----------
- Add note about using StaticRouter for SSR (@ValentinH in supasate#322)

v6.4.0

Toggle v6.4.0's commit message
v6.4.0

Enchancements
------------
- Add support for react-router@5.0.0 (@cmfcmf in supasate#273)

Fixes
--
- Upgrade jest to fix travis error (@supasate)
- [TypeScript] add isFirstRendering property to RouterState interface (@TetsuyaNegishi in supasate#276)
- Fix code format (@siosio34 in supasate#289)
- Move prop-types from peerDependencies into dependencies (@cmfcmf in supasate#281)

Documentation
-------------
- Note on removing BrowserRouter and NativeRouter (@AJamesPhillipsin in supasate#277)

v6.3.2

Toggle v6.3.2's commit message
v6.3.2

Fixes
=====
- Declare prop-types as a peer dependency (@avindra in supasate#265)
- Fix passing isFirstRendering to onLocationChange action (@AlexeyAbretov in supasate#264)
- Replace uglify option with new minimize options (@gugu in supasate#263)

v6.3.1

Toggle v6.3.1's commit message
v6.3.1

Fix
---
- Fix an invalid type definition (@cometkim in supasate#253)

v6.3.0

Toggle v6.3.0's commit message
v6.3.0

Enhancements
------------
- Add onLocationChanged method typtings (@goszczynskip in supasate#248)
- Add optinoal context prop type definition (@autarc in supasate#245)
- Improve return types of action creators by adding generic args type (@salguerooo in supasate#243)

Fix
---
- Use immutable routerMiddleware for immutable example (@Armour in supasate#249)

v6.2.2

Toggle v6.2.2's commit message
v6.2.2

Fixes
-----
- Add missing typedef's for `getRouter` and `createMatchSelector` (@metsavaht in supasate#235)
- Fix missing store in TypeScript example (@supasate in supasate#240)

v6.2.1

Toggle v6.2.1's commit message
v6.2.1

Fix
---
- Fix tslint warning for LocationState (@Razzwan in supasate#233)

v6.2.0

Toggle v6.2.0's commit message
v6.2.0

Fixes
---
- Move store and history subscription back to constructor (@supasate in supasate#227)
- Return immutable location object in reducer (@foodforarabbit in supasate#226)

Enhancements
------------
- Create selectors to retrieve search and hash (@antgonzales in supasate#203)
- Add getter Typescript type support for getAction, getSearch, and getHash (@antgonzales in supasate#203)

Doc
==
- Refactor examples to use configureStore to align with README (@supasate in supasate#228)
0