Skip to content

Latest commit

 

History

History
383 lines (145 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

383 lines (145 loc) · 16.2 KB

18.1.3 (2024-09-18)

Bug Fixes

18.1.1 (2024-07-18)

Bug Fixes

  • dialog: renderIn optional (b9a3763)

18.1.0 (2024-07-18)

Features

  • 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)

Features

  • allow tracking of dom changes and preventing events from firing during one (#133) (a009096)

18.0.0 (2024-05-26)

Features

17.1.1 (2024-05-10)

Bug Fixes

  • InjectableAnimationEngine constructor optional scheduler (58d2254)

17.1.0 (2024-05-10)

Bug Fixes

17.0.0 (2023-11-08)

Features

16.0.1 (2023-10-10)

Bug Fixes

Features

16.0.0 (2023-05-15)

Features

15.2.0 (2023-03-11)

Features

  • support standalone components bootstrap (#108) (55eb884)
  • support for Angular 15.2+ fixing some minor breaking changes with ListViewComponent

15.0.2 (2023-02-16)

Bug Fixes

  • add meta for TextBase and FormattedString (#104) (8413e8e)

Features

15.0.1 (2022-12-14)

Bug Fixes

15.0.0 (2022-11-30)

Features

14.2.7 (2022-11-30)

Bug Fixes

  • router: fix navigation when clearing history and navigating before the navigatedTo event fires (#100) (f276f56)

14.2.6 (2022-11-23)

Bug Fixes

  • 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)

Bug Fixes

  • remove child from previous parent if needed due to animations (#93) (5040000)

14.2.4 (2022-09-22)

Bug Fixes

  • animations: no known animation properties specified (#91) (3c80919)

14.2.3 (2022-09-13)

Bug Fixes

  • correctly reassign siblings in linked list (#89) (a7527c9)
  • modal beforeClosed and afterClosed consistency between platforms (#87) (ad3e47c)

14.2.2 (2022-09-10)

Bug Fixes

  • better handling of parentNode on detached elements (#86) (8777f57)

14.2.1 (2022-09-08)

Bug Fixes

14.2.0 (2022-08-27)

Bug Fixes

Features

  • Angular 14.2.0 (#84) (5a976a2)
  • support adding TextNode elements (automatically sets text property by default) (#80) (1be9c3a)

14.0.4 (2022-08-05)

Bug Fixes

  • router outlet back navigation resilience (#79) (bebcde2)

14.0.3 (2022-07-02)

Bug Fixes

  • load pages in location instead of in appRef (#74) (33d4dc6)
  • remove deep import of @nativescript/core (0aacde2)

14.0.1 (2022-06-23)

Bug Fixes

  • handle standalone component routing with loadComponent (#73) (4a5ea46)

14.0.0 (2022-06-15)

Features

13.0.4 (2022-05-31)

Bug Fixes

  • 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)

Bug Fixes

  • look for correct outlet to back to (#58) (b782e36)
  • nested modal should work under new api (#59) (74cc41f)

13.0.2 (2022-02-12)

Bug Fixes

  • restrict nested outlet back navigation scope (#54) (5a88bc2)
  • zone: main thread promise handling issue (44cf00e)

Features

  • modals: closed$ and ability to access ModalDialogParams outside of component context (a18bd18)
  • use compilationMode 'full' (a4972cc)

13.0.1 (2022-01-17)

Bug Fixes

  • use new import.meta.webpackHmr to account for esm (#51) (cd934e1)

13.0.0 (2021-12-22)

Features

12.2.0 (2021-09-09)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

12.0.4 (2021-06-28)

Bug Fixes

  • list-view: ensure templates are in a consistent state on itemLoa… (#10) (1c842f8)

12.0.2 (2021-06-17)

Bug Fixes

12.0.1 (2021-06-10)

Bug Fixes

12.0.0 (2021-06-08)

  • Angular 12 compatibility with a new revamped engine.