Skip to content

Releases: gund/ng-dynamic-component

v1.0.1

25 Mar 21:55
Compare
Choose a tag to compare

1.0.1 (2017-03-25)

Bug Fixes

  • strictNullChecks: Comply with strict null checks mode (0adda4af)

v1.0.0

25 Mar 21:38
Compare
Choose a tag to compare

Update to Angular 4.

1.0.0 (2017-03-25)

Bug Fixes

  • directive:
    • Guard ngOnChnages invocation if not specified by dynamic component (51c795b9)
    • Guard NgComponentOutlet that may be not injected (cba008d4)
    • Small improvement due to unit tests (644fdda6)
    • Fix Dynamic directive ti work without Dynamic component (0432d4ad)

Features

  • release: Update docs and introduce breaking change for major version increment (61aae93e)

Breaking Changes

  • Upgrade to Angular 4

(61aae93e)

1.0.0-beta.4

18 Feb 16:03
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release

Commits from v.0.0.4

v0.0.4

18 Feb 16:06
Compare
Choose a tag to compare

Small changes thanks to unit tests.

1.0.0-beta.3

16 Feb 20:30
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Cleanup Dynamic directive selector list.

1.0.0-beta.2

16 Feb 20:22
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Fix Dynamic directive to work without Dynamic component.

1.0.0-beta.1

16 Feb 20:09
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

Add support for NgComponentOutlet directive.

1.0.0-beta.0

16 Feb 19:32
Compare
Choose a tag to compare
1.0.0-beta.0 Pre-release
Pre-release

Update to Angular 4-beta.6 and fix some breaking changes

v0.0.3

16 Feb 20:26
Compare
Choose a tag to compare

Fix Dynamic directive to work without Dynamic component.

v0.0.2

16 Feb 19:14
Compare
Choose a tag to compare

First release with DynamicDirective and DynamicComponent in DynamicModule