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

Commit 6482522

Browse files
authored
Merge Release into Master (#796)
* docs: breaking changes/migration to 0.20.0 * docs: update breaking changes/migration (#795)
1 parent 3e9a2e0 commit 6482522

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@
1313
* **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))
1414
* **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))
1515

16+
### BREAKING CHANGES
1617

17-
### Migration
18+
* Hot Module Replacement in NativeScript Angular Project
19+
20+
This version enables the *Hot Module Replacement* feature in NativeScript Angular projects by default.
1821

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.
22+
So far it was required to add a snippet to enable HMR. With this release, you have to __remove__ any previous `module["hot"]` related code so HMR can work out of the box.
23+
24+
However, if you want to continue handling *hot* changes manually, follow [these](https://github.com/NativeScript/nativescript-angular/wiki/NativeScript-5.2-HMR-with-Angular#how-to-manually-enable-hmr-in-nativescript-angular-projects-with-n-52) instructions.
25+
26+
### Migration
2127

2228
Please, refer to [this](https://github.com/NativeScript/nativescript-angular/wiki/NativeScript-5.2-HMR-with-Angular) wiki page for detailed information.
2329

0 commit comments

Comments
 (0)