Releases: gund/ng-dynamic-component
Releases · gund/ng-dynamic-component
v10.4.0
10.4.0 (2022-08-28)
Bug Fixes
- io: simplify IoService to have just one method for updates (21b0e20)
- lib: make sure all inputs chanegs are sent to new component (25e4d34)
Features
- api: expose WindowRef and ReflectRef services as public api (c634e20)
- outputs: allow to specify context for output handlers via Tokens (9a03765)
Performance Improvements
- io: check if component has OnChanges hook once (88f187f)
- io: do not detect any changes when there is no component (8e7dbce)
v10.3.1
10.3.1 (2022-08-27)
Bug Fixes
- lib: specify minimum version of Angular v14.1.3 (a5fe899)
v10.3.0
10.3.0 (2022-08-27)
Features
- lib: use new ComponentRef API to set inputs on components (7cc48a6)
- ng: update to latest Angular v14 (64d82cc)
v10.2.1
10.2.1 (2022-06-17)
Bug Fixes
- deps: update peer deps to allow Angular v13+ (969aef9)
Reverts
- Revert "fix(component): add compatibility with Angular v12 to component rendering" (21de6fd)
v10.2.0
10.2.0 (2022-06-16)
Bug Fixes
- component: add compatibility with Angular v12 to component rendering (18c3922), closes #472
Features
- ng: add support for Angular v14+ (451f04e), closes #469
v10.2.0-next.3
Reverts
- Revert "docs(readme): update compat table" (b317a3e)
v10.2.0-next.2
Bug Fixes
- component: add compatibility with Angular v12 to component rendering (18c3922), closes #472
v10.2.0-next.1
Features
- ng: add support for Angular v14+ (451f04e), closes #469
v10.1.1-no-barrels.1
Bug Fixes
- ci: trigger publishing (628fffc)
- imports: remove barrel imports in modules (c7349ab)
- lib: remove barrel re-exports (b5363b2)
- lib: remove barrels from public API exports (42465dd)
v10.1.0
10.1.0 (2021-12-17)
Bug Fixes
- components: re-create dynamic component when other inputs are changed (ea127ba)
- deps: add RxJs v7 to supported peer dependencies range (c6700fb), closes #467
Features
- component: add support for component generic (fe8bb5d)