From e2c569cd5485f22c6e3eef8908adc59c5d2fd137 Mon Sep 17 00:00:00 2001 From: Mattias Wikstrom Date: Mon, 29 Jan 2018 14:42:35 +0100 Subject: [PATCH] updated changelog --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 42f6135..c824595 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,15 @@ class: changelog {% capture changelog %} +## Version 4.7.6 January 29, 2018 +* Fixed a bug in the jquery integration where it threw an error saying that "global is not defined". +* Fixed a bug where deleting a table cell whose previous sibling was set to contenteditable false would create a corrupted table. +* Fixed a bug where highlighting text in an unfocused editor did not work correctly in IE11/Edge. +* Fixed a bug where the table resize handles were not being repositioned when activating the [Fullscreen Plugin]({{ site.baseurl }}/plugins/fullscreen). +* Fixed a bug where the [Imagetools Plugin]({{ site.baseurl }}/plugins/imagetools) dialog didn't honor editor RTL settings. +* Fixed a bug where block elements weren't being merged correctly if you deleted from after a contenteditable false element to the beginning of another block element. +* Fixed a bug where TinyMCE didn't work with module loaders like webpack. + ## Version 4.7.5 January 22, 2018 * Fixed bug with the [Codesample Plugin]({{ site.baseurl }}/plugins/codesample) where it wasn't possible to edit codesamples when the editor was in inline mode. * Fixed bug where focusing on the status bar broke the keyboard navigation functionality.