Skip to content

Releases: gund/ng-dynamic-component

v5.0.6

29 Jan 04:45
Compare
Choose a tag to compare

5.0.6 (2020-01-29)

Bug Fixes

  • dist: fix the readme file copying (56d3d9f)
  • dist: use copy instead of copyfiles (f65e12d)

v5.0.5

29 Jan 04:24
Compare
Choose a tag to compare

5.0.5 (2020-01-29)

Bug Fixes

  • dist: try copying readme inothe order (c5d0c94)

v5.0.4

29 Jan 04:13
Compare
Choose a tag to compare

5.0.4 (2020-01-29)

Reverts

  • fix(dist): add readme file to package (1eed88a)

v5.0.3

29 Jan 04:00
Compare
Choose a tag to compare

5.0.3 (2020-01-29)

Bug Fixes

  • dist: add readme file to package (e973a42)

v5.0.2

29 Jan 03:29
Compare
Choose a tag to compare

5.0.2 (2020-01-29)

Bug Fixes

  • dist: correctly run pack script before publishing package (d5037db)

v5.0.1

29 Jan 03:20
Compare
Choose a tag to compare

5.0.1 (2020-01-29)

Bug Fixes

  • build: migrate to Angular CLI builder (321cc38)
  • dist: include CHANGELOG.md into distribution package (99f46bc)

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)