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 Wednesday, November 06^th^, 2024. These release notes provide an overview of the changes for {productname} {release-version}, including:
The following Premium plugin has been announced as reaching its end-of-life:
224
-
225
-
=== <Premium plugin name eol>
226
-
227
-
{productname}’s xref:<plugincode>.adoc[<Premium plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, and is no longer available for purchase.
== Accompanying open source plugin end-of-life announcement
232
-
233
-
The following open source plugin has been announced as reaching its end-of-life:
234
-
235
-
=== <Open source plugin name eol>
236
-
237
-
{productname}’s xref:<plugincode>.adoc[<Open source plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, and is no longer available for purchase.
The {productname} {release-version} release includes an accompanying release of the **Enhanced Skins & Icon Packs**.
244
-
245
-
=== Enhanced Skins & Icon Packs
246
-
247
-
The **Enhanced Skins & Icon Packs** release includes the following updates:
248
-
249
-
The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} {release-version} skin, Oxide.
250
-
251
-
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].
252
-
253
-
254
176
[[improvements]]
255
177
== Improvements
256
178
257
179
{productname} {release-version} also includes the following improvement<s>:
258
180
259
-
=== <TINY-vwxyz 1 changelog entry>
260
-
// #TINY-vwxyz1
181
+
=== Improved color picker aria support.
182
+
// #TINY-11291
261
183
262
-
// CCFR here.
184
+
In previous versions of {productname}, an issue was identified where screen readers would inconsistently announce the original R/G/B component string in the color picker, leading to a lack of context for visually impaired users. The root cause was an incorrect placement of the `aria-label` attribute, which was initially applied to the label element instead of the input field.
263
185
186
+
{productname} {release-version} addresses this issue. Now, the `aria-label` attribute has been moved to the input field to ensure it is correctly associated. Additionally, the descriptive text was updated from "Red/Green/Blue component" to "Red/Green/Blue channel" to provide clearer information for assistive technologies. These changes ensure that screen readers consistently and accurately announce the relevant RGB channels, significantly improving accessibility.
264
187
265
188
[[additions]]
266
189
== Additions
267
190
268
191
{productname} {release-version} also includes the following addition<s>:
269
192
270
-
=== <TINY-vwxyz 1 changelog entry>
271
-
// #TINY-vwxyz1
272
-
273
-
// CCFR here.
274
-
275
-
276
-
[[changes]]
277
-
== Changes
278
-
279
-
{productname} {release-version} also includes the following change<s>:
280
-
281
-
=== <TINY-vwxyz 1 changelog entry>
282
-
// #TINY-vwxyz1
283
-
284
-
// CCFR here.
285
-
286
-
287
-
[[removed]]
288
-
== Removed
289
-
290
-
{productname} {release-version} also includes the following removal<s>:
291
-
292
-
=== <TINY-vwxyz 1 changelog entry>
293
-
// #TINY-vwxyz1
193
+
=== Added new default `li` element styles to the content CSS to prevent child list elements from inheriting certain parent list item styles.
194
+
// #TINY-11217
294
195
295
-
// CCFR here.
196
+
In previous versions of {productname}, child `+<li>+` elements could inherit inline CSS styles from their parent list items, causing unexpected styling behavior in nested lists. This issue was due to native CSS behavior, where child list items would inherit certain parent styles upon post-content insertion.
296
197
198
+
{productname} {release-version} addresses this issue. Now, new default CSS styles were added for `+<li>+` elements to prevent inheritance of specific parent styles. This ensures that list items in nested structures render independently, maintaining consistent visual formatting.
297
199
298
200
[[bug-fixes]]
299
201
== Bug fixes
300
202
301
-
{productname} {release-version} also includes the following bug fix<es>:
302
-
303
-
=== <TINY-vwxyz 1 changelog entry>
304
-
// #TINY-vwxyz1
305
-
306
-
// CCFR here.
203
+
{productname} {release-version} also includes the following bug fixes:
307
204
308
205
=== Closing a nested modal dialog would lose focus from the editor.
309
206
// #TINY-11153
@@ -332,13 +229,6 @@ This led to a visual inconsistency in the readonly editor state.
332
229
333
230
{productname} {release-version} addresses this issue. Now, the CSS selector has been corrected, ensuring that both `backcolor` and `forecolor` buttons are now completely greyed out, providing a consistent user experience when the editor is in readonly mode.
334
231
335
-
=== Improved color picker aria support.
336
-
// #TINY-11291
337
-
338
-
In previous versions of {productname}, an issue was identified where screen readers would inconsistently announce the original R/G/B component string in the color picker, leading to a lack of context for visually impaired users. The root cause was an incorrect placement of the `aria-label` attribute, which was initially applied to the label element instead of the input field.
339
-
340
-
{productname} {release-version} addresses this issue. Now, the `aria-label` attribute has been moved to the input field to ensure it is correctly associated. Additionally, the descriptive text was updated from "Red/Green/Blue component" to "Red/Green/Blue channel" to provide clearer information for assistive technologies. These changes ensure that screen readers consistently and accurately announce the relevant RGB channels, significantly improving accessibility.
341
-
342
232
=== The `toolbar-sticky-offset` would still be applied after entering fullscreen mode.
343
233
// #TINY-11137
344
234
@@ -353,48 +243,18 @@ A visual bug introduced in {productname} version xref:7.2.1-release-notes.adoc#l
353
243
354
244
In {productname} {release-version}, this has been corrected. The focus highlight is now correctly displayed above the tag name when navigating through the statusbar path, ensuring a clear and visible focus indication.
355
245
356
-
=== Added new default `li` element styles to the content CSS to prevent child list elements from inheriting certain parent list item styles.
357
-
// #TINY-11217
358
-
359
-
In previous versions of {productname}, child `+<li>+` elements could inherit inline CSS styles from their parent list items, causing unexpected styling behavior in nested lists. This issue was due to native CSS behavior, where child list items would inherit certain parent styles upon post-content insertion.
360
-
361
-
{productname} {release-version} addresses this issue. Now, new default CSS styles were added for `+<li>+` elements to prevent inheritance of specific parent styles. This ensures that list items in nested structures render independently, maintaining consistent visual formatting.
362
-
363
246
=== Inability to type `{` character on German keyboard layouts
364
247
365
248
In previous versions of {productname}, an issue was identified on German Mac keyboard layouts where the `+Option+8+` keyboard combination, used to type the opening curved bracket `{`, conflicted with the `+Alt+F12+` shortcut, which is used to focus notifications in the {productname} editor. This conflict occurred because, on German Mac keyboards, `+Option+8+` generated a key code that overlapped with the `+Alt+F12+` function, preventing users from typing `{` in the editor.
366
249
367
250
To address this, {productname} {release-version} updates the keyboard event handling, implementing the `event.key` property rather than relying on numeric key codes. This solution ensures that the `{` character can be typed using `+Option+8+` on German Mac keyboards without interfering with the `+Alt+F12+` notification focus shortcut.
368
251
369
-
[[security-fixes]]
370
-
== Security fixes
371
-
372
-
{productname} {release-version} includes <a fix | fixes for the following security issue<s>:
373
-
374
-
=== <TINY-vwxyz 1 changelog entry>
375
-
// #TINY-vwxyz1
376
-
377
-
// CCFR here.
378
-
379
-
380
-
[[deprecated]]
381
-
== Deprecated
382
-
383
-
{productname} {release-version} includes the following deprecation<s>:
384
-
385
-
=== The `<plugin>` configuration property, `<name>`, has been deprecated
386
-
387
-
// placeholder here.
388
-
389
-
390
252
[[known-issues]]
391
253
== Known issues
392
254
393
255
This section describes issues that users of {productname} {release-version} may encounter and possible workarounds for these issues.
394
256
395
-
There <is one | are <number> known issue<s> in {productname} {release-version}.
396
-
397
-
== Known Issues
257
+
There is one known issue in {productname} {release-version}.
398
258
399
259
=== Screenreader on safari has poor consistency of announcing aria-label
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changelog.adoc
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,32 @@
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].
6
6
7
-
// Unreleased
8
7
== 7.5.0 - 2024-11-06
9
-
// TODO
8
+
9
+
=== Added
10
+
11
+
* Added support for using raw CSS in the list of possible colors, using the `color_map_raw` property.
12
+
// #GH-9788
13
+
* Added new default `li` element styles to the content CSS to prevent child list elements from inheriting certain parent list item styles.
14
+
// #TINY-11217
15
+
16
+
=== Improved
17
+
18
+
* Improved color picker aria support.
19
+
// #TINY-11291
20
+
21
+
=== Fixed
22
+
23
+
* Autocompleter would not activate after applying an inline format like font size in some cases.
24
+
// #TINY-11273
25
+
* The `toolbar-sticky-offset` would still be applied after entering fullscreen mode.
26
+
// #TINY-11137
27
+
* Text and background color toolbar buttons would not be fully greyed out in readonly mode.
28
+
// #TINY-11313
29
+
* Closing a nested modal dialog would lose focus from the editor.
30
+
// #TINY-11153
31
+
* Inability to type `{` character on German keyboard layouts.
0 commit comments