Skip to content

Commit

Permalink
TINY-10712: Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Mar 12, 2024
1 parent e343336 commit c34a99d
Show file tree
Hide file tree
Showing 20 changed files with 189 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changes/tinymce/7.0.0.md
@@ -1,6 +1,7 @@
## 7.0.0 - 2024-02-29

### Added
- Added 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
Expand All @@ -11,7 +12,6 @@
- Added `data` to Schema as a valid element. #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 new `license_key` option that can be set to `gpl` or a valid license key. #TINY-10681
- Added importword, exportpdf and exportword menu items to default file menu. #TINY-10670

### Improved
Expand All @@ -22,6 +22,7 @@
- Make table ghost element better reflect height changes when resizing. #TINY-10658

### Changed
- TinyMCE is now licensed GPL Version 2 or later. #TINY-10578
- `convert_unsafe_embeds` editor option is now defaulted to `true`. #TINY-10351
- `sandbox_iframes` editor option is now defaulted to `true`. #TINY-10350
- The DOMUtils.isEmpty API function has been modified to consider nodes containing only comments as empty. #TINY-10459
Expand All @@ -33,7 +34,6 @@
- Change table height resizing handling to remove heights from `td`/`th` elements and only apply to `tr` elements. #TINY-10589
- Removed incorrect `aria-placeholder` attribute from editor body when `placeholder` option is set. #TINY-10452
- The `tooltip` property for dialog's footer `togglebutton` is now optional. #TINY-10672
- TinyMCE is now GPL Version 2 or later licensed. #TINY-10578
- Changed the `media_url_resolver` option to use promises. #TINY-9154
- `Styles` bespoke toolbar button fallback changed to `Formats` if `Paragraph` is not configured in `style_formats` option. #TINY-10603
- Updated deprecation/removed console message. #TINY-10694
Expand Down
5 changes: 5 additions & 0 deletions modules/acid/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 6.0.0 - 2023-11-22

### Changed
Expand Down
9 changes: 9 additions & 0 deletions modules/agar/CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ 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).

## 9.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

### Fixed
- Creating native events using DragEvent or ClipboardEvent constructors using agar DataTransfer instances would fail on Firefox. #TINY-10386
- `pMoveToOn` in `RealMouse` was sending click action instead of move. #TINY-9641

## 8.0.0 - 2023-11-22

### Added
Expand Down
10 changes: 10 additions & 0 deletions modules/alloy/CHANGELOG.md
Expand Up @@ -5,6 +5,16 @@ 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).

## 15.0.0 - 2024-02-29

### Added
- New `ImmediateShowTooltipEvent` and `ImmediateHideTooltipEvent` events that will immediately show and hide tooltips. #TINY-9275
- New Tooltipping mode, tooltip will only be shown when children within a component has keyboard focus and has the attribute `[data-mce-tooltip]`. #TINY-9637
- New Tooltipping mode, tooltip will only be shown when children within a component has keyboard focus or on mouse hover and has the attribute `[data-mce-tooltip]`. #TINY-9641

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 14.0.1 - 2023-11-29

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions modules/boss/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 6.0.0 - 2022-03-03

### Changed
Expand Down
5 changes: 5 additions & 0 deletions modules/boulder/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 8.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 7.1.0 - 2022-09-08

### Improved
Expand Down
9 changes: 9 additions & 0 deletions modules/bridge/CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ 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).

## 5.0.0 - 2024-02-29

### Added
- Added `shortcut` optional property to `ToolbarButton` and `ToolbarToggleButton`. #TINY-10487

### Changed
- Tooltip property in `DialogFooterToggleButton` is now optional. #TINY-10672
- Changed license to GPL Version 2 or later. #TINY-10578

## 4.7.0 - 2023-11-22

### Added
Expand Down
5 changes: 5 additions & 0 deletions modules/darwin/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 9.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 8.0.9 - 2023-03-15

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions modules/dragster/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 8.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 7.2.0 - 2023-06-12

### Added
Expand Down
5 changes: 5 additions & 0 deletions modules/jax/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 8.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 7.0.0 - 2022-03-03

### Changed
Expand Down
5 changes: 5 additions & 0 deletions modules/katamari/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 10.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 9.1.0 - 2022-09-08

### Added
Expand Down
5 changes: 5 additions & 0 deletions modules/mcagar/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 10.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 9.0.0 - 2023-11-22

### Changed
Expand Down
5 changes: 5 additions & 0 deletions modules/phoenix/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 9.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 8.0.0 - 2022-03-03

### Changed
Expand Down
8 changes: 8 additions & 0 deletions modules/polaris/CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@ 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

### Added
- New `Url.extractHost` API that returns the host name from a valid URL string. #TINY-10350

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 6.2.2 - 2023-08-30

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions modules/porkbun/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 8.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

# 7.0.0 - 2022-03-03

### Changed
Expand Down
5 changes: 5 additions & 0 deletions modules/robin/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 11.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 10.2.0 - 2023-06-12

### Improved
Expand Down
5 changes: 5 additions & 0 deletions modules/sand/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 6.0.0 - 2022-03-03

### Changed
Expand Down
18 changes: 18 additions & 0 deletions modules/snooker/CHANGELOG.md
Expand Up @@ -5,6 +5,24 @@ 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).

## 12.0.0 - 2024-02-29

### Added
- Add `convertToPixelSizeHeight` to `TableConversions` module. #TINY-10589

### Changed
- `ColumnSizes` will now use `tr` elements to calculate the row width where appropriate. #TINY-10589
- Change existing exports in `TableConversions` module to have 'Width' postfix. #TINY-10589
- Change `Sizes`, `Adjustments` to remove heights from td/th and only apply to trs. #TINY-10589
- Changed license to GPL Version 2 or later. #TINY-10578

### Removed
- Remove `direction` argument in `Adjustments.adjustHeight` #TINY-10589

### Fixed
- `TableOperations.opEraseRows` did not calculate the correct row index for colgroup tables. #TINY-6309
- `TableOperations.opPasteColsAfter` & `TableOperations.opPasteRowsAfter` now place the cursor in the newly pasted row/column to be consistent with the other pasting operations. #TINY-6460

## 11.0.9 - 2023-03-15

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions modules/sugar/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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).

## 10.0.0 - 2024-02-29

### Changed
- Changed license to GPL Version 2 or later. #TINY-10578

## 9.3.0 - 2023-11-22

### Improved
Expand Down
68 changes: 68 additions & 0 deletions modules/tinymce/CHANGELOG.md
Expand Up @@ -5,6 +5,74 @@ 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

### Added
- Added 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
- 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

### Improved
- Included keyboard shortcut in custom tooltip for `ToolbarButton` and `ToolbarToggleButton`. #TINY-10487
- Improved showing which element has focus for keyboard navigation. #TINY-9176
- Custom tooltips will now show for items in `collection` which is rendered inside a dialog, on mouse hover and keyboard focus. #TINY-9637
- Autocompleter will now work with IMEs. #TINY-10637
- Make table ghost element better reflect height changes when resizing. #TINY-10658

### Changed
- TinyMCE is now licensed GPL Version 2 or later. #TINY-10578
- `convert_unsafe_embeds` editor option is now defaulted to `true`. #TINY-10351
- `sandbox_iframes` editor option is now defaulted to `true`. #TINY-10350
- The DOMUtils.isEmpty API function has been modified to consider nodes containing only comments as empty. #TINY-10459
- The `highlight_on_focus` option now defaults to true, adding a focus outline to every editor. #TINY-10574
- Delay before the tooltip to show up, from 800ms to 300ms. #TINY-10475
- Now `tox-view__pane` has `position: relative` instead of `static`. #TINY-10561
- Update outbound link for statusbar Tiny logo #TINY-10494
- Remove the height field from the `table` plugin cell dialog. The `table` plugin row dialog now controls the row height by setting the height on the `tr` element, not the `td` elements. #TINY-10617
- Change table height resizing handling to remove heights from `td`/`th` elements and only apply to `tr` elements. #TINY-10589
- Removed incorrect `aria-placeholder` attribute from editor body when `placeholder` option is set. #TINY-10452
- The `tooltip` property for dialog's footer `togglebutton` is now optional. #TINY-10672
- Changed the `media_url_resolver` option to use promises. #TINY-9154
- `Styles` bespoke toolbar button fallback changed to `Formats` if `Paragraph` is not configured in `style_formats` option. #TINY-10603
- 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
- The autocompleter `ch` configuration property has been removed. Use the `trigger` property instead. #TINY-8929
- Removed 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
- Heading formatting would be partially applied to the content within the `summary` element when the caret was positioned between words. #TINY-10312
- Moving focus to the outside of the editor after having clicked a menu would not fire a `blur` event as expected. #TINY-10310
- Autocomplete would sometimes cause corrupt data when starting during text composition. #TINY-10317
- Inline mode with persisted toolbar would show regardless of the skin being loaded, causing css issues. #TINY-10482
- Table classes couldn't be removed via setting an empty value in `table_class_list`. Also fixed being forced to pick the first class option. #TINY-6653
- Directly right clicking on a ol's li in FireFox didn't enable the button `List Properties...` in the context menu. #TINY-10490
- The `link_default_target` option wasn't considered when inserting a link via `quicklink` toolbar. #TINY-10439
- When inline editor toolbar wrapped to multiple lines the top wasn't always calculated correctly. #TINY-10580
- Removed manually dispatching dragend event on drop in Firefox. #TINY-10389
- Slovenian help dialog content had a dot in the wrong place. #TINY-10601
- Pressing Backspace at the start of an empty `summary` element within a `details` element nested in a list item no longer removes the `summary` element. #TINY-10303
- The toolbar width was miscalculated for the inline editor positioned inside a scrollable container. #TINY-10581
- Fixed incorrect object processor for `event_root` option. #TINY-10433
- Adding newline after using `selection.setContent` to insert a block element would throw an unhandled exception. #TINY-10560
- Floating toolbar buttons in inline editor incorrectly wrapped into multiple rows on window resizing or zooming. #TINY-10570
- When setting table border width and `table_style_by_css` is true, only the border attribute is set to 0 and border-width styling is no longer used. #TINY-10308

## 6.8.3 - 2024-02-08

### Changed
Expand Down

0 comments on commit c34a99d

Please sign in to comment.