This release supports the current stable version of Angular (v14) and is ready for Angular 15. It should also work with all upcoming versions of Angular (v16, v17 ...). If a new version of Angular is released, this package no longer needs to be rebuilt.
- all directives standalone
- the modules still exist for downwards compatibility
- lifted peer deps to "open end".
Standalone Components and Directives were introduced in Angular 14. All earlier versions of Angular are not supported by this release. Because of these breaking change, this release now gets the new major version 3.
Please use an earlier version of the angular-date-value-accessor
, if your application is still based on Angular v9, v10, v11, v12, or v13.
see #37 & #38 by @fmalcher
released by @JohannesHoppe