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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration-from-4x.adoc
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ The {productname} plugin ecosystem was significantly restructured in version 6.0
45
45
** `paste`, `hr`, `noneditable`, `table`, `print`, and `contextmenu`: These plugins were absorbed into the {productname} core and no longer require separate installation.
46
46
47
47
* **Now Premium Only**:
48
-
49
48
** `spellchecker`, `editimage`, `mediaembed`, `tableofcontents`: These features are available through premium plugins.
50
49
51
50
.Plugin Migration Examples
@@ -67,6 +66,7 @@ The {productname} plugin ecosystem was significantly restructured in version 6.0
67
66
If you used the following toolbar buttons or menu options, they have changed names across major {productname} versions. Please refer to the release notes for each version for complete migration details.
68
67
69
68
{productname} 5 → {productname} 6:
69
+
70
70
* `formatselect` → `blocks` (toolbar item)
71
71
* `blockformats` → `blocks` (menu item)
72
72
* `styleselect` → `styles` (toolbar item)
@@ -80,21 +80,22 @@ If you used the following toolbar buttons or menu options, they have changed nam
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from the core and are now provided by the `lists` plugin.
84
85
* Default text pattern triggers were updated to activate on `Space` instead of `Enter`. A `trigger` property was added to configure block-level text pattern behavior.
85
86
86
-
Refer to the latest release notes at https://www.tiny.cloud/docs/tinymce/latest/release-notes/ for further details.
87
+
Refer to the latest release notes at link:https://www.tiny.cloud/docs/tinymce/latest/release-notes/[latest release notes] for further details.
87
88
====
88
89
89
-
TIP: Always refer to the latest plugin documentation at link:https://www.tiny.cloud/docs/plugins/ for up-to-date availability and migration guidance.
90
+
TIP: Always refer to the latest plugin documentation at xref:plugins.adoc[plugins] for up-to-date availability and migration guidance.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration-from-5x.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,9 @@ content_css: "dark",
28
28
29
29
=== Plugin Ecosystem
30
30
31
-
=== Plugin Ecosystem
32
-
33
31
The {productname} plugin ecosystem underwent a significant overhaul starting in version 6.0, with many plugins either removed, integrated into the core, or made premium-only. The following summarizes these changes.
34
32
35
-
* **Removed Plugins**:
33
+
* **Removed Plugins** (no longer available as of {productname} 6.0):
36
34
** `colorpicker`: Deprecated in 5.0; functionality absorbed into core. Removed in 6.0.
37
35
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into the core editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
38
36
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and editor core.
@@ -70,6 +68,7 @@ The {productname} plugin ecosystem underwent a significant overhaul starting in
70
68
If you used the following toolbar buttons or menu options, they have changed names across major {productname} versions. Please refer to the release notes for each version for complete migration details.
71
69
72
70
{productname} 5 → {productname} 6:
71
+
73
72
* `formatselect` → `blocks` (toolbar item)
74
73
* `blockformats` → `blocks` (menu item)
75
74
* `styleselect` → `styles` (toolbar item)
@@ -83,15 +82,16 @@ If you used the following toolbar buttons or menu options, they have changed nam
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from the core and are now provided by the `lists` plugin.
87
87
* Default text pattern triggers were updated to activate on `Space` instead of `Enter`. A `trigger` property was added to configure block-level text pattern behavior.
88
88
89
-
Refer to the latest release notes at https://www.tiny.cloud/docs/tinymce/latest/release-notes/ for further details.
89
+
Refer to the latest release notes at link:https://www.tiny.cloud/docs/tinymce/latest/release-notes/[latest release notes] for further details.
90
90
====
91
91
92
-
TIP: Always refer to the latest plugin documentation at link:https://www.tiny.cloud/docs/plugins/ for up-to-date availability and migration guidance.
92
+
TIP: Always refer to the latest plugin documentation at xref:plugins.adoc[plugins] for up-to-date availability and migration guidance.
0 commit comments