Skip to content

Commit 86511b3

Browse files
committed
Update changelog for rc5
1 parent fded5f4 commit 86511b3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.4.0 (2016-08-19)
2+
3+
- Migrate to Angular 2 RC5.
4+
- Bootstrapping apps using NgModule's. The old `nativescriptBootstrap` method is gone, and apps should switch to the `platformNativeScriptDynamic().bootstrapModule(MyAppModule)` API
5+
- The library entrypoint is now the `nativescript-angular/platform` module. Import `NativeScriptRouterModule` from `nativescript-angular/router` and `NativeScriptFormsModule` from `nativescript-angular/forms` respectively if you want to use routing and form value accessor directives.
6+
17
# 0.1.8 (2016-06-22)
28

39
- Migrate to Migrate to Angular RC3 and Angular Router 3.0.0-alpha.7:
@@ -34,4 +40,4 @@
3440
- `nativescript-angular/router` -> `nativescript-angular/router-deprecated`
3541
- `nativescript-angular/router/ns-router` -> `nativescript-angular/router-deprecated/ns-router-deprecated`
3642

37-
- Build requires globally installed **typings** (`npm install -g typings`)
43+
- Build requires globally installed **typings** (`npm install -g typings`)

0 commit comments

Comments
 (0)