All Versions
33
Latest Version
Avg Release Cycle
47 days
Latest Release
2680 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.13.0 Changes
๐ Features
- โ Adds
react-transform-catch-errors
along withdelicate-error-reporter
. Thanks bulby97 for this!
๐ Fixes
- ๐ ExtractTextPlugin is once again production only. This fixes an issue where styles wouldn't be hot reloaded with Webpack.
- โ Adds
-
v0.12.0 Changes
๐ Features
- โฌ๏ธ Upgrades react-router to
^3.0.0
. This is the only reason for the minor-level version bump. - ๐ Webpack now uses OccurrenceOrderPlugin to produce consistent bundle hashes.
๐ Fixes
- โ Adds
history
to vendor dependencies to fix HMR caused by upgrade to react-router1.0.0-rc
๐ Improvements
- 0๏ธโฃ Server no longer modifies initial counter state by default.
- โ Adds invariant error in route rendering method to enforce router state definition through props.
- โฌ๏ธ Upgrades react-router to
-
v0.11.0 Changes
๐ Features
- โฌ๏ธ Upgrades all React dependencies to
0.14.0-rc1
- โฌ๏ธ Upgrades react-router to
1.0.0-rc
- Updates client and server rendering accordingly
- โ Adds Sinon-Chai for improved assertions and function spies
- โ Adds option to disable eslint when in development
๐ Improvements
- ๐ Improved example unit tests using react-addons-test-utils and Sinon Chai
- โฌ๏ธ Upgrades all React dependencies to
-
v0.10.0 Changes
๐ Features
- ๐ Initial state can now be injected from the server (still WIP).
- โ Adds react-addons-test-utils as a devDependency.
๐ Improvements
- ๐ Eslint no longer prevents webpack from bundling in development mode if an error is emitted.
- โก๏ธ Updates all
.jsx
files to.js
. (https://github.com/davezuko/react-redux-starter-kit/issues/37) - โก๏ธ Updates all React component file names to be ProperCased.
-
v0.9.0 Changes
๐ Features
- Koa server now uses gzip middleware.
๐ Improvements
- Switches out react-hot-loader in favor of react-transform-webpack-hmr.
- ๐ Eslint configuration now uses Airbnb's configuration (slightly softened).
- ๐ฆ Migrates all actual development dependencies to devDependencies in
package.json
. - Example store and view are now more intuitive (simple counter display).
- โฌ๏ธ CSS-loader dependency upgraded from
0.16.0
to0.17.0
.
๐ Deprecations
- โ Removes unnecessary object-assign dependency.
-
v0.8.0 Changes
๐ Improvements
- ๐ All build-, server-, and client-related code is now ES6.
- ๐จ Significantly refactors how client and server webpack configs are built.
reducers/index.js
now exports combined root reducer.- Client application code now lives in
~/client
instead of~/src
in order to conform to Redux standards.
๐ Fixes
- Redux store now explicitly handles HMR.
๐ Changes
- ๐ง Webpack compiler configurations are no longer merged on top of a base default configuration. This can become unwieldy and even though explicitly writing each configuration file out is more verbose, it ends up being more maintainable.
๐ Deprecations
- ๐ Quiet mode has been removed (
npm run dev:quiet
).
-
v0.7.0 Changes
๐ New Features
- ๐ Support for redux-devtools in separate window with
dev:debugnw
- Thanks to mlusetti
๐ Improvements
- โฌ๏ธ Upgrades react to
0.14.0-beta3
- โฌ๏ธ Upgrades react to
0.14.0-beta3
- โฌ๏ธ Upgrades redux to
^2.0.0
- โฌ๏ธ Upgrades redux-devtools to
^2.0.0
- โฌ๏ธ Upgrades react-redux to
^2.0.0
๐ Fixes
- ๐ Configuration file name trimming on Windows machines
- Thanks to nuragic
- ๐ Support for redux-devtools in separate window with
-
v0.5.0 Changes
๐ Improvements
- Restructures src directory so filenames are more identifiable.
๐ฅ Breaking Changes
- โ Removes action-creators alias as it's unlikely to be used.
-
v0.4.0 Changes
๐ Improvements
- ๐ Cleans up/removes example code per https://github.com/davezuko/react-redux-starter-kit/issues/20