Skip to content

v9.0.0

Compare
Choose a tag to compare
@jnizet jnizet released this 18 Nov 12:16
· 910 commits to master since this release

All components and directives are now standalone. The ValdemortModule is still usable as it was before,
but you can also import the directives directly, from your standalone components or from your modules.

We have also updated our documentation about the integration of ngx-valdemort in Angular Material
applications, because a tiny CSS adjustment is now necessary for error messages to look good with material.

⚠ BREAKING CHANGES

  • ngx-valdemort is now based on Angular 15.x. If you want to use it with an older version of Angular, then stick to a previous version of ngx-valdemort.

Features

  • make all components and directives standalone (b4f7312)
  • upgrade to angular 15 (5bad8ad)