Skip to content

Commit 9bddb50

Browse files
committed
DOC-3147: Update migration quick ref table to reflect changes in DOMPurify sanitization.
1 parent b7bb752 commit 9bddb50

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

modules/ROOT/pages/migration-from-7x.adoc

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)