Skip to content

Releases: gund/ng-dynamic-component

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

v2.0.1

05 Nov 18:33
Compare
Choose a tag to compare

2.0.1 (2017-11-05)

Bug Fixes

  • package: Fix publish path command (40c0090)
  • package: Fix published version with selamntic-release (ce37e3b)
  • remade: Remove a note about tslib (0590fa9)

v2.0.0

05 Nov 17:36
Compare
Choose a tag to compare

2.0.0 (2017-11-05)

Bug Fixes

  • build: Publish only dist folder (878d6b8)
  • directive: Update differ usage according to angular 5 (eab9ecd)
  • package: Include src directory to published package (057f7b9)
  • package: Remove src folder from published package (570ca6e)

BREAKING CHANGES

  • build: The structure of published packaged changed, but it should not affect public APIs

v1.1.0

11 Aug 13:51
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-08-11)

Features

  • dynamic-directive: Add support for * syntax with ngComponentOutlet directive (2e8b2f93, closes #43)

v1.0.8

06 Jun 17:53
Compare
Choose a tag to compare

<a name"1.0.8">

1.0.8 (2017-06-06)

Bug Fixes

  • build: Create Flat ESM modules ES5 and ES2015 (37260225, closes #27)