All Versions
33
Latest Version
Avg Release Cycle
47 days
Latest Release
2507 days ago

Changelog History
Page 3

  • v0.13.0 Changes

    ๐Ÿ”‹ Features

    • โž• Adds react-transform-catch-errors along with delicate-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.
  • 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-router 1.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.
  • 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
  • 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

  • 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 to 0.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

    ๐Ÿ‘Œ 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
  • v0.6.0 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes potential spacing issues when Webpack tries to load a config file.

    ๐Ÿ‘Œ Improvements

    • โฌ†๏ธ Upgrades koa to 1.0.0
    • โฌ†๏ธ Upgrades react-redux to 1.0.0
    • โฌ†๏ธ Upgrades object-assign to 0.4.0
  • 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