File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 12.0.6] ( https://github.com/NativeScript/angular/compare/12.0.5...12.0.6 ) (2021-07-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** dialogs:** modal handling ([ #18 ] ( https://github.com/NativeScript/angular/issues/18 ) ) ([ 5bfafd1] ( https://github.com/NativeScript/angular/commit/5bfafd1815e080439929bc5a144efa25cab222c9 ) )
7
+ * ** list-view:** always set a default template ([ #16 ] ( https://github.com/NativeScript/angular/issues/16 ) ) ([ 44d0d88] ( https://github.com/NativeScript/angular/commit/44d0d883a6fa4536faa96152e61eddf3f5587a0b ) )
8
+ * ** zone.js:** correctly patch es6 classes ([ #15 ] ( https://github.com/NativeScript/angular/issues/15 ) ) ([ 2dca0ce] ( https://github.com/NativeScript/angular/commit/2dca0ce150bbd7a797cdfc81656b67e7b65351ee ) )
9
+
10
+
11
+
1
12
## [ 12.0.5] ( https://github.com/NativeScript/angular/compare/12.0.4...12.0.5 ) (2021-07-01)
2
13
3
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-angular" ,
3
- "version" : " 12.0.5 " ,
3
+ "version" : " 12.0.6 " ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/angular" ,
3
- "version" : " 12.0.5 " ,
3
+ "version" : " 12.0.6 " ,
4
4
"homepage" : " https://nativescript.org/" ,
5
5
"repository" : {
6
6
"type" : " git" ,
16
16
" Angular"
17
17
],
18
18
"dependencies" : {
19
- "@nativescript/zone-js" : " ~2.0.0 "
19
+ "@nativescript/zone-js" : " ~2.0.1 "
20
20
},
21
21
"ngPackage" : {
22
22
"lib" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/zone-js" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " NativeScript Zone.js" ,
5
5
"main" : " dist/index.js"
6
6
}
You can’t perform that action at this time.
0 commit comments