From 861a70645aca51657f871cad54e95f541ac103a0 Mon Sep 17 00:00:00 2001 From: Nathanael Anderson Date: Fri, 9 Oct 2020 21:15:10 -0500 Subject: [PATCH 1/5] chore: Update License --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 061c44028..e519ff171 100755 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2015-2019 Progress Software Corporation + Copyright (c) 2020 nStudio, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. From 75865f214d9e53eb36990c779808d50fb697f1ce Mon Sep 17 00:00:00 2001 From: Peter Staev Date: Mon, 12 Oct 2020 09:16:15 +0300 Subject: [PATCH 2/5] fix: Export injection token used by plugins (#2268) Co-authored-by: Nathan Walker --- nativescript-angular/directives/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/directives/index.ts b/nativescript-angular/directives/index.ts index c6ca38326..c29235554 100644 --- a/nativescript-angular/directives/index.ts +++ b/nativescript-angular/directives/index.ts @@ -1,5 +1,5 @@ import { ListViewComponent } from './list-view-comp'; -import { TemplateKeyDirective, TemplatedItemsComponent } from './templated-items-comp'; +import { TemplateKeyDirective, TemplatedItemsComponent, TEMPLATED_ITEMS_COMPONENT } from './templated-items-comp'; import { TabViewDirective, TabViewItemDirective } from './tab-view'; import { ActionBarComponent, ActionBarScope, ActionItemDirective, NavigationButtonDirective } from './action-bar'; import { AndroidFilterComponent, IosFilterComponent } from './platform-filters'; From 9b8435e13b7f6f42098e79895af5ab3156d1aac3 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 12 Oct 2020 08:45:06 -0700 Subject: [PATCH 3/5] fix: expose NSLocationStrategy and NSRouteReuseStrategy --- nativescript-angular/router/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nativescript-angular/router/index.ts b/nativescript-angular/router/index.ts index 26f68bf55..321e53ae6 100644 --- a/nativescript-angular/router/index.ts +++ b/nativescript-angular/router/index.ts @@ -1 +1,3 @@ +export * from './ns-location-strategy'; +export * from './ns-route-reuse-strategy'; export * from './router.module'; From 52a56d7201b70b67edb2ca77e9042737f216a07a Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 12 Oct 2020 08:48:49 -0700 Subject: [PATCH 4/5] feat: export injectiontoken for template items --- nativescript-angular/directives/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/directives/index.ts b/nativescript-angular/directives/index.ts index c29235554..29bef98f9 100644 --- a/nativescript-angular/directives/index.ts +++ b/nativescript-angular/directives/index.ts @@ -7,4 +7,4 @@ export { ModalDialogOptions, ModalDialogParams, ModalDialogService } from './dia export const NS_DIRECTIVES = [ListViewComponent, TemplateKeyDirective, TabViewDirective, TabViewItemDirective, ActionBarComponent, ActionBarScope, ActionItemDirective, NavigationButtonDirective, AndroidFilterComponent, IosFilterComponent]; -export { ListViewComponent, TemplateKeyDirective, TemplatedItemsComponent, TabViewDirective, TabViewItemDirective, ActionBarComponent, ActionBarScope, ActionItemDirective, NavigationButtonDirective, AndroidFilterComponent, IosFilterComponent }; +export { ListViewComponent, TemplateKeyDirective, TemplatedItemsComponent, TabViewDirective, TabViewItemDirective, ActionBarComponent, ActionBarScope, ActionItemDirective, NavigationButtonDirective, AndroidFilterComponent, IosFilterComponent, TEMPLATED_ITEMS_COMPONENT }; From 23f89e42630efa55c586487d505380346aa40e2c Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 12 Oct 2020 08:53:47 -0700 Subject: [PATCH 5/5] chore(release): 10.1.7 --- CHANGELOG.md | 15 +++++++++++++++ nativescript-angular/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13292ef5d..9c8ada310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [10.1.7](https://github.com/NativeScript/nativescript-angular/compare/10.1.5...10.1.7) (2020-10-12) + + +### Bug Fixes + +* Export injection token used by plugins ([#2268](https://github.com/NativeScript/nativescript-angular/issues/2268)) ([75865f2](https://github.com/NativeScript/nativescript-angular/commit/75865f214d9e53eb36990c779808d50fb697f1ce)) +* expose NSLocationStrategy and NSRouteReuseStrategy ([9b8435e](https://github.com/NativeScript/nativescript-angular/commit/9b8435e13b7f6f42098e79895af5ab3156d1aac3)) + + +### Features + +* export injectiontoken for template items ([52a56d7](https://github.com/NativeScript/nativescript-angular/commit/52a56d7201b70b67edb2ca77e9042737f216a07a)) + + + ## [10.1.5](https://github.com/NativeScript/nativescript-angular/compare/10.1.4...10.1.5) (2020-09-21) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 1b5f9a6e6..38d0c5311 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "10.1.5", + "version": "10.1.7", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues",