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
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on <weekday>, <month> <DD>^<st|nd|rd|th>^, <YYYY>. These release notes provide an overview of the changes for {productname} {release-version}, including:
14
+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, March 19^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
15
15
16
16
// Remove sections and section boilerplates as necessary.
17
17
// Pluralise as necessary or remove the placeholder plural marker.
18
18
* xref:bug-fixes[Bug fixes]
19
-
* xref:security-fixes[Security fixes]
20
19
21
20
[[bug-fixes]]
22
21
== Bug fixes
23
22
24
23
{productname} {release-version} also includes the following bug fixes:
25
24
26
-
=== Exception was thrown when trying to use the context form API after the toolbar was detached.
27
-
// #TINY-11781
28
-
29
-
Previously, an error occurred when the `setValue` function from the xref:contextform.adoc#formapi[Context Form API] was called after the toolbar had been detached from the DOM. As a result, developers were unable to retrieve the value of the Context Form when using the API after the form had been closed.
30
-
31
-
{productname} {release-version} resolves this issue by ensuring that developers can now reliably get and set the value of the Context Form even after it has been detached.
32
-
33
-
=== Exception occurs when pressing `tab` in the last cell of a non-editable table
25
+
=== Error was thrown when pressing `tab` in the last cell of a non-editable table.
34
26
// #TINY-11797
35
27
36
28
Previously in {productname}, an issue was identified where pressing `Tab` in the last cell of a non-editable table attempted to insert a new row and move the selection to it. This behavior resulted in an infinite loop. Additionally, if `Tab` was pressed in an editable cell and the next cell was a `contentEditable="false"` (`CEF`) cell, with a `contenteditable="true"` element inside, the focus would skip the `CEF` cell.
@@ -44,21 +36,18 @@ This issue also triggered error messages when pressing `Tab` in the last cell of
44
36
45
37
These improvements enhance table navigation, prevent unnecessary error messages, and optimize performance when working with non-editable tables.
46
38
47
-
=== Deleting an empty block within an `<li>` element would move the cursor at the end of the `<li>` element.
48
-
// #TINY-11763
49
-
50
-
In previous versions of {productname}, an issue was identified where deleting an empty block within an `<li>` element would unexpectedly reposition the cursor at the end of the `<li>` element. Additionally, deleting an empty block located between two lists could trigger an error if all elements were nested within the same `<li>` element.
39
+
=== Error was thrown when trying to use the context form API after a component was detached.
40
+
// #TINY-11781
51
41
52
-
These issues led to confusing behavior, as users experienced unintended cursor movement and encountered error messages.
42
+
Previously, an error occurred when the `setValue` function from the xref:contextform.adoc#formapi[Context Form API] was called after the toolbar had been detached from the DOM. As a result, developers were unable to retrieve the value of the Context Form when using the API after the form had been closed.
53
43
54
-
{productname} {release-version} resolves these issues by improving the list behavior. As a result, the cursor remains stable, and users no longer experience unexpected movements or error messages.
44
+
{productname} {release-version} resolves this issue by ensuring that developers can now reliably get and set the value of the Context Form even after it has been detached.
55
45
56
-
[[security-fixes]]
57
-
== Security fixes
46
+
=== Deleting an empty block within an `<li>` element would move cursor to the end of the `<li>`.
47
+
// #TINY-11763
58
48
59
-
{productname} {release-version} includes <a fix | fixes for the following security issue<s>:
49
+
In previous versions of {productname}, an issue was identified where deleting an empty block within an `<li>` element would unexpectedly reposition the cursor at the end of the `<li>` element. Additionally, deleting an empty block located between two lists could trigger an error if all elements were nested within the same `<li>` element.
60
50
61
-
=== <TINY-vwxyz 1 changelog entry>
62
-
// #TINY-vwxyz1
51
+
These issues led to confusing behavior, as users experienced unintended cursor movement and encountered error messages.
63
52
64
-
// CCFR here.
53
+
{productname} {release-version} resolves these issues by improving the list behavior. As a result, the cursor remains stable, and users no longer experience unexpected movements or error messages.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changelog.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@
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].
0 commit comments