TINY-11904: Batched changelog (#10326)

* TINY-11904: Batched changelogs

* TINY-11904: Updated date and some rewording

* TINY-11904: Manually added hotfix

* TINY-11904: Minor fix

* TINY-11904: Bumped release date

* TINY-11904: Merge

---------

Co-authored-by: Seb <jscasca@gmail.com>
This commit is contained in:
spocke
2025-05-15 02:54:55 +02:00
committed by GitHub
parent 35c321142d
commit 73d6e16d87
17 changed files with 49 additions and 90 deletions

24
.changes/tinymce/7.9.0.md Normal file
View File

@ -0,0 +1,24 @@
## 7.9.0 - 2025-05-15
### Added
- Added new `disc` style option for unordered lists. #TINY-12015
### Improved
- The resize cursor now points in the correct direction for each resize mode. Patch contributed by daniloff200. ##GH-10189
- If `style_formats` is empty, the button is now disabled. #TINY-12005
- Inline dialog dropdowns reposition when the dialog is dragged or the window is scrolled. #TINY-11368
- Bullet list icons were have been updated to better represent the default styles. #TINY-12014
### Changed
- The ContextFormSizeInput lock button is now centered instead of aligned to the end. #TINY-11916
- Changed the default value of `advlist_bullet_styles` option to `default,disc,circle,square`. #TINY-12083
### Fixed
- Autolink no longer overrides already existing links when autolinking. #TINY-11836
- Removed the deprecated CSS media selector `-ms-high-contrast`. #TINY-11876
- The `mceInsertContent` command no longer deletes the parent block element when an anchor is selected. #TINY-11953
- Table resizers are now visible when inline editor has a z-index property. #TINY-11981
- Tabbing inside a `figcaption` element no longer displays two text insertion carets. #TINY-11997
- Pressing Enter before a floating image no longer duplicates the image. #TINY-11676
- Editor did not scroll into viewport on receiving focus on Chrome and Safari. #TINY-12017
- Select UI elements was not properly styled on Chrome version 136. #TINY-12131

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Improved
body: Inline dialog dropdowns reposition when the dialog is dragged or the window is scrolled.
time: 2025-04-11T17:34:13.78284+02:00
custom:
Issue: TINY-11368

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Fixed
body: Pressing enter before a floating image sometimes duplicated the image.
time: 2025-04-17T09:09:49.451619873+02:00
custom:
Issue: TINY-11676

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Fixed
body: Autolink will no longer override already existing links when autolinking.
time: 2025-03-24T10:14:25.612794+01:00
custom:
Issue: TINY-11836

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Fixed
body: Removed deprecated CSS media selector `-ms-high-contrast`.
time: 2025-03-25T14:21:59.569893+01:00
custom:
Issue: TINY-11876

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Changed
body: ContextFormSizeInput's lock button now is in the middle instead that at the end.
time: 2025-03-26T15:30:32.704440073+01:00
custom:
Issue: TINY-11916

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Fixed
body: The `mceInsertContent` command could delete the parent block element when an anchor was selected.
time: 2025-04-04T19:39:28.708179+02:00
custom:
Issue: TINY-11953

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Fixed
body: Table resizers are now visible when inline editor has a z-index property.
time: 2025-04-11T17:03:57.705164+02:00
custom:
Issue: TINY-11981

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Fixed
body: Tabbing inside a `figcaption` element no longer shows two text insertion carets.
time: 2025-04-14T09:26:41.916120219+02:00
custom:
Issue: TINY-11997

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Improved
body: If `style_formats` is empty the button is now disabled.
time: 2025-04-09T05:23:10.683947+02:00
custom:
Issue: TINY-12005

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Improved
body: 'Bullet list icons were changed to better represent default styles.'
time: 2025-04-14T15:30:10.513139+02:00
custom:
Issue: TINY-12014

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Added
body: Added new `disc` style option for unordered lists.
time: 2025-04-15T16:05:41.640261+02:00
custom:
Issue: TINY-12015

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Fixed
body: Editor did not scroll into viewport on receiving focus on Chrome and Safari.
time: 2025-04-25T13:53:34.434967+02:00
custom:
Issue: TINY-12017

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Improved
body: Resize cursor is now the correct direction for each resize mode. Patch contributed by daniloff200.
time: 2025-04-07T10:20:26.931887+10:00
custom:
Issue: '#GH-10189'

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Changed
body: Changed the default value of advlist_bullet_styles option to `default,disc,circle,square`.
time: 2025-04-28T15:32:56.639902+02:00
custom:
Issue: TINY-12083

View File

@ -1,6 +0,0 @@
project: tinymce
kind: Fixed
body: Select UI elements was not properly styled on Chrome version 136.
time: 2025-05-13T12:48:52.825263+02:00
custom:
Issue: TINY-12131

View File

@ -5,6 +5,31 @@ 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.9.0 - 2025-05-15
### Added
- Added new `disc` style option for unordered lists. #TINY-12015
### Improved
- The resize cursor now points in the correct direction for each resize mode. Patch contributed by daniloff200. ##GH-10189
- If `style_formats` is empty, the button is now disabled. #TINY-12005
- Inline dialog dropdowns reposition when the dialog is dragged or the window is scrolled. #TINY-11368
- Bullet list icons were have been updated to better represent the default styles. #TINY-12014
### Changed
- The ContextFormSizeInput lock button is now centered instead of aligned to the end. #TINY-11916
- Changed the default value of `advlist_bullet_styles` option to `default,disc,circle,square`. #TINY-12083
### Fixed
- Autolink no longer overrides already existing links when autolinking. #TINY-11836
- Removed the deprecated CSS media selector `-ms-high-contrast`. #TINY-11876
- The `mceInsertContent` command no longer deletes the parent block element when an anchor is selected. #TINY-11953
- Table resizers are now visible when inline editor has a z-index property. #TINY-11981
- Tabbing inside a `figcaption` element no longer displays two text insertion carets. #TINY-11997
- Pressing Enter before a floating image no longer duplicates the image. #TINY-11676
- Editor did not scroll into viewport on receiving focus on Chrome and Safari. #TINY-12017
- Select UI elements was not properly styled on Chrome version 136. #TINY-12131
## 7.8.0 - 2025-04-09
### Added