Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit e349fa8

Browse files
committed
release: cut the 0.14.1 release
1 parent 23aaee9 commit e349fa8

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

Diff for: CHANGELOG.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
1+
<a name="0.14.1"></a>
2+
## [0.14.1](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.14.0...0.14.1) (2018-06-22)
3+
4+
5+
### Bug Fixes
6+
7+
* schema-utils peer dep warning for webpack 2/3 ([#577](https://github.com/NativeScript/nativescript-dev-webpack/issues/577)) ([afe569d](https://github.com/NativeScript/nativescript-dev-webpack/commit/afe569d))
8+
* **AoT:** stop using require.context in Angular apps ([#574](https://github.com/NativeScript/nativescript-dev-webpack/issues/574)) ([23aaee9](https://github.com/NativeScript/nativescript-dev-webpack/commit/23aaee9)), closes [/github.com/angular/angular-cli/blob/master/packages/ngtools/webpack/src/compiler_host.ts#L235](https://github.com//github.com/angular/angular-cli/blob/master/packages/ngtools/webpack/src/compiler_host.ts/issues/L235) [#566](https://github.com/NativeScript/nativescript-dev-webpack/issues/566)
9+
10+
11+
### Features
12+
13+
* add platform matching host for AngularCompilerPlugin ([#539](https://github.com/NativeScript/nativescript-dev-webpack/issues/539)) ([979f732](https://github.com/NativeScript/nativescript-dev-webpack/commit/979f732)), closes [#547](https://github.com/NativeScript/nativescript-dev-webpack/issues/547)
14+
* make webpack deps production deps of the plugin ([#571](https://github.com/NativeScript/nativescript-dev-webpack/issues/571)) ([ba68a1b](https://github.com/NativeScript/nativescript-dev-webpack/commit/ba68a1b)), closes [#569](https://github.com/NativeScript/nativescript-dev-webpack/issues/569)
15+
16+
17+
### BREAKING CHANGES
18+
19+
* The dependencies that were previously added by the nativescript-dev-webpack plugin to the project's package.json are now dependencies of the plugin itself.
20+
21+
MIGRATION:
22+
1. Remove all obsolete dependencies from your project. You can do that by invoking the script:
23+
```
24+
./node_modules/.bin/update-ns-webpack --deps
25+
```
26+
2. [Angular] Add the following packages as devDependencies:
27+
```
28+
//package.json
29+
30+
"devDependencies": {
31+
"@angular-devkit/build-angular": "~0.7.0-rc.0",
32+
"@angular/compiler-cli": "~6.1.0-beta.1",
33+
//...
34+
}
35+
```
36+
37+
38+
139
<a name="0.14.0"></a>
2-
# [0.14.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.12.0...0.14.0) (2018-06-22)
40+
# [0.14.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.13.0...0.14.0) (2018-06-22)
341

442

543
### Bug Fixes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-dev-webpack",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"main": "index",
55
"description": "",
66
"homepage": "http://www.telerik.com",

0 commit comments

Comments
 (0)