Skip to content

Releases: gund/ng-dynamic-component

v5.0.0

02 Jul 15:00
4db0bfc
Compare
Choose a tag to compare

5.0.0 (2019-07-02)

Bug Fixes

  • build: removing types, conflicting (4e626f3), closes #260
  • husky: fixing mistype in pre-commit (5866158), closes #260
  • tslint: update tslint rules for new codelyzer (9d7d964), closes #260

Features

BREAKING CHANGES

  • ng: Upgrade to Angular 8 and Typescript 3.5. Public API stays unchanged.

v4.0.3

21 Feb 23:26
bf8313a
Compare
Choose a tag to compare

4.0.3 (2019-02-21)

Bug Fixes

  • io-service: mark for check component on changes (08df6ca)

v4.0.2

13 Dec 19:12
f8c3348
Compare
Choose a tag to compare

4.0.2 (2018-12-13)

Bug Fixes

  • directives: fire ngDoCheck hook for dynamic directives (d3e5888)

v4.0.1

13 Dec 15:47
28ba4b5
Compare
Choose a tag to compare

4.0.1 (2018-12-13)

Bug Fixes

  • attributes: do not crash when component does not exist (723c240)
  • directives: recreate directives when component changes (85f10db)

v4.0.0

26 Oct 09:31
Compare
Choose a tag to compare

4.0.0 (2018-10-26)

Features

  • core: update to angular 7 (a5b2e34)

BREAKING CHANGES

  • core: Library updates to angular v7. No user API changes.

v3.1.2

16 Oct 13:26
fd3730a
Compare
Choose a tag to compare

3.1.2 (2018-10-16)

Bug Fixes

  • io-service: make sure no errors thrown when component injector is not available (4a0cac2), closes #175 #153

v3.1.1

14 Oct 14:35
d0f5b80
Compare
Choose a tag to compare

3.1.1 (2018-10-14)

Bug Fixes

  • module: use window reference via DI (1c05874), closes #186

v3.1.0

08 Oct 19:37
32acb41
Compare
Choose a tag to compare

3.1.0 (2018-10-08)

Features

  • directives: Add ndcDynamicDirectives directive (147189e), closes #160

v3.0.0

16 May 20:40
Compare
Choose a tag to compare

3.0.0 (2018-05-16)

Bug Fixes

  • ng: Upgrade to Angular 6, ngrx 6 and typescript (393b739), closes #139

BREAKING CHANGES

  • ng: Upgraded to Angular 6. No public API changes.

v2.3.0

02 May 21:48
0cd6854
Compare
Choose a tag to compare

2.3.0 (2018-05-02)

Features

  • directive: Added component creation event (52a1951)