Browse Source

5.7.1 changelog (#1902)

Co-authored-by: James Toohey <james@toohey.io>
pull/2412/head
Tyler Kelly 4 years ago
committed by GitHub
parent
commit
bb6c0b9b04
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      _data/nav.yml
  2. 8
      changelog.md

1
_data/nav.yml

@ -1048,6 +1048,7 @@
- url: "changelog"
pages:
- url: "#Version 5.7.1 March 17, 2021"
- url: "#Version 5.7.0 February 10, 2021"
- url: "#Version 5.6.2 December 8, 2020"
- url: "#Version 5.6.1 November 25, 2020"

8
changelog.md

@ -10,6 +10,14 @@ class: changelog
{% capture changelog %}
## Version 5.7.1 March 17, 2021
* Fixed the `help` dialog incorrectly linking to the changelog of TinyMCE 4 instead of TinyMCE 5.
* Fixed a bug where error messages were displayed incorrectly in the image dialog.
* Fixed an issue where URLs were not correctly filtered in some cases.
* Fixed a bug where context menu items with names that contained uppercase characters were not displayed.
* Fixed context menu items lacking support for the `disabled` and `shortcut` properties.
* Fixed a regression where the width and height were incorrectly set when embedding content using the `media` dialog.
## Version 5.7.0 February 10, 2021
* Added IPv6 address support to the URI API. Patch contributed by dev7355608.
* Added new `structure` and `style` properties to the `TableModified` event to indicate what kinds of modifications were made.

Loading…
Cancel
Save