Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit f3072f9

Browse files
author
David Zukowski
committed
docs(changelog): update for v3.0.0
1 parent fb89822 commit f3072f9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
Changelog
22
=========
33

4+
3.0.0
5+
-------------
6+
7+
### Features
8+
* Upgraded webpack to `^2.0.0` (along with all associated dependencies)
9+
* Upgraded react to `^15.5.4`
10+
* Upgraded react-dom to `^15.5.4`
11+
* Upgraded react-redux to `^5.0.4`
12+
* Upgraded redbox-react to `^5.0.4`
13+
* Upgraded bootstrap to `^4.0.0-alpha`
14+
* Replaced 3rd-party bootstrap import with local dependency
15+
* Replaced `babel-preset-stage-1` and friends with `babel-preset-env`
16+
* Added normalizer bundler for JavaScript (`Promise`, `fetch`, and `Object.assign`)
17+
* Added `dirty-chai`
18+
19+
### Improvements
20+
* Replaced PropTypes usage with `prop-types` package
21+
* Simplified project structure and configuration
22+
* Replaced postcss-loader usage with css-loader builtins
23+
* Webpack manifest is now bundled separately from vendor bundle (improves caching)
24+
* Replaced `file-loader` with `url-loader`
25+
* Moved all build-related dependencies back to `devDependencies`
26+
* Replaced `better-npm-run` with `cross-env`
27+
* Cleaned up some sloppy tests
28+
29+
### Fixes
30+
* `console.log` now works correctly inside of Karma
31+
32+
### Deprecations
33+
* Code coverage reporting has been temporarily removed
34+
* Support for `.css` files has been temporarily removed (use `.scss` or `.sass`)
35+
* Removed `normalize.css` since this is now provided by bootstrap
36+
437
3.0.0-alpha.0
538
-------------
639

0 commit comments

Comments
 (0)