Skip to content

v10.2.0

Latest
Compare
Choose a tag to compare
@Badisi Badisi released this 07 Feb 22:22

Features

  • πŸš€ chainable-application: allow __ASSETS__ application's path to be transpiled
  • πŸš€ angular: add assetsPath to application's context info
  • πŸš€ angular: new helper getAngularVersion

Improvements

  • deps: upgrade dependencies

  • πŸ”₯ ng14: support for Angular >= 14 is back !

    Previously, all Angular peer-dependencies were required to be >= 17.
    With this version, those restrictions are gone and only @schematics/angular is required to be >= 17.
    Which should make the library compatible with ng >= 14 again.