18.1.3 (2024-09-18)
- fallback to parentNode on removeChild (undocumented breaking change from angular/angular#57203) (a93c771)
18.1.1 (2024-07-18)
- dialog: renderIn optional (b9a3763)
18.1.0 (2024-07-18)
- allow providing custom dialog view (#126) (16bfffb)
- make nativescript identify as browser in angular (#136) (c49fb86)
- standalone component architecture (#122) (5f873e8)
18.0.1 (2024-06-04)
18.0.0 (2024-05-26)
17.1.1 (2024-05-10)
- InjectableAnimationEngine constructor optional scheduler (58d2254)
17.1.0 (2024-05-10)
17.0.0 (2023-11-08)
16.0.1 (2023-10-10)
- zone-js: polyfill for queueMicrotask (1e3a851), closes /github.com/NativeScript/angular/issues/118#issuecomment-1605432322
16.0.0 (2023-05-15)
15.2.0 (2023-03-11)
- support standalone components bootstrap (#108) (55eb884)
- support for Angular 15.2+ fixing some minor breaking changes with ListViewComponent
15.0.2 (2023-02-16)
15.0.1 (2022-12-14)
15.0.0 (2022-11-30)
14.2.7 (2022-11-30)
- router: fix navigation when clearing history and navigating before the navigatedTo event fires (#100) (f276f56)
14.2.6 (2022-11-23)
- read navigation extras from the router navigation instead of using stored values (#88) (2e475f9)
- use changeDetectorRef.detectChanges() instead of detectChanges() private api (#99) (4e33561)
- use correct EnvironmentalInjector in page-router-outlet (#94) (6623002)
14.2.5 (2022-10-04)
14.2.4 (2022-09-22)
14.2.3 (2022-09-13)
- correctly reassign siblings in linked list (#89) (a7527c9)
- modal beforeClosed and afterClosed consistency between platforms (#87) (ad3e47c)
14.2.2 (2022-09-10)
14.2.1 (2022-09-08)
- listview node handling (455d21d)
14.2.0 (2022-08-27)
- Angular 14.2.0 (#84) (5a976a2)
- support adding TextNode elements (automatically sets text property by default) (#80) (1be9c3a)
14.0.4 (2022-08-05)
14.0.3 (2022-07-02)
- load pages in location instead of in appRef (#74) (33d4dc6)
- remove deep import of @nativescript/core (0aacde2)
14.0.1 (2022-06-23)
14.0.0 (2022-06-15)
13.0.4 (2022-05-31)
- correctly zone patch FileReader (#67) (ff71723)
- resolve routing component cleanup, preserve query params and replaceUrl (#69) (69f94bf)
- support css variables in dynamic style (#68) (8fa3c1d)
13.0.3 (2022-02-28)
- look for correct outlet to back to (#58) (b782e36)
- nested modal should work under new api (#59) (74cc41f)
13.0.2 (2022-02-12)
- restrict nested outlet back navigation scope (#54) (5a88bc2)
- zone: main thread promise handling issue (44cf00e)
- modals: closed$ and ability to access ModalDialogParams outside of component context (a18bd18)
- use compilationMode 'full' (a4972cc)
13.0.1 (2022-01-17)
13.0.0 (2021-12-22)
12.2.0 (2021-09-09)
- force trigger CD on navigation (#27) (343e139)
- guard around empty cache (#34) (ea8ba37)
- list-view: try to unwrap component views (#33) (81d7ffb)
- listview template height handling with detectChanges (60eeb72)
- provide custom optimized NgZone (#26) (b99210c)
- provide TEMPLATED_ITEMS_COMPONENT (#32) (303b642)
- zone.js: patch Utils threading functions (#31) (13b2ea8)
12.0.6 (2021-07-21)
- dialogs: modal handling (#18) (5bfafd1)
- list-view: always set a default template (#16) (44d0d88)
- zone.js: correctly patch es6 classes (#15) (2dca0ce)
12.0.5 (2021-07-01)
12.0.4 (2021-06-28)
12.0.2 (2021-06-17)
- export AppHostView (601b080)
12.0.1 (2021-06-10)
- Angular 12 compatibility with a new revamped engine.