Skip to content

v2.4.1

Choose a tag to compare

@github-actions github-actions released this 19 May 16:24
· 19 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.