Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 507cbe3

Browse files
committed
chore(changelog): 2.0.1 changelog
1 parent 2e8ba6a commit 507cbe3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="2.0.1"></a>
2+
## [2.0.1](https://github.com/ionic-team/ionic-app-scripts/compare/v2.0.0...v2.0.1) (2017-07-11)
3+
4+
## Upgrading from 1.x
5+
6+
If you're upgrading directly from `1.3.12` or earlier, make sure you review the changelog for `2.0.0` and follow the instructions below. There were some very updates you'll need to make to your app.
7+
8+
### Bug Fixes
9+
10+
* **generators:** no module by default ([#1096](https://github.com/ionic-team/ionic-app-scripts/issues/1096)) ([dfcaefa](https://github.com/ionic-team/ionic-app-scripts/commit/dfcaefa))
11+
* **http-server:** revert change for path-based routing since it broke proxies ([065912e](https://github.com/ionic-team/ionic-app-scripts/commit/065912e))
12+
* **sass:** use webpack/rollup modules for non-optimized build, use optimization data for prod/optimized buids ([0554201](https://github.com/ionic-team/ionic-app-scripts/commit/0554201))
13+
* **serve:** fix cached file issue by only using the webpack module concat plugin for prod builds, make sure you update custom configs ([feea7fe](https://github.com/ionic-team/ionic-app-scripts/commit/feea7fe))
14+
* **webpack:** webpack in-memory output file system was breaking some plugins ([574da39](https://github.com/ionic-team/ionic-app-scripts/commit/574da39))
15+
16+
17+
118
<a name="2.0.0"></a>
219
# [2.0.0](https://github.com/ionic-team/ionic-app-scripts/compare/v1.3.12...v2.0.0) (2017-07-07)
320

0 commit comments

Comments
 (0)