Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.43 KB

React Starter Kit Change Log

All notable changes to this project will be documented in this file.

  • Optimize the tools/start.js script that launches dev server with Browsersync and HMR
  • Replace Superagent with WHATWG Fetch library
  • Rename app.js to client.js (aka client-side code)
  • Integrate CSS Modules and isomorphic-style-loader
  • Move DOMUtils.js to src/core folder; remove src/utils folder
  • Replace cssnext with precss
  • Update build automation scripts to use plain functions
  • Add support of --release and --verbose flags to build scripts
  • Add CHANGELOG.md file with a list of notable changes to this project

v0.4.1 - 2015-10-04

  • Replace React Hot Loader (depricated) with React Transform
  • Replace index.html template with Html (shell) React component
  • Update the deployment script (tools/deploy.js), add Git-based deployment example
  • Update ESLint and JSCS settings to use AirBnb JavaScript style guide
  • Update docs/how-to-configure-text-editors.md to cover Atom editor
  • Update NPM production and dev dependencies to use the latest versions