Skip to content

Releases: gund/ng-dynamic-component

v2.2.1

23 Apr 16:45
ecd402e
Compare
Choose a tag to compare

2.2.1 (2018-04-23)

Bug Fixes

  • attributes: Reassign attributes if new dynamic component was set (48bacb4)

v2.2.0

23 Apr 14:29
58a2397
Compare
Choose a tag to compare

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

19 Apr 23:47
4ed750e
Compare
Choose a tag to compare

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

19 Apr 19:39
69a89b1
Compare
Choose a tag to compare

2.1.4 (2018-04-19)

Bug Fixes

  • rxjs: Remove old import from entry point (d6ad500), closes #125

v2.1.3

19 Apr 14:54
8d564b3
Compare
Choose a tag to compare

2.1.3 (2018-04-19)

Bug Fixes

  • rxjs: Use lettable operators instead of prototype mutation (91c1cbd), closes #118

v2.1.2

19 Apr 13:33
c1ee504
Compare
Choose a tag to compare

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

19 Apr 13:17
Compare
Choose a tag to compare

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

23 Mar 15:03
55916b3
Compare
Choose a tag to compare

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

07 Nov 19:57
Compare
Choose a tag to compare

2.0.3 (2017-11-07)

Bug Fixes

  • package: Fix path to type definition file (0be2991)

v2.0.2

06 Nov 19:18
Compare
Choose a tag to compare

2.0.2 (2017-11-06)

Bug Fixes

  • build: Downgrade to TS v2.4 to properly generate decorators (ed26415), closes #69