|
| 1 | +Version 4.2.1 (2014-06-29) |
| 2 | + Fixed bug where back/forward buttons in the browser would render blob images as broken images. |
| 3 | + Fixed bug where Firefox would throw regexp to big error when replacing huge base64 chunks. |
| 4 | + Fixed bug rendering issues with resize and context toolbars not being placed properly until next animation frame. |
| 5 | + Fixed bug where the rendering of the image while cropping would some times not be centered correctly. |
| 6 | + Fixed bug where listbox items with submenus would me selected as active. |
| 7 | + Fixed bug where context menu where throwing an error when rendering. |
| 8 | + Fixed bug where resize both option wasn't working due to resent addClass API change. Patch contributed by Jogai. |
| 9 | + Fixed bug where a hideAll call for container rendered inline toolbars would throw an error. |
| 10 | + Fixed bug where onclick event handler on combobox could cause issues if element.id was a function by some polluting libraries. |
| 11 | + Fixed bug where listboxes wouldn't get proper selected sub menu item when using link_list or image_list. |
| 12 | + Fixed so the UI controls are as wide as 4.1.x to avoid wrapping controls in toolbars. |
| 13 | + Fixed so the imagetools dialog is adaptive for smaller screen sizes. |
| 14 | +Version 4.2.0 |
| 15 | + Added new flat default skin to make the UI more modern. |
| 16 | + Added new imagetools plugin, lets you crop/resize and apply filters to images. |
| 17 | + Added new contextual toolbars support to the API lets you add floating toolbars for specific CSS selectors. |
| 18 | + Added new promise feature fill as tinymce.util.Promise. |
| 19 | + Added new built in image upload feature lets you upload any base64 encoded image within the editor as files. |
| 20 | + Fixed bug where resize handles would appear in the right position in the wrong editor when switching between resizable content in different inline editors. |
| 21 | + Fixed bug where tables would not be inserted in inline mode due to previous float panel fix. |
| 22 | + Fixed bug where floating panels would remain open when focus was lost on inline editors. |
| 23 | + Fixed bug where cut command on Chrome would thrown a browser security exception. |
| 24 | + Fixed bug where IE 11 sometimes would report an incorrect size for images in the image dialog. |
| 25 | + Fixed bug where it wasn't possible to remove inline formatting at the end of block elements. |
| 26 | + Fixed bug where it wasn't possible to delete table cell contents when cell selection was vertical. |
| 27 | + Fixed bug where table cell wasn't emptied from block elements if delete/backspace where pressed in empty cell. |
| 28 | + Fixed bug where cmd+shift+arrow didn't work correctly on Firefox mac when selecting to start/end of line. |
| 29 | + Fixed bug where removal of bogus elements would sometimes remove whitespace between nodes. |
| 30 | + Fixed bug where the resize handles wasn't updated when the main window was resized. |
| 31 | + Fixed so script elements gets removed by default to prevent possible XSS issues in default config implementations. |
| 32 | + Fixed so the UI doesn't need manual reflows when using non native layout managers. |
| 33 | + Fixed so base64 encoded images doesn't slow down the editor on modern browsers while editing. |
| 34 | + Fixed so all UI elements uses touch events to improve mobile device support. |
| 35 | + Removed the touch click quirks patch for iOS since it did more harm than good. |
| 36 | + Removed the non proportional resize handles since. Unproportional resize can still be done by holding the shift key. |
| 37 | +Version 4.1.10 |
| 38 | + Fixed bug where plugins loaded with compat3x would sometimes throw errors when loading using the jQuery version. |
| 39 | + Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix. |
| 40 | + Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing. |
| 41 | + Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys. |
| 42 | + Fixed bug where the caret wouldn't move to the next/previous line boundary on Cmd+Left/Right on Gecko. |
| 43 | + Fixed bug where it wasn't possible to remove formats from very specific nested contents. |
| 44 | + Fixed bug where undo levels wasn't produced when typing letters using the shift or alt+ctrl modifiers. |
| 45 | + Fixed bug where the dirty state wasn't properly updated when typing using the shift or alt+ctrl modifiers. |
| 46 | + Fixed bug where an error would be thrown if an autofocused editor was destroyed quickly after its initialization. Patch provided by thorn0. |
| 47 | + Fixed issue with dirty state not being properly updated on redo operation. |
| 48 | + Fixed issue with entity decoder not handling incorrectly written numeric entities. |
| 49 | + Fixed issue where some PI element values wouldn't be properly encoded. |
| 50 | +Version 4.1.9 |
| 51 | + Fixed bug where indentation wouldn't work properly for non list elements. |
| 52 | + Fixed bug with image plugin not pulling the image dimensions out correctly if a custom document_base_url was used. |
| 53 | + Fixed bug where ctrl+alt+[1-9] would conflict with the AltGr+[1-9] on Windows. New shortcuts is ctrl+shift+[1-9]. |
| 54 | + Fixed bug with removing formatting on nodes in inline mode would sometimes include nodes outside the editor body. |
| 55 | + Fixed bug where extra nbsp:s would be inserted when you replaced a word surronded by spaces using insertContent. |
| 56 | + Fixed bug with pasting from Google Docs would produce extra strong elements and line feeds. |
| 57 | +Version 4.1.8 |
| 58 | + Added new html5 sizes attribute to img elements used together with srcset. |
| 59 | + Added new elementpath option that makes it possible to disable the element path but keep the statusbar. |
| 60 | + Added new option table_style_by_css for the table plugin to set table styling with css rather than table attributes. |
| 61 | + Added new link_assume_external_targets option to prompt the user to prepend http:// prefix if the supplied link does not contain a protocol prefix. |
| 62 | + Added new image_prepend_url option to allow a custom base path/url to be added to images. |
| 63 | + Added new table_appearance_options option to make it possible to disable some options. |
| 64 | + Added new image_title option to make it possible to alter the title of the image, disabled by default. |
| 65 | + Fixed bug where selection starting from out side of the body wouldn't produce a proper selection range on IE 11. |
| 66 | + Fixed bug where pressing enter twice before a table moves the cursor in the table and causes a javascript error. |
| 67 | + Fixed bug where advanced image styles were not respected. |
| 68 | + Fixed bug where the less common Shift+Delete didn't produce a proper cut operation on WebKit browsers. |
| 69 | + Fixed bug where image/media size constrain logic would produce NaN when handling non number values. |
| 70 | + Fixed bug where internal classes where removed by the removeformat command. |
| 71 | + Fixed bug with creating links table cell contents with a specific selection would throw a exceptions on WebKit/Blink. |
| 72 | + Fixed bug where valid_classes option didn't work as expected according to docs. Patch provided by thorn0. |
| 73 | + Fixed bug where jQuery plugin would patch the internal methods multiple times. Patch provided by Drew Martin. |
| 74 | + Fixed bug where backspace key wouldn't delete the current selection of newly formatted content. |
| 75 | + Fixed bug where type over of inline formatting elements wouldn't properly keep the format on WebKit/Blink. |
| 76 | + Fixed bug where selection needed to be properly normalized on modern IE versions. |
| 77 | + Fixed bug where Command+Backspace didn't properly delete the whole line of text but the previous word. |
| 78 | + Fixed bug where UI active states wheren't properly updated on IE if you placed caret within the current range. |
| 79 | + Fixed bug where delete/backspace on WebKit/Blink would remove span elements created by the user. |
| 80 | + Fixed bug where delete/backspace would produce incorrect results when deleting between two text blocks with br elements. |
| 81 | + Fixed bug where captions where removed when pasting from MS Office. |
| 82 | + Fixed bug where lists plugin wouldn't properly remove fully selected nested lists. |
| 83 | + Fixed bug where the ttf font used for icons would throw an warning message on Gecko on Mac OS X. |
| 84 | + Fixed a bug where applying a color to text did not update the undo/redo history. |
| 85 | + Fixed so shy entities gets displayed when using the visualchars plugin. |
| 86 | + Fixed so removeformat removes ins/del by default since these might be used for strikethough. |
| 87 | + Fixed so multiple language packs can be loaded and added to the global I18n data structure. |
| 88 | + Fixed so transparent color selection gets treated as a normal color selection. Patch contributed by Alexander Hofbauer. |
| 89 | + Fixed so it's possible to disable autoresize_overflow_padding, autoresize_bottom_margin options by setting them to false. |
| 90 | + Fixed so the charmap plugin shows the description of the character in the dialog. Patch contributed by Jelle Hissink. |
| 91 | + Removed address from the default list of block formats since it tends to be missused. |
| 92 | + Fixed so the pre block format is called preformatted to make it more verbose. |
| 93 | + Fixed so it's possible to context scope translation strings this isn't needed most of the time. |
| 94 | + Fixed so the max length of the width/height input fields of the media dialog is 5 instead of 3. |
| 95 | + Fixed so drag/dropped contents gets properly processed by paste plugin since it's basically a paste. Patch contributed by Greg Fairbanks. |
| 96 | + Fixed so shortcut keys for headers is ctrl+alt+[1-9] instead of ctrl+[1-9] since these are for switching tabs in the browsers. |
| 97 | + Fixed so "u" doesn't get converted into a span element by the legacy input filter. Since this is now a valid HTML5 element. |
| 98 | + Fixed font families in order to provide appropriate web-safe fonts. |
| 99 | +Version 4.1.7 |
| 100 | + Added HTML5 schema support for srcset, source and picture. Patch contributed by mattheu. |
| 101 | + Added new cache_suffix setting to enable cache busting by producing unique urls. |
| 102 | + Added new paste_convert_word_fake_lists option to enable users to disable the fake lists convert logic. |
| 103 | + Fixed so advlist style changes adds undo levels for each change. |
| 104 | + Fixed bug where WebKit would sometimes produce an exception when the autolink plugin where looking for URLs. |
| 105 | + Fixed bug where IE 7 wouldn't be rendered properly due to to aggressive css compression. |
| 106 | + Fixed bug where DomQuery wouldn't accept window as constructor element. |
| 107 | + Fixed bug where the color picker in 3.x dialogs wouldn't work properly. Patch contributed by Callidior. |
| 108 | + Fixed bug where the image plugin wouldn't respect the document_base_url. |
| 109 | + Fixed bug where the jQuery plugin would fail to append to elements named array prototype names. |
1 | 110 | Version 4.1.6 (2014-10-08) |
2 | 111 | Fixed bug with clicking on the scrollbar of the iframe would cause a JS error to be thrown. |
3 | 112 | Fixed bug where null would produce an exception if you passed it to selection.setRng. |
|
0 commit comments