diff --git a/CHANGELOG.md b/CHANGELOG.md index e6590a81..c6fd6825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,30 @@ # Change Log -## V2 (currently v2.4.3) +## v2.4.5 + +- Add `babel-plugin-flow-react-proptypes`. +- Add `eslint-plugin-compat`. +- Add JSS `composes` example. + +## v2.4.4 + +- Update Immutable to remove the `import * as Immutable from 'immutable'` syntax. +- Declare Flow types outside of function params for React components. +- Improve Webpack `publicPath`. + +## V2, up to v2.4.3 - Gulp is gone, replaced by NPM (Yarn) scripts. - Express has been added, with template strings for static HTML. Gzip compression enabled. - Support for development environment with Nodemon and production environment with PM2. - Minification or sourcemaps depending on the environment via Webpack. -- Webpack Dev Server added, with Hot Module Replacement and `react-hot-loader`. -- Added an asynchronous call example with `redux-thunk`. +- Add Webpack Dev Server, with Hot Module Replacement and `react-hot-loader`. +- Add an asynchronous call example with `redux-thunk`. - Linting / type checking / testing is not launched at every file change anymore, but triggered by Git Hooks via Husky. - Some chapters have been combined to make it easier to maintain the tutorial. -- Replaced Chai and Mocha by Jest. -- Added React-Router, Server-Side rendering, `react-helmet`. -- Renamed all "dog" things and replaced it by "hello" things. It's a Hello World app after all. -- Added Twitter Bootstrap, JSS, and `react-jss` for styling. -- Added a Websocket example with Socket.IO. -- Added optional Heroku, Travis, and Coveralls integrations. +- Replace Chai and Mocha by Jest. +- Add React-Router, Server-Side rendering, `react-helmet`. +- Rename all "dog" things and replaced it by "hello" things. It's a Hello World app after all. +- Add Twitter Bootstrap, JSS, and `react-jss` for styling. +- Add a Websocket example with Socket.IO. +- Add optional Heroku, Travis, and Coveralls integrations. diff --git a/how-to-translate.md b/how-to-translate.md index d2ef5fb1..5ce1c92e 100644 --- a/how-to-translate.md +++ b/how-to-translate.md @@ -35,7 +35,7 @@ Since I want to reward you for your good work as much as possible, you can put a - After your original one-shot translation, if you want to update your repo with the latest change from the main English repo, [sync your fork](https://help.github.com/articles/syncing-a-fork/) with my repo. To make it easy to see what changed since your initial translation, you can use Github's feature to [compare commits](https://help.github.com/articles/comparing-commits-across-time/#comparing-commits). Set the **base** to the last commit from the English repo you used to translate, and compare it to **master**, like so: -https://github.com/verekia/js-stack-from-scratch/compare/9b3852fcdf8f3000e7513abfcb26e0e58b33b230...master +https://github.com/verekia/js-stack-from-scratch/compare/c65dfa65d02c21063d94f0955de90947ba5273ad...master That should give you a easy-to-read diff to see exactly what changed in `README.md` files since your translation!