Skip to content

Commit

Permalink
DOC-2110: TinyMCE 6.6.1 Community docs release (#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-forte authored Aug 2, 2023
1 parent 8d80812 commit 508a80d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .api-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
6.6.1
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to the TinyMCE documentation are documented in this file.

The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### 2023-08-02

- DOC-2110: Added 6.6.1-specific entries to `changelog.adoc`.

### 2023-07-27

- DOC-2138: Added admonition to `mentions_fetch.adoc`, documenting the *only ten users present to the end user* UI. Also added paragraph to `examples/live-demos/mentions/index.html` noting the random nature of the photo-and-name pairing possible when using the *Mentions* live demo.
Expand Down
22 changes: 22 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

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.1 - 2023-08-02

=== Added
* Restored filtering option, `pad_empty_with_br`. Set to `true` to pad empty block elements with `<br>` tags instead of the `+&nbsp;+` character entity.

=== Improved
* When Safari is the host browser, content updates for iframe dialog components with `streamContent: true` set are now throttled to 500ms intervals.

=== Changed
* API comments/documentation: a markup typo and run-on sentences both corrected.

=== Fixed
* On Safari and Firefox, scroll positions were not always maintained when updating the content of a `streamContent: true` iframe dialog component.
* On Safari, iframe dialog components did not consistently autoscroll to the end of the scrollable area when `streamContent: true` was set.
* Scrolling behavior was inconsistent when updating a `streamContent: true` iframe dialog component with content lacking an HTML document type declaration.
* A warning message was sometimes printed to the browser console when closing a dialog that contained an iframe component.
* Lists could not be created within editable areas nested inside non-editable areas.
* On Safari and Firefox, the border around `iframe` dialog components did not highlight when focused.
* Right-clicking on an image in a non-editable context opened the Image context menu.
* The `color_cols` option was not respected when a custom `color_map` was defined.
* The `color_cols` options were were not rounded to the nearest number when set to a decimal number.

== 6.6.0 - 2023-07-12

=== Added
Expand Down

0 comments on commit 508a80d

Please sign in to comment.