Skip to content

Commit

Permalink
TINY-10712: Tweaked changelog wording
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Mar 13, 2024
1 parent c34a99d commit d96642e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
25 changes: 12 additions & 13 deletions .changes/tinymce/7.0.0.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
## 7.0.0 - 2024-02-29
## 7.0.0 - 2024-03-20

### Added
- Added new `license_key` option that must be set to `gpl` or a valid license key. #TINY-10681
- New `license_key` option that must be set to `gpl` or a valid license key. #TINY-10681
- New custom tooltip functionality, tooltip will be shown when hovering with a mouse or with keyboard focus. #TINY-9275
- New `sandbox_iframes_exclusions` option that holds a list of URL host names to be excluded from iframe sandboxing when `sandbox_iframes` is set to `true`. #TINY-10350
- Added 'getAllEmojis' api function to the emoticons plugin. #TINY-10572
- Element preset support for the `valid_children` option and Schema.addValidChildren API. #TINY-9979
- A new `trigger` property for block text pattern configurations, allowing pattern activation with either Space or Enter keys. #TINY-10324
- Added onFocus callback for CustomEditor dialog component. #TINY-10596
- Added icons for the import from Word, export to Word and export to PDF premium plugins. #TINY-10612
- Added `data` to Schema as a valid element. #TINY-10611
- onFocus callback for CustomEditor dialog component. #TINY-10596
- icons for the import from Word, export to Word and export to PDF premium plugins. #TINY-10612
- `data` is now a valid element in the Schema. #TINY-10611
- More advanced schema config for custom elements. #TINY-9980
- Added custom tooltip for autocompleter, now visible on both mouse hover and keyboard focus, except single column cases. #TINY-9638
- Added importword, exportpdf and exportword menu items to default file menu. #TINY-10670
- Custom tooltip for autocompleter, now visible on both mouse hover and keyboard focus, except single column cases. #TINY-9638

### Improved
- Included keyboard shortcut in custom tooltip for `ToolbarButton` and `ToolbarToggleButton`. #TINY-10487
Expand All @@ -39,13 +38,13 @@
- Updated deprecation/removed console message. #TINY-10694

### Removed
- Removed `force_hex_color` option, with the default now being all colors are forced to HEX format and as lower case #TINY-10436
- Removed the deprecated `remove_trailing_brs` option from DomParser. #TINY-10454
- Removed `title` attribute for buttons with visible label. #TINY-10453
- Removed `InsertOrderedList` and `InsertUnorderedList` commands from core. #TINY-10644
- Removed `closeButton` from `NotificationSpec`, close button in notification is now rendered by default. #TINY-10646
- Deprecated `force_hex_color` option, with the default now being all colors are forced to hex format as lower case. #TINY-10436
- Deprecated `remove_trailing_brs` option from DomParser. #TINY-10454
- `title` attribute on buttons with visible label. #TINY-10453
- `InsertOrderedList` and `InsertUnorderedList` commands from core, these now only exist in the `lists` plugin. #TINY-10644
- `closeButton` from the notification API, close buttons in notifications are now required. #TINY-10646
- The autocompleter `ch` configuration property has been removed. Use the `trigger` property instead. #TINY-8929
- Removed deprecated `template` plugin. #TINY-10654
- Deprecated `template` plugin. #TINY-10654

### Fixed
- When deleting the last row in a table, the cursor would jump to the first cell (top left), instead of moving to the next adjacent cell in some cases. #TINY-6309
Expand Down
25 changes: 12 additions & 13 deletions modules/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ 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.0.0 - 2024-02-29
## 7.0.0 - 2024-03-20

### Added
- Added new `license_key` option that must be set to `gpl` or a valid license key. #TINY-10681
- New `license_key` option that must be set to `gpl` or a valid license key. #TINY-10681
- New custom tooltip functionality, tooltip will be shown when hovering with a mouse or with keyboard focus. #TINY-9275
- New `sandbox_iframes_exclusions` option that holds a list of URL host names to be excluded from iframe sandboxing when `sandbox_iframes` is set to `true`. #TINY-10350
- Added 'getAllEmojis' api function to the emoticons plugin. #TINY-10572
- Element preset support for the `valid_children` option and Schema.addValidChildren API. #TINY-9979
- A new `trigger` property for block text pattern configurations, allowing pattern activation with either Space or Enter keys. #TINY-10324
- Added onFocus callback for CustomEditor dialog component. #TINY-10596
- Added icons for the import from Word, export to Word and export to PDF premium plugins. #TINY-10612
- Added `data` to Schema as a valid element. #TINY-10611
- onFocus callback for CustomEditor dialog component. #TINY-10596
- icons for the import from Word, export to Word and export to PDF premium plugins. #TINY-10612
- `data` is now a valid element in the Schema. #TINY-10611
- More advanced schema config for custom elements. #TINY-9980
- Added custom tooltip for autocompleter, now visible on both mouse hover and keyboard focus, except single column cases. #TINY-9638
- Added importword, exportpdf and exportword menu items to default file menu. #TINY-10670
- Custom tooltip for autocompleter, now visible on both mouse hover and keyboard focus, except single column cases. #TINY-9638

### Improved
- Included keyboard shortcut in custom tooltip for `ToolbarButton` and `ToolbarToggleButton`. #TINY-10487
Expand All @@ -46,13 +45,13 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
- Updated deprecation/removed console message. #TINY-10694

### Removed
- Removed `force_hex_color` option, with the default now being all colors are forced to HEX format and as lower case #TINY-10436
- Removed the deprecated `remove_trailing_brs` option from DomParser. #TINY-10454
- Removed `title` attribute for buttons with visible label. #TINY-10453
- Removed `InsertOrderedList` and `InsertUnorderedList` commands from core. #TINY-10644
- Removed `closeButton` from `NotificationSpec`, close button in notification is now rendered by default. #TINY-10646
- Deprecated `force_hex_color` option, with the default now being all colors are forced to hex format as lower case. #TINY-10436
- Deprecated `remove_trailing_brs` option from DomParser. #TINY-10454
- `title` attribute on buttons with visible label. #TINY-10453
- `InsertOrderedList` and `InsertUnorderedList` commands from core, these now only exist in the `lists` plugin. #TINY-10644
- `closeButton` from the notification API, close buttons in notifications are now required. #TINY-10646
- The autocompleter `ch` configuration property has been removed. Use the `trigger` property instead. #TINY-8929
- Removed deprecated `template` plugin. #TINY-10654
- Deprecated `template` plugin. #TINY-10654

### Fixed
- When deleting the last row in a table, the cursor would jump to the first cell (top left), instead of moving to the next adjacent cell in some cases. #TINY-6309
Expand Down

0 comments on commit d96642e

Please sign in to comment.