You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CKEditorBot
added
the
status:planned
Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon.
label
Feb 24, 2023
CKEditorBot
added
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
and removed
status:planned
Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon.
labels
Mar 30, 2023
React integration with CKEditor 5 now supports TS and requires version 37 or later of the editor.
Previously, when using plain JavaScript there was no hinting for the name of the component, or any of it's props.
If the consumer project of ckeditor5-react uses TS, the IDE will provide hints for the <CKEditor /> component and will show the types of the properties.
With TypeScript, IDE hints for the component name and automatically imports the component:
IDE also informs that editor property is required:
And it hints all the possible properties along with their types:
IDE suggests what component should be provided as prop editor:
IDE is able to infer the types in actions based on the type of the used editor:
Part of #13471.
The text was updated successfully, but these errors were encountered: