Skip to content

Latest commit

 

History

History
193 lines (91 loc) · 6.87 KB

CHANGELOG.md

File metadata and controls

193 lines (91 loc) · 6.87 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.0.0 (2023-11-28)

⚠ BREAKING CHANGES

  • 🧨 Peer deps are now angular 17 and everything is standalone

Features

5.1.1 (2023-07-05)

Bug Fixes

5.1.0 (2023-07-05)

Features

5.0.0 (2023-05-29)

⚠ BREAKING CHANGES

  • 🧨 The context passed to a component is now a signal
  • 🧨 peer dependency is now angular v16+

Features

  • 🎸 use signal to provide component context (2b8aebb)

Bug Fixes

  • 🐛 update view on context change (5f38a78)

  • 🤖 update to angular v16 (488187c)

4.1.0 (2023-02-09)

Features

  • 🎸 expose ref for templates (0d848b1)
  • add injector option to the template config (229e725), closes #17
  • add injector option to the template config (d37c6e2), closes #17

4.0.1 (2023-01-28)

Bug Fixes

  • 🐛 pass injector to component ref (a9d5217)

4.0.0 (2023-01-22)

⚠ BREAKING CHANGES

  • 🧨 build target is now es2022, peer dependency is now angular v14+
  • 🧨 build target is now es2020

Features

  • 🎸 support context in components as injection token (22b8ae0)
  • 🎸 update to angular v14 (448f33d)
  • 🎸 update to angular v15 (ff8ec48)

3.0.4 (2022-01-30)

Bug Fixes

3.0.3 (2022-01-27)

Bug Fixes

  • 🐛 component should run cd (ebfeda5)

3.0.2 (2021-12-22)

Bug Fixes

  • 🐛 resolve view ref type (a041419)

3.0.1 (2021-12-22)

Bug Fixes

  • 🐛 create view typings (5df4a42)

3.0.0 (2021-11-16)

⚠ BREAKING CHANGES

  • The @ngneat/overview is shipped with .mjs files, following the APF (Angular Package Format) spec starting from Angular 13. .mjs files are compatible only with Angular 13 version and higher.

Features

  • upgrade to Angular 13 and switch to modern APF (33f7463)
  • use new createComponent signature (d47e249)

2.1.0 (2021-10-25)

Features

  • allow teleport bindings to be passed asynchronously (05c164f)

2.0.4 (2021-08-10)

Bug Fixes

  • 🐛 use the directive injector if not provided (dda0a96)

2.0.3 (2021-08-09)

Bug Fixes

2.0.2 (2021-06-02)

Bug Fixes

  • 🐛 revert to view engine (ffadce2)

2.0.1 (2021-05-28)

⚠ BREAKING CHANGES

  • lib: remove dynamic-content and tplOrString

remove dynamic-content and tplOrString in favor of the dynamicView directive

Features

  • lib: add dynamicView directive (b0b43d4)

Bug Fixes

  • 🐛 detect dynamic content changes (046277a)

2.0.0 (2021-03-29)

⚠ BREAKING CHANGES

  • lib: remove dynamic-content and tplOrString

remove dynamic-content and tplOrString in favor of the dynamicView directive

Features

  • lib: add dynamicView directive (b0b43d4)

1.0.0 (2021-01-28)

Features

  • 🎸 add contect and provider (8fa76e4)

Bug Fixes