Skip to content

v7.0.0

Compare
Choose a tag to compare
@gund gund released this 28 Jun 19:54
· 155 commits to master since this release

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