All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.1.1 (2024-08-06)
- use
ngOnChanges
instead ofeffect
to avoid signal-writes error (e8c3d3c)
6.1.0 (2024-07-03)
- change to signal inputs to be zoneless compatible (2965bda)
6.0.0 (2023-11-28)
- 🧨 Peer deps are now angular 17 and everything is standalone
- 🎸 update to ng17 (99de476)
5.1.1 (2023-07-05)
- 🐛 add protection (b99302b)
5.1.0 (2023-07-05)
- 🎸 add inputs (7512c83)
5.0.0 (2023-05-29)
- 🧨 The context passed to a component is now a signal
- 🧨 peer dependency is now angular v16+
- 🎸 use signal to provide component context (2b8aebb)
4.1.0 (2023-02-09)
- 🎸 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)
- 🐛 pass injector to component ref (a9d5217)
4.0.0 (2023-01-22)
- 🧨 build target is now es2022, peer dependency is now angular v14+
- 🧨 build target is now es2020
- 🎸 support context in components as injection token (22b8ae0)
- 🎸 update to angular v14 (448f33d)
- 🎸 update to angular v15 (ff8ec48)
3.0.4 (2022-01-30)
- 🐛 revert cd call (24102fc)
3.0.3 (2022-01-27)
- 🐛 component should run cd (ebfeda5)
3.0.2 (2021-12-22)
- 🐛 resolve view ref type (a041419)
3.0.1 (2021-12-22)
- 🐛 create view typings (5df4a42)
3.0.0 (2021-11-16)
- 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.
- upgrade to Angular 13 and switch to modern APF (33f7463)
- use new
createComponent
signature (d47e249)
2.1.0 (2021-10-25)
- allow teleport bindings to be passed asynchronously (05c164f)
2.0.4 (2021-08-10)
- 🐛 use the directive injector if not provided (dda0a96)
2.0.3 (2021-08-09)
- 🐛 fix view resolver (4e34c35)
2.0.2 (2021-06-02)
- 🐛 revert to view engine (ffadce2)
2.0.1 (2021-05-28)
- lib: remove dynamic-content and tplOrString
remove dynamic-content
and tplOrString
in favor of the dynamicView
directive
- lib: add dynamicView directive (b0b43d4)
- 🐛 detect dynamic content changes (046277a)
2.0.0 (2021-03-29)
- lib: remove dynamic-content and tplOrString
remove dynamic-content
and tplOrString
in favor of the dynamicView
directive
- lib: add dynamicView directive (b0b43d4)
- 🎸 add contect and provider (8fa76e4)