4.8.0 (2025-01-16)
- support fallback context (#769) (01f7f86)
All notable changes to this project will be documented in this file. See
conventional commits
guidelines.
4.7.4 (2024-09-27)
4.7.3 (2024-09-23)
4.7.2 (2024-09-20)
- forgot publish licence (f42fc35)
4.7.1 (2024-09-10)
4.7.0 (2024-08-27)
- add
injectContext
(#540) (e54d594)
4.6.6 (2024-08-23)
4.6.5 (2024-07-13)
4.6.4 (2024-07-02)
4.6.3 (2024-06-12)
- inheritance compatibility (d86d200)
4.6.2 (2024-06-12)
- type consistent (f22dd70)
4.6.1 (2024-06-12)
- support pass cdr (43fb937)
4.6.0 (2024-06-12)
- support pass content (85ad961)
4.5.0 (2024-06-12)
- use proxy instead of replacing context of EmbeddedViewRef (#175) (9163e00)
4.1.0 (2023-04-11)
- outlet: add
SafeValue
support (#76) (f9608be)
4.0.11 (2023-04-10)
- component: make context
any
by default (#73) (a7fbd7d)
4.0.10 (2022-11-14)
- template: fix untyped template (8c99c96)
4.0.9 (2022-11-13)
- outlet: properly loosen context type (#60) (9c8075e)
4.0.8 (2022-11-12)
- outlet: loosen context type restriction (#58) (48c2ad3)
4.0.7 (2022-09-05)
- compat with Angular 14 and TS 4.8 (#56) (95b932f)
4.0.6 (2022-08-16)
- default context to
any
for template too (fcb2f0e)
4.0.5 (2022-08-16)
- default content generic to
any
for better base compatibility (4f8d874)
4.0.4 (2022-07-20)
- don't instantiate template with function content returning null (#55) (88a43d5)
4.0.3 (2022-07-20)
- don't instantiate template if content is null (4d58d03)
4.0.2 (2022-07-19)
- properly type primitive context (#54) (ca295de)
4.0.1 (2022-07-15)
- improve typings (#52) (5272b4d)
4.0.0 (2021-05-24)
- outlet: switch to using structural directive (#30) (99c8108)
3.1.8 (2021-05-14)
- template: fix falling back to string generic (43cc5f0)
3.1.7 (2021-05-13)
- directive: fix default generic value (e420116)
3.1.0 (2021-04-29)
2.1.0 (2020-05-25)
- outlet: allow attribute usage so it can be applied to native tags (#17) (62d7a5a)
- component: handle change detection properly (#14) (334a713)
2.0.0 (2020-02-14)
1.1.0 (2020-02-12)
- component: Polymorpheus components now behave the same way as Angular templates and mutate context instead of reinstantiating if the shape of the context stayed the same (#12) (57cd932)
1.0.4 (2020-01-20)
1.0.3 (2019-12-20)
- template: add default type as empty object (#8) (231ba62)
- readme: fix link to the Medium article (#7) (6b77cfd)
1.0.2 (2019-10-02)
1.0.1 (2019-10-02)
- outlet: simplify template (6a4c6ad)