Skip to content

Releases: gund/ng-dynamic-component

v7.0.2

14 Oct 15:03
Compare
Choose a tag to compare

7.0.2 (2020-10-14)

Bug Fixes

  • io: only add changed inputs to changes in OnChanges hook (1d8c6c0), closes #403

v7.0.2-no-barrels.2

29 Jun 00:48
Compare
Choose a tag to compare
v7.0.2-no-barrels.2 Pre-release
Pre-release

7.0.2-no-barrels.2 (2020-06-29)

Bug Fixes

  • imports: remove barrel imports in modules (14a9d87)

v7.0.2-no-barrels.1

29 Jun 00:10
Compare
Choose a tag to compare
v7.0.2-no-barrels.1 Pre-release
Pre-release

7.0.2-no-barrels.1 (2020-06-29)

Bug Fixes

  • lib: remove barrel re-exports (00513bf)
  • lib: remove barrels from public API exports (17ae6b9)

v7.0.1

29 Jun 00:01
Compare
Choose a tag to compare

7.0.1 (2020-06-29)

Bug Fixes

  • attributes: properly resolve constructor types from directives (16efb28)

v7.0.1-no-barrels.1

28 Jun 20:08
Compare
Choose a tag to compare
v7.0.1-no-barrels.1 Pre-release
Pre-release

7.0.1-no-barrels.1 (2020-06-28)

Bug Fixes

  • lib: remove barrel re-exports (3c7b294)
  • lib: remove barrels from public API exports (bd70117)

NOTE: This no-barrels version tag is temporary and only exists until #369 is resolved.

v7.0.0

28 Jun 19:54
Compare
Choose a tag to compare

7.0.0 (2020-06-28)

Bug Fixes

  • api: replace deprecated DynamicModule with component module (412d517)
  • package: update Angular peer dependencies from v9 to v10 (c4c059e)

Features

  • deps: upgrade to Angular v10 (f6a6ef7)

BREAKING CHANGES

  • package: Now you are required to have Angular v10 as a peer dependency.
  • api: Previously deprecated module contained all the pieces of public API in on module
    and this was not tree-shakeable. Now it has been removed and replaced by the module that only
    contains DynamicComponent. All other pieces are available in their own modules.
  • deps: Now library is built using Angular v10

v6.1.1-no-barrels.2

01 May 03:30
Compare
Choose a tag to compare
v6.1.1-no-barrels.2 Pre-release
Pre-release

6.1.1-no-barrels.2 (2020-05-01)

Bug Fixes

  • lib: remove barrels from public API exports (7749295)

NOTE: This no-barrels version tag is temporary and only exists until #369 is resolved.

v6.1.1-no-barrels.1

11 Apr 22:44
Compare
Choose a tag to compare
v6.1.1-no-barrels.1 Pre-release
Pre-release

6.1.1-no-barrels.1 (2020-04-11)

Bug Fixes

  • lib: remove barrel re-exports (d85dc7f)

NOTE: This no-barrels version tag is temporary and only exists until #369 is resolved.

v6.1.0

13 Mar 07:08
Compare
Choose a tag to compare

6.1.0 (2020-03-13)

Bug Fixes

  • component: add DynamicIo module to component module (eac4c5b)
  • io: update type of event argument token (3d85691)

Features

  • modules: split every directive into separate module (5f2985b)
  • outputs: add ability to pass template variables to outputs (a13c7d6), closes #331

v6.1.0-next.1

13 Mar 06:46
Compare
Choose a tag to compare
v6.1.0-next.1 Pre-release
Pre-release

6.1.0-next.1 (2020-03-13)

Bug Fixes

  • component: add DynamicIo module to component module (eac4c5b)
  • io: update type of event argument token (3d85691)

Features

  • modules: split every directive into separate module (5f2985b)
  • outputs: add ability to pass template variables to outputs (a13c7d6), closes #331