Skip to content

Commit 6d26f25

Browse files
author
vakrilov
committed
Add CHANGELOG.md
1 parent 931ec3c commit 6d26f25

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 0.1.7 (2016-06-21)
2+
3+
## Features
4+
5+
- [(#291)](https://github.com/NativeScript/nativescript-angular/issues/291) Migrate to Angular RC2
6+
7+
- [(#218)](https://github.com/NativeScript/nativescript-angular/issues/218) Support the new router
8+
9+
## Bug Fixes
10+
11+
- [(#273)](https://github.com/NativeScript/nativescript-angular/issues/273) ModalDialogService.showModal() doesn't show modal
12+
13+
- [(#257)](https://github.com/NativeScript/nativescript-angular/issues/257) iOS navigation bug
14+
15+
- [(#252)](https://github.com/NativeScript/nativescript-angular/issues/252) Using text-decoration in a template causes iOS app to crash
16+
17+
- [(#262)](https://github.com/NativeScript/nativescript-angular/issues/262) Critical - Memory and cpu usage.
18+
19+
- [(#242)](https://github.com/NativeScript/nativescript-angular/issues/242) Use the ComponentFactory API instead of deprecated DynamicComponentLoader
20+
21+
- [(#229)](https://github.com/NativeScript/nativescript-angular/issues/229) Implement ngStyle directive
22+
23+
## Breaking Changes
24+
25+
- The Beta Angular Router moved to `nativescript-angular/router-deprecated` to continue using it change imports:
26+
- `nativescript-angular/router` -> `nativescript-angular/router-deprecated`
27+
- `nativescript-angular/router/ns-router` -> `nativescript-angular/router-deprecated/ns-router-deprecated`

0 commit comments

Comments
 (0)