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/changelog.adoc
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,40 @@
4
4
5
5
NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes].
* New `extended_mathml_attributes` and `extended_mathml_elements` options.
13
+
// #TINY-11756
14
+
* New `onboarding` option.
15
+
// #TINY-11931
16
+
17
+
=== Improved
18
+
* Dialog menu dropdowns now close when a dialog is moved.
19
+
// #TINY-11368
20
+
* Focus outline was misaligned with comment card border on saving an edit.
21
+
// #TINY-11329
22
+
* The `editor.selection.scrollIntoView()` method now pads the target scroll area with a small margin, ensuring content doesn't sit at the very edge of the viewport.
23
+
// #TINY-11786
24
+
25
+
=== Changed
26
+
* Changed promotional text and link.
27
+
// #TINY-11905
28
+
29
+
=== Fixed
30
+
* Setting editor height to a `pt` or `em` value was ignoring min/max height settings.
31
+
// #TINY-11108
32
+
* Exception when pressing tab in the last cell of a non-editable table.
33
+
// #TINY-11797
34
+
* Exception was thrown when trying to use context form API after component was detached.
35
+
// #TINY-11781
36
+
* Deleting an empty block within <li> would move cursor at the end of the <li>.
37
+
// #TINY-11763
38
+
* Deleting an empty block that is between two lists would throw an error when all of the elements were nested inside the same <li>.
0 commit comments