Skip to content

Latest commit

 

History

History
248 lines (119 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

248 lines (119 loc) · 12.2 KB

Changelog

12.0.0-alpha.0 (2025-01-10)

⚠ BREAKING CHANGES

  • Added support for Angular 19 and removed support for Angular 18

Features

11.0.0 (2024-09-11)

⚠ BREAKING CHANGES

  • Added support for Angular 18 and removed support for Angular 17

Features

11.0.0-alpha.1 (2024-07-26)

Features

  • add support for @angular/core@18.1.2 (#96) (5671c08)

11.0.0-alpha.0 (2024-07-09)

⚠ BREAKING CHANGES

  • Added support for Angular 18 and removed support for Angular 17

Features

10.0.0 (2024-03-26)

⚠ BREAKING CHANGES

  • Added support for Angular 17 and removed support for Angular 16

Features

10.0.0-alpha.0 (2024-01-24)

⚠ BREAKING CHANGES

  • Added support for Angular 17 and removed support for Angular 16

Features

9.0.0 (2023-09-14)

⚠ BREAKING CHANGES

  • drop support for Angular 15; add support for Angular 16 (#77)

Features

  • drop support for Angular 15; add support for Angular 16 (#77) (1d1d7db)
  • add support for @skyux/core@9.0.0 (#80) (4dda365)

Bug Fixes

  • stache: set correct component URL for edit button (#75) (42903c0)

9.0.0-alpha.0 (2023-08-07)

⚠ BREAKING CHANGES

  • drop support for Angular 15; add support for Angular 16 (#77)

Features

  • drop support for Angular 15; add support for Angular 16 (#77) (1d1d7db)

Bug Fixes

  • stache: set correct component URL for edit button (#75) (42903c0)

8.1.1 (2023-08-03)

Bug Fixes

  • stache: set correct component URL for edit button (#74) (cb9dab5)

8.1.0 (2023-05-26)

Features

  • stache: allow StacheRouteOptions to be provided with navigation information for lazy loaded components (#68) Thanks @Blackbaud-NicklausGlyder! (90f57eb)

8.0.0 (2023-05-10)

⚠ BREAKING CHANGES

  • drop support for Angular 14 (#46)
  • stache: set StacheJsonDataService as provided in 'root' (#39)
  • stache: remove markdown and includes components (#41)

Features

  • add support for Angular 15 (#46) (b19ab3e)
  • update route metadata service to read from router module (#25) (1f6d19b)
  • clipboard: add strict-mode support, remove 'clipboard-polyfill' (#6) (65db2fc)
  • code-block: add strict-mode support (#7) (92d20c0)
  • stache: set StacheJsonDataService as provided in 'root' (#39) (03d905c)
  • stache: remove markdown and includes components (#41) (27ae4ac)

Bug Fixes

  • add support for rxjs@6 (#31) (733bfb3)
  • stache: fix the StacheRouteService to handle child routes of a single root route (#33) (7bbd9a6)
  • stache: recursively look for child routes when locating root path (#37) (b9c455e)
  • stache: add input converters back to inputs (#51) (522e173)
  • stache: convert component inputs when the inputs use an internal setter (#58) (65287ad)

8.0.0-rc.2 (2023-03-15)

Bug Fixes

  • stache: convert component inputs when the inputs use an internal setter (#58) (#60) (8e61bfd)

8.0.0-beta.2 (2023-03-15)

Bug Fixes

  • stache: convert component inputs when the inputs use an internal setter (#58) (65287ad)

8.0.0-rc.1 (2023-02-23)

Bug Fixes

  • stache: add input converters back to inputs (#51) (#53) (6ba2b6b)

8.0.0-beta.1 (2023-02-23)

Bug Fixes

  • stache: add input converters back to inputs (#51) (522e173)

8.0.0-rc.0 (2023-02-22)

⚠ BREAKING CHANGES

  • support Angular 15 (#46)

Features

8.0.0-beta.0 (2023-02-10)

Features

8.0.0-alpha.6 (2023-02-06)

⚠ BREAKING CHANGES

  • stache: remove markdown and includes components (#41)

Features

  • stache: remove markdown and includes components (#41) (27ae4ac)

8.0.0-alpha.5 (2023-02-06)

⚠ BREAKING CHANGES

  • stache: set StacheJsonDataService as provided in 'root' (#39)

Features

  • stache: set StacheJsonDataService as provided in 'root' (#39) (03d905c)

8.0.0-alpha.4 (2023-02-03)

Bug Fixes

  • stache: recursively look for child routes when locating root path (#37) (b9c455e)

8.0.0-alpha.3 (2023-02-02)

Bug Fixes

  • stache: fix the StacheRouteService to handle child routes of a single root route (#33) (7bbd9a6)

8.0.0-alpha.2 (2023-02-01)

Bug Fixes

8.0.0-alpha.1 (2023-01-31)

Features

  • update route metadata service to read from router module (#25) (1f6d19b)

8.0.0-alpha.0 (2023-01-23)

Features

  • clipboard: add strict-mode support, remove 'clipboard-polyfill' (#6) (65db2fc)
  • code-block: add strict-mode support (#7) (92d20c0)

7.0.0 (2022-12-06)

⚠ BREAKING CHANGES

  • Dropped support for Angular 13. #133

Features

  • Added support for Angular 14. #133