Skip to content

Commit

Permalink
misc: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Assaf (shlassaf) committed Aug 13, 2017
1 parent e628875 commit 9970885
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="4.0.0-beta.0"></a>
# [4.0.0-beta.0](https://github.com/shlomiassaf/ngx-modialog/compare/3.0.2...4.0.0-beta.0) (2017-08-13)


### Code Refactoring

* support angular version 5 ([#382](https://github.com/shlomiassaf/ngx-modialog/issues/382)) ([e628875](https://github.com/shlomiassaf/ngx-modialog/commit/e628875))


### BREAKING CHANGES

* Angular version 5 comes with a breaking change which results in an internal breaking change which remove API options

Bindings are no longer supported when opening a modal.
Providing bindings was, from day one, a shortcut to a manual operation.
If you used bindings before, instead provide an injector with the bindings inside.

Most of the users should not feel this change as usage of bindings should be minimal.

If you wrote a plugin you should feel this, follow the change set for one
of the native plugins as an conversion example.



<a name="3.0.2"></a>
## [3.0.2](https://github.com/shlomiassaf/angular2-modal/compare/3.0.1...3.0.2) (2017-08-11)

Expand Down

0 comments on commit 9970885

Please sign in to comment.