Skip to content

Latest commit

 

History

History
237 lines (138 loc) · 9.47 KB

CHANGELOG.md

File metadata and controls

237 lines (138 loc) · 9.47 KB

4.8.0 (2025-01-16)

🚀 Features

Changelog

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)

🐞 Bug Fixes

4.7.1 (2024-09-10)

4.7.0 (2024-08-27)

🚀 Features

4.6.6 (2024-08-23)

4.6.5 (2024-07-13)

4.6.4 (2024-07-02)

4.6.3 (2024-06-12)

🐞 Bug Fixes

4.6.2 (2024-06-12)

🐞 Bug Fixes

4.6.1 (2024-06-12)

🐞 Bug Fixes

4.6.0 (2024-06-12)

🚀 Features

4.5.0 (2024-06-12)

🚀 Features

🐞 Bug Fixes

  • use proxy instead of replacing context of EmbeddedViewRef (#175) (9163e00)

4.1.0 (2023-04-11)

🚀 Features

  • outlet: add SafeValue support (#76) (f9608be)

4.0.11 (2023-04-10)

🚀 Features

  • component: make context any by default (#73) (a7fbd7d)

4.0.10 (2022-11-14)

🐞 Bug Fixes

4.0.9 (2022-11-13)

🐞 Bug Fixes

  • outlet: properly loosen context type (#60) (9c8075e)

4.0.8 (2022-11-12)

🐞 Bug Fixes

  • outlet: loosen context type restriction (#58) (48c2ad3)

4.0.7 (2022-09-05)

🚀 Features

  • compat with Angular 14 and TS 4.8 (#56) (95b932f)

4.0.6 (2022-08-16)

🐞 Bug Fixes

  • default context to any for template too (fcb2f0e)

4.0.5 (2022-08-16)

🐞 Bug Fixes

  • default content generic to any for better base compatibility (4f8d874)

4.0.4 (2022-07-20)

🐞 Bug Fixes

  • don't instantiate template with function content returning null (#55) (88a43d5)

4.0.3 (2022-07-20)

🐞 Bug Fixes

  • don't instantiate template if content is null (4d58d03)

4.0.2 (2022-07-19)

🚀 Features

  • properly type primitive context (#54) (ca295de)

4.0.1 (2022-07-15)

🚀 Features

4.0.0 (2021-05-24)

🚀 Features

  • outlet: switch to using structural directive (#30) (99c8108)

3.1.8 (2021-05-14)

🐞 Bug Fixes

  • template: fix falling back to string generic (43cc5f0)

3.1.7 (2021-05-13)

🐞 Bug Fixes

  • directive: fix default generic value (e420116)

3.1.0 (2021-04-29)

🚀 Features

  • template: add a way to type context (#27) (f4141f4)
  • outlet: remove display: block (#25) (9dcd7f8)

2.1.0 (2020-05-25)

🚀 Features

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

🚀 Features

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

🚀 Features

  • template: add default type as empty object (#8) (231ba62)

🐞 Bug Fixes

  • readme: fix link to the Medium article (#7) (6b77cfd)

1.0.2 (2019-10-02)

1.0.1 (2019-10-02)

🚀 Features

1.0.0 (2019-09-26)