* **[ai](https://www.npmjs.com/package/@ckeditor/ckeditor5-ai)**: The layout of the UI changed. Customizations based on certain CSS selectors may not work anymore because of a different DOM structure in the UI. [Learn more](https://ckeditor.com/docs/ckeditor5/latest/updating/guides...
to Save toolbar button saves only first instance, which is currently unhandled, but much easier to reproduce (happens with ckeditor samples) I thought it was a problem with the "Save" toolbar button, but it could actually be a timing (sync/async) problem in textareas updating ? comme...
attribute-operation-range-not-flat The range to change is not flat. attribute-operation-wrong-old-value Changed node has different attribute value than operation's old attribute value. batch-constructor-deprecated-string-type The string value for a type property of the Batch constructor has bee...
#1330: Fixed: Incomplete CSS margin parsing if an auto or 0 value is used. #4286: Fixed: The Auto Grow plugin causes the editor width to be set to 0 on editor resize. #848: Fixed: Arabic text not being "bound" correctly when pasting. Thanks to Thomas Hunkapiller and J. Ivan Duarte...
<ckeditor :editor="editor" tag-name="textarea" /> #v-model Astandard directivefor form inputs in Vue. Unlikevalue, it creates a two–way data binding, which: Sets the initial editor content. Automatically updates the state of the application as the editor content changes (for example, as...
offering users better control over their content. Dragging by the balloon block toolbar handle is also possible, and we've updated its default icon to reflect this new drag-and-drop capability better ([but it's still changeable](https://ckeditor.com/docs/ckeditor5/latest/updating/guides/upd...
Just to make sure we’re on the same page: because the “hard crash” part of <ol type> and <ul type> was indeed fixed by Drupal updating to https://www.npmjs.com/package/@ckeditor/ckeditor5-list at 34.0.1 (which you released 3 days ago), #11615 (this issue) is not critical...
Only open filemanager(type=0 and not set field_id): path to filemanager../filemanager/dialog.php?type=0&fldr= Select Image: (type=1 and set id of input text in field_id variable): path to filemanager../filemanager/dialog.php?type=1&field_id=fieldID ...
Now while not providing the attribute's `value` to conversion the helper accepts and consumes all values. Previously those values were not consumed and left for other converters to convert. Note that you should use the `classes`, and the `styles` fields for the fine-tuned conversion of ...
value : undefined | string New value of the _charactersLabel property with given key or null, if operation should remove property. oldValue : undefined | string Old value of the _charactersLabel property with given key or null, if property was not set before. change:_wordsLabel( eventInfo,...