All Versions
33
Latest Version
Avg Release Cycle
47 days
Latest Release
2092 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.3.1 Changes
๐ Fixes
- https://github.com/davezuko/react-redux-starter-kit/issues/19
- Invalid initialStates from server-side router will now yield to the next middleware.
- https://github.com/davezuko/react-redux-starter-kit/issues/19
-
v0.3.0 Changes
๐ Improvements
- ๐ Bumps Redux version to first major release.
- ๐ Bumps Redux-devtools version to first major release.
๐ Fixes
- ๐ Fixes broken hot-reload in
:debug
mode.- Temporarily fixed by moving
redux-devtools
into the vendor bundle.
- Temporarily fixed by moving
-
v0.2.0 Changes
๐ Improvements
- ๐ Weakens various eslint rules that were too opinionated.
- notable:
one-var
andkey-spacing
.
- notable:
Thanks to StevenLangbroek for the following:
- โ Adds alias
utils
to reference~/src/utils
- โ Adds
createConstants
utility. - โ Adds
createReducer
utility. - ๐จ Refactors
todos
reducer to use a function map rather than switch statements.
๐ Fixes
- ๐ป Nested routes are now loaded correctly in react-router when using BrowserHistory.
- ๐ Bundle compilation now fails if an eslint error is encountered when running a production build.
- Thanks clearjs
- โฌ๏ธ Upgrades all outdated dependencies.
- Karma, eslint, babel, sass-loader, and a handful more.
- ๐ Weakens various eslint rules that were too opinionated.