KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.79k stars 262 forks source link

v25 not actually compatible with Angular 17.x #1924

Closed sithwarrior closed 2 months ago

sithwarrior commented 3 months ago

despite the docs, ngx-quill 25 requires angular 17.1.x instead of 17.0x as it uses signal inputs, that was not introduced before 17.1

You can read the announcement here https://blog.angular.dev/signal-inputs-available-in-developer-preview-6a7ff1941823

Im on a 17.0.8 project, so ran into this.

KillerCodeMonkey commented 2 months ago

i changed the readme :)