Skip to content

Commit

Permalink
TINY-10628: Merge changelog entries (#9626)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-ben-tran committed May 8, 2024
1 parent da676ed commit 78140c0
Show file tree
Hide file tree
Showing 26 changed files with 63 additions and 149 deletions.
31 changes: 31 additions & 0 deletions .changes/tinymce/7.1.0.md
@@ -0,0 +1,31 @@
## 7.1.0 - 2024-05-08

### Added
- Added parser support for math elements. #TINY-10809
- New `math-equation` icon. #TINY-10804

### Improved
- Included `itemprop`, `itemscope` and `itemtype` as valid HTML5 attributes in the core schema. #TINY-9932
- Notification accessibility improvements: added tooltips, keyboard navigation and shortcut to focus on notificatons. #TINY-6925
- Removed `aria-pressed` from the `More` button in sliding toolbar mode and replaced it with `aria-expanded`. #TINY-10795
- The editor UI now renders correctly in Windows High Contrast Mode. #TINY-10781

### Fixed
- Backspacing in certain html setups resulted in data moving around unexpectedly. #TINY-10590
- Dialog title markup changed to use an `h1` element instead of `div`. #TINY-10800
- Dialog title was not announced in macOS VoiceOver, dialogs now use `aria-label` instead of `aria-labelledby` on macOS. #TINY-10808
- Theme loader did not respect the suffix when it was loading skin CSS files. #TINY-10602
- Custom block elements with colon characters would throw errors. #TINY-10813
- Tab navigation in views didn't work. #TINY-10780
- Video and audio elements could not be played on Safari. #TINY-10774
- `ToggleToolbarDrawer` command did not toggle the toolbar in `sliding` mode when `{skipFocus: true}` parameter was passed. #TINY-10726
- The buttons in the custom view header were clipped on when overflowing. #TINY-10741
- In the custom view, the scrollbar of the container was not visible if its height was greater than the editor. #TINY-10741
- Fixed accessibility issue by removing duplicate `role="menu"` attribute from color swatches. #TINY-10806
- Fullscreen mode now prevents focus from leaving the editor. #TINY-10597
- Open link context menu action did not work with selection surrounding a link. #TINY-10391
- Styles were not retained when toggling a list on and off. #TINY-10837
- Caret and placeholder text were invisible in Windows High Contrast Mode. #TINY-9811
- Firefox did not announce the iframe title when `iframe_aria_text` was set. #TINY-10718
- Notification width was not constrained to the width of the editor. #TINY-10886
- Open link context menu action was not enabled for links on images. #TINY-10391
6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10391-2024-04-17.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10391-2024-04-26.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10590-2024-03-06.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10597-2024-04-14.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10602-2024-04-04.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10718-2024-04-19.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/tinymce-TINY-10726-2024-04-09.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10741-2024-04-12-1.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10741-2024-04-12.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10774-2024-04-08.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10780-2024-04-08.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10781-2024-04-22.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/tinymce-TINY-10795-2024-04-19.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10800-2024-04-02.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10804-2024-04-16.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/tinymce-TINY-10806-2024-04-12.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/tinymce-TINY-10808-2024-04-02.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10809-2024-04-08.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10813-2024-04-04.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10837-2024-04-18.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-10886-2024-04-25.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/tinymce-TINY-6925-2024-04-18.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-9811-2024-04-19.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/tinymce-TINY-9932-2024-03-06.yaml

This file was deleted.

32 changes: 32 additions & 0 deletions modules/tinymce/CHANGELOG.md
Expand Up @@ -5,6 +5,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 7.1.0 - 2024-05-08

### Added
- Parser support for math elements. #TINY-10809
- New `math-equation` icon. #TINY-10804

### Improved
- Included `itemprop`, `itemscope` and `itemtype` as valid HTML5 attributes in the core schema. #TINY-9932
- Notification accessibility improvements: added tooltips, keyboard navigation and shortcut to focus on notifications. #TINY-6925
- Removed `aria-pressed` from the `More` button in sliding toolbar mode and replaced it with `aria-expanded`. #TINY-10795
- The editor UI now renders correctly in Windows High Contrast Mode. #TINY-10781

### Fixed
- Backspacing in certain html setups resulted in data moving around unexpectedly. #TINY-10590
- Dialog title markup changed to use an `h1` element instead of `div`. #TINY-10800
- Dialog title was not announced in macOS VoiceOver, dialogs now use `aria-label` instead of `aria-labelledby` on macOS. #TINY-10808
- Theme loader did not respect the suffix when it was loading skin CSS files. #TINY-10602
- Custom block elements with colon characters would throw errors. #TINY-10813
- Tab navigation in views didn't work. #TINY-10780
- Video and audio elements could not be played on Safari. #TINY-10774
- `ToggleToolbarDrawer` command did not toggle the toolbar in `sliding` mode when `{skipFocus: true}` parameter was passed. #TINY-10726
- The buttons in the custom view header were clipped on when overflowing. #TINY-10741
- In the custom view, the scrollbar of the container was not visible if its height was greater than the editor. #TINY-10741
- Fixed accessibility issue by removing duplicate `role="menu"` attribute from color swatches. #TINY-10806
- Fullscreen mode now prevents focus from leaving the editor. #TINY-10597
- Open link context menu action did not work with selection surrounding a link. #TINY-10391
- Styles were not retained when toggling a list on and off. #TINY-10837
- Caret and placeholder text were invisible in Windows High Contrast Mode. #TINY-9811
- Firefox did not announce the iframe title when `iframe_aria_text` was set. #TINY-10718
- Notification width was not constrained to the width of the editor. #TINY-10886
- Open link context menu action was not enabled for links on images. #TINY-10391

## 7.0.1 - 2024-04-10

### Fixed
Expand Down

0 comments on commit 78140c0

Please sign in to comment.