Skip to content

v3.1.4

Choose a tag to compare

@github-actions github-actions released this 20 May 08:50
· 2 commits to main since this release

Fixed

  • Angular 18 Compatibility: Reverted library APIs from Angular 19+ back to Angular 18 standards:
    • Replaced provideEnvironmentInitializer() with APP_INITIALIZER in provideAteEditor() to prevent crashes on Angular 18 environments.
    • Added { allowSignalWrites: true } to all effect() blocks to fix signal write errors at runtime.
    • Fixed TypeScript compiler and builder errors under TypeScript 5.4.