Releases: gund/ng-dynamic-component
Releases · gund/ng-dynamic-component
v2.2.1
2.2.1 (2018-04-23)
Bug Fixes
- attributes: Reassign attributes if new dynamic component was set (48bacb4)
v2.2.0
2.2.0 (2018-04-23)
Features
- attributes: Add dynamic attributes directive (71f10ad), closes #120
- attributes: Add support for
ngComponentOutlet
* syntax (2130057)
- attributes: Add support for ndc-dynamic component (d426a15)
v2.1.5
2.1.5 (2018-04-19)
Bug Fixes
- directive: Update inputs changes when both comp and inputs are changed (7a05b6a), closes #88
v2.1.4
2.1.4 (2018-04-19)
Bug Fixes
- rxjs: Remove old import from entry point (d6ad500), closes #125
v2.1.3
2.1.3 (2018-04-19)
Bug Fixes
- rxjs: Use lettable operators instead of prototype mutation (91c1cbd), closes #118
v2.1.2
2.1.2 (2018-04-19)
Bug Fixes
- directive: Check if inputs really changed when angular triggers change detection on them (14c953c), closes #111
- directive: Check if inputs really changed when angular triggers change detection on them (cc91db3), closes #111
v2.1.1
2.1.1 (2018-04-19)
Bug Fixes
- directive: Extract differ records to chages transformation to higher-order functions (9b86e94)
- directive: Use SimpleChange instead of CustomSimpleChange (b6a798d)
v2.1.0
2.1.0 (2018-03-23)
Bug Fixes
- directive: Remove unhit dead code (b06d9e7)
Features
- directive: Add support for bound inputs and outputs (7008156), closes #102
v2.0.3
2.0.3 (2017-11-07)
Bug Fixes
- package: Fix path to type definition file (0be2991)
v2.0.2
2.0.2 (2017-11-06)
Bug Fixes
- build: Downgrade to TS v2.4 to properly generate decorators (ed26415), closes #69