File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -23,25 +23,29 @@ Any items marked **"High"** level require immediate attention during migration.
2323|Self-hosted deployments now require a new license key format and license key manager. Old keys are **not compatible**.
2424|High
2525
26- |xref:pagebreak-split-block-default[pagebreak_split_block Default Value ]
27- |The default value changed from `false` to `true`, affecting how page breaks interact with block elements .
28- |Low
26+ |xref:dompurify-update-breaking-change[DOMPurify Update and Stricter Sanitization ]
27+ |Sanitization is now stricter; content previously allowed may be stripped or altered. See migration guide for details .
28+ |High
2929
3030|xref:editor-selection-setcontent-deprecated[editor.selection.setContent] Deprecated
3131|Method deprecated. Use `editor.insertContent` instead.
3232|Medium
3333
34+ |xref:fire-method-deprecation[fire()] Method Deprecation
35+ |Method deprecated. Use `dispatch()` for event handling.
36+ |Medium
37+
38+ |xref:pagebreak-split-block-default[pagebreak_split_block Default Value]
39+ |The default value changed from `false` to `true`, affecting how page breaks interact with block elements.
40+ |Low
41+
3442|xref:editor-documentbaseurl-removal[editor.documentBaseUrl] Removal
3543|Undocumented property removed. Use `editor.editorManager.documentBaseURI` instead.
3644|Low
3745
3846|xref:skipfocus-consolidation[skipFocus and skip_focus] Consolidation
3947|Options consolidated to `skipFocus` in `ToggleToolbarDrawer`.
4048|Low
41-
42- |xref:fire-method-deprecation[fire()] Method Deprecation
43- |Method deprecated. Use `dispatch()` for event handling.
44- |Medium
4549|===
4650====
4751
You can’t perform that action at this time.
0 commit comments