-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters