You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,20 @@ You may use this template either directly (by cloning this git repository) or by
9
9
## Features
10
10
The following features are currently included out of the box:
11
11
12
-
-[x] Webpack 2 setup to get you started (including basic support for LESS/SASS/SCSS/Stylus and PostCSS)
13
-
-[x] CSSModules support via https://github.com/gajus/react-css-modules
12
+
-[x] Webpack 2 setup to get you started (including basic support for LESS/SASS/SCSS/Stylus)
13
+
-[x] CSS-Modules support via https://github.com/gajus/react-css-modules
14
14
-[x] Babel 6 to transpile ES2015 and JSX
15
15
-[x] Latest stable React Version (v15.0)
16
16
-[x][Karma](http://karma-runner.github.io), [Mocha](https://mochajs.org), [Chai](http://chaijs.com) and [Enzyme](http://airbnb.io/projects/enzyme/) for easier unit testing
17
17
-[x] Istanbul with Isparta to collect coverage information
18
18
-[x] Preconfigured .editorconfig file
19
19
-[x] Preconfigured eslint configuration, based on airbnb
20
20
21
+
## Whats new in Version 2.x?
22
+
23
+
- Support for Bower-Webpack has been removed. Most modules are fetched via npm anyway.
24
+
- Support for the global styles folder is deprecated. This function will be removed in one of the next versions.
25
+
21
26
## Common Questions:
22
27
23
28
- I want to use react-router, but I dont know how to set it up:
0 commit comments