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

Commit 3deff01

Browse files
SvetoslavTsenovvchimev
authored andcommitted
release: cut the 0.20.0 release (#792)
* release: cut the 0.20.0 release * docs: add migration to 0.20.0 changelog
1 parent ebcebce commit 3deff01

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="0.20.0"></a>
2+
# [0.20.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.18.3...0.20.0) (2019-02-08)
3+
4+
5+
### Bug Fixes
6+
7+
* some packages are treated as externals when they shouldn't ([#771](https://github.com/NativeScript/nativescript-dev-webpack/issues/771)) ([3362cd6](https://github.com/NativeScript/nativescript-dev-webpack/commit/3362cd6))
8+
9+
10+
### Features
11+
12+
* support HMR in Angular apps ([#788](https://github.com/NativeScript/nativescript-dev-webpack/issues/788)) ([6a9ce33](https://github.com/NativeScript/nativescript-dev-webpack/commit/6a9ce33))
13+
* **Angular:** apply changes in application styles at runtime with HMR ([#748](https://github.com/NativeScript/nativescript-dev-webpack/issues/748)) ([fe4abfb](https://github.com/NativeScript/nativescript-dev-webpack/commit/fe4abfb))
14+
* **snapshot:** the parameters passed to mksnapshot are now retrieved… ([#789](https://github.com/NativeScript/nativescript-dev-webpack/issues/789)) ([cb68dac](https://github.com/NativeScript/nativescript-dev-webpack/commit/cb68dac))
15+
16+
17+
### Migration
18+
19+
This version enables *Hot Module Replacement* feature in NativeScript Angular projects by default.
20+
There is no need to manually accept *hot* changes and you could safely remove the `module["hot"]` code inside your entry module.
21+
22+
Please, refer to [this](https://github.com/NativeScript/nativescript-angular/wiki/NativeScript-5.2-HMR-with-Angular) wiki page for detailed information.
23+
124
<a name="0.19.2"></a>
225
## [0.19.2](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.19.1...0.19.2) (2019-02-01)
326

0 commit comments

Comments
 (0)