Skip to content

Releases: DSI-HUG/ngx-schematics-utilities

v12.0.1

16 Oct 12:21

Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v12.0.0

30 Jun 18:28

Choose a tag to compare

BREAKING CHANGES

  • ⚠️ angular: to align with Angular 20 smart default output path, outputPath will now always return a value
    • if outputPath is not defined in angular.json: before =undefined ; now = dist/<projectName> by default

Features

  • πŸš€ ng20: add support for Angular 20

Bug Fixes

  • getDataFromUrl: uncaught error after timeout

Improvements

  • deps: upgrade dependencies

v11.0.0

25 Apr 22:47

Choose a tag to compare

BREAKING CHANGES

  • helpers: getAngularVersion() is now async
  • angular: project.sourceRoot now defaults to src when project do not have the property in angular.json file

Bug Fixes

  • πŸ”₯ error: require of ES Module not supported

    Node <= 22 do not handle mixing CJS (ie. this package) and ESM (ie. angular, ora) well.
    A new separated ESM wrapper has been created to circumvent this issue.

Improvements

  • deps: upgrade dependencies

v10.2.2

03 Apr 15:53

Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v10.2.1

03 Mar 12:22

Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v10.2.0

07 Feb 22:22

Choose a tag to compare

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.

v10.1.4

02 Oct 13:44

Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v10.1.3

06 Sep 15:02

Choose a tag to compare

Improvements

  • deps: upgrade dependencies

v10.1.2

15 Aug 20:01

Choose a tag to compare

BREAKING CHANGES

Features

Bug Fixes

  • release: npm publish not working properly (see npm/cli#7726)
  • rule: > DONE is displayed multiple times if multiple schematics are used

Improvements

  • docs: add more chainable examples + some preview images
  • deps: upgrade dependencies

v9.1.0

17 May 10:00

Choose a tag to compare

Features