Browse Source
Update modules/ROOT/pages/migration-from-7x.adoc
Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud>
pull/3781/head
Karl Kemister-Sheppard
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
modules/ROOT/pages/migration-from-7x.adoc
|
@ -18,9 +18,9 @@ The following table summarizes all breaking changes in {productname} {release-ve |
|
|
|=== |
|
|
|=== |
|
|
|Breaking Change |Impact |Severity |
|
|
|Breaking Change |Impact |Severity |
|
|
|
|
|
|
|
|
|`editor.selection.setContent` Removal |
|
|
|
|
|
|Method removed. Use `editor.insertContent` instead. |
|
|
|
|
|
|High |
|
|
|
|
|
|
|
|
|`editor.selection.setContent` Deprecated |
|
|
|
|
|
|Method deprecated. Use `editor.insertContent` instead. |
|
|
|
|
|
|Medium |
|
|
|
|
|
|
|
|
|`editor.documentBaseUrl` Removal |
|
|
|`editor.documentBaseUrl` Removal |
|
|
|Property removed. Use `editor.editorManager.documentBaseURL` instead. |
|
|
|Property removed. Use `editor.editorManager.documentBaseURL` instead. |
|
|