|
1
|
1
|
new file mode 100644
|
|
...
|
...
|
@@ -0,0 +1,611 @@
|
|
|
1
|
+Version 4.5.3 (2017-02-01)
|
|
|
2
|
+ Added keyboard navigation for menu buttons when the menu is in focus.
|
|
|
3
|
+ Added api to the list plugin for setting custom classes/attributes on lists.
|
|
|
4
|
+ Added validation for the anchor plugin input field according to W3C id naming specifications.
|
|
|
5
|
+ Fixed bug where media placeholders were removed after resize with the forced_root_block setting set to false.
|
|
|
6
|
+ Fixed bug where deleting selections with similar sibling nodes sometimes deleted the whole document.
|
|
|
7
|
+ Fixed bug with inlite theme where several toolbars would appear scrolling when more than one instance of the editor was in use.
|
|
|
8
|
+ Fixed bug where the editor would throw error with the fontselect plugin on hidden editor instances in Firefox.
|
|
|
9
|
+ Fixed bug where the background color would not stretch to the font size.
|
|
|
10
|
+ Fixed bug where font size would be removed when changing background color.
|
|
|
11
|
+ Fixed bug where the undomanager trimmed away whitespace between nodes on undo/redo.
|
|
|
12
|
+ Fixed bug where media_dimensions=false in media plugin caused the editor to throw an error.
|
|
|
13
|
+ Fixed bug where IE was producing font/u elements within links on paste.
|
|
|
14
|
+ Fixed bug where some button tooltips were broken when compat3x was in use.
|
|
|
15
|
+ Fixed bug where backspace/delete/typeover would remove the caption element.
|
|
|
16
|
+ Fixed bug where powerspell failed to function when compat3x was enabled.
|
|
|
17
|
+ Fixed bug where it wasn't possible to apply sub/sup on text with large font size.
|
|
|
18
|
+ Fixed bug where pre tags with spaces weren't treated as content.
|
|
|
19
|
+ Fixed bug where Meta+A would select the entire document instead of all contents in nested ce=true elements.
|
|
|
20
|
+Version 4.5.2 (2017-01-04)
|
|
|
21
|
+ Added missing keyboard shortcut description for the underline menu item in the format menu.
|
|
|
22
|
+ Fixed bug where external blob urls wasn't properly handled by editor upload logic. Patch contributed by David Oviedo.
|
|
|
23
|
+ Fixed bug where urls wasn't treated as a single word by the wordcount plugin.
|
|
|
24
|
+ Fixed bug where nbsp characters wasn't treated as word delimiters by the wordcount plugin.
|
|
|
25
|
+ Fixed bug where editor instance wasn't properly passed to the format preview logic. Patch contributed by NullQuery.
|
|
|
26
|
+ Fixed bug where the fake caret wasn't hidden when you moved selection to a cE=false element.
|
|
|
27
|
+ Fixed bug where it wasn't possible to edit existing code sample blocks.
|
|
|
28
|
+ Fixed bug where it wasn't possible to delete editor contents if the selection included an empty block.
|
|
|
29
|
+ Fixed bug where the formatter wasn't expanding words on some international characters. Patch contributed by Martin Larochelle.
|
|
|
30
|
+ Fixed bug where the open link feature wasn't working correctly on IE 11.
|
|
|
31
|
+ Fixed bug where enter before/after a cE=false block wouldn't properly padd the paragraph with an br element.
|
|
|
32
|
+ Fixed so font size and font family select boxes always displays a value by using the runtime style as a fallback.
|
|
|
33
|
+ Fixed so missing plugins will be logged to console as warnings rather than halting the initialization of the editor.
|
|
|
34
|
+ Fixed so splitbuttons become normal buttons in advlist plugin if styles are empty. Patch contributed by René Schleusner.
|
|
|
35
|
+ Fixed so you can multi insert rows/cols by selecting table cells and using insert rows/columns.
|
|
|
36
|
+Version 4.5.1 (2016-12-07)
|
|
|
37
|
+ Fixed bug where the lists plugin wouldn't initialize without the advlist plugins if served from cdn.
|
|
|
38
|
+ Fixed bug where selectors with "*" would cause the style format preview to throw an error.
|
|
|
39
|
+ Fixed bug with toggling lists off on lists with empty list items would throw an error.
|
|
|
40
|
+ Fixed bug where editing images would produce non existing blob uris.
|
|
|
41
|
+ Fixed bug where the offscreen toc selection would be treated as the real toc element.
|
|
|
42
|
+ Fixed bug where the aria level attribute for element path would have an incorrect start index.
|
|
|
43
|
+ Fixed bug where the offscreen selection of cE=false that where very wide would be shown onscreen. Patch contributed by Steven Bufton.
|
|
|
44
|
+ Fixed so the default_link_target gets applied to links created by the autolink plugin.
|
|
|
45
|
+ Fixed so that the name attribute gets removed by the anchor plugin if editing anchors.
|
|
|
46
|
+Version 4.5.0 (2016-11-23)
|
|
|
47
|
+ Added new toc plugin allows you to insert table of contents based on editor headings.
|
|
|
48
|
+ Added new auto complete menu to all url fields. Adds history, link to anchors etc.
|
|
|
49
|
+ Added new sidebar api that allows you to add custom sidebar panels and buttons to toggle these.
|
|
|
50
|
+ Added new insert menu button that allows you to have multiple insert functions under the same menu button.
|
|
|
51
|
+ Added new open link feature to ctrl+click, alt+enter and context menu.
|
|
|
52
|
+ Added new media_embed_handler option to allow the media plugin to be populated with custom embeds.
|
|
|
53
|
+ Added new support for editing transparent images using the image tools dialog.
|
|
|
54
|
+ Added new images_reuse_filename option to allow filenames of images to be retained for upload.
|
|
|
55
|
+ Added new security feature where links with target="_blank" will by default get rel="noopener noreferrer".
|
|
|
56
|
+ Added new allow_unsafe_link_target to allow you to opt-out of the target="_blank" security feature.
|
|
|
57
|
+ Added new style_formats_autohide option to automatically hide styles based on context.
|
|
|
58
|
+ Added new codesample_content_css option to specify where the code sample prism css is loaded from.
|
|
|
59
|
+ Added new support for Japanese/Chinese word count following the unicode standards on this.
|
|
|
60
|
+ Added new fragmented undo levels this dramatically reduces flicker on contents with iframes.
|
|
|
61
|
+ Added new live previews for complex elements like table or lists.
|
|
|
62
|
+ Fixed bug where it wasn't possible to properly tab between controls in a dialog with a disabled form item control.
|
|
|
63
|
+ Fixed bug where firefox would generate a rectangle on elements produced after/before a cE=false elements.
|
|
|
64
|
+ Fixed bug with advlist plugin not switching list element format properly in some edge cases.
|
|
|
65
|
+ Fixed bug where col/rowspans wasn't correctly computed by the table plugin in some cases.
|
|
|
66
|
+ Fixed bug where the table plugin would thrown an error if object_resizing was disabled.
|
|
|
67
|
+ Fixed bug where some invalid markup would cause issues when running in XHTML mode. Patch contributed by Charles Bourasseau.
|
|
|
68
|
+ Fixed bug where the fullscreen class wouldn't be removed properly when closing dialogs.
|
|
|
69
|
+ Fixed bug where the PastePlainTextToggle event wasn't fired by the paste plugin when the state changed.
|
|
|
70
|
+ Fixed bug where table the row type wasn't properly updated in table row dialog. Patch contributed by Matthias Balmer.
|
|
|
71
|
+ Fixed bug where select all and cut wouldn't place caret focus back to the editor in WebKit. Patch contributed by Daniel Jalkut.
|
|
|
72
|
+ Fixed bug where applying cell/row properties to multiple cells/rows would reset other unchanged properties.
|
|
|
73
|
+ Fixed bug where some elements in the schema would have redundant/incorrect children.
|
|
|
74
|
+ Fixed bug where selector and target options would cause issues if used together.
|
|
|
75
|
+ Fixed bug where drag/drop of images from desktop on chrome would thrown an error.
|
|
|
76
|
+ Fixed bug where cut on WebKit/Blink wouldn't add an undo level.
|
|
|
77
|
+ Fixed bug where IE 11 would scroll to the cE=false elements when they where selected.
|
|
|
78
|
+ Fixed bug where keys like F5 wouldn't work when a cE=false element was selected.
|
|
|
79
|
+ Fixed bug where the undo manager wouldn't stop the typing state when commands where executed.
|
|
|
80
|
+ Fixed bug where unlink on wrapped links wouldn't work properly.
|
|
|
81
|
+ Fixed bug with drag/drop of images on WebKit where the image would be deleted form the source editor.
|
|
|
82
|
+ Fixed bug where the visual characters mode would be disabled when contents was extracted from the editor.
|
|
|
83
|
+ Fixed bug where some browsers would toggle of formats applied to the caret when clicking in the editor toolbar.
|
|
|
84
|
+ Fixed bug where the custom theme function wasn't working correctly.
|
|
|
85
|
+ Fixed bug where image option for custom buttons required you to have icon specified as well.
|
|
|
86
|
+ Fixed bug where the context menu and contextual toolbars would be visible at the same time and sometimes overlapping.
|
|
|
87
|
+ Fixed bug where the noneditable plugin would double wrap elements when using the noneditable_regexp option.
|
|
|
88
|
+ Fixed bug where tables would get padding instead of margin when you used the indent button.
|
|
|
89
|
+ Fixed bug where the charmap plugin wouldn't properly insert non breaking spaces.
|
|
|
90
|
+ Fixed bug where the color previews in color input boxes wasn't properly updated.
|
|
|
91
|
+ Fixed bug where the list items of previous lists wasn't merged in the right order.
|
|
|
92
|
+ Fixed bug where it wasn't possible to drag/drop inline-block cE=false elements on IE 11.
|
|
|
93
|
+ Fixed bug where some table cell merges would produce incorrect rowspan/colspan.
|
|
|
94
|
+ Fixed so the font size of the editor defaults to 14px instead of 11px this can be overridden by custom css.
|
|
|
95
|
+ Fixed so wordcount is debounced to reduce cpu hogging on larger texts.
|
|
|
96
|
+ Fixed so tinymce global gets properly exported as a module when used with some module bundlers.
|
|
|
97
|
+ Fixed so it's possible to specify what css properties you want to preview on specific formats.
|
|
|
98
|
+ Fixed so anchors are contentEditable=false while within the editor.
|
|
|
99
|
+ Fixed so selected contents gets wrapped in a inline code element by the codesample plugin.
|
|
|
100
|
+ Fixed so conditional comments gets properly stripped independent of case. Patch contributed by Georgii Dolzhykov.
|
|
|
101
|
+ Fixed so some escaped css sequences gets properly handled. Patch contributed by Georgii Dolzhykov.
|
|
|
102
|
+ Fixed so notifications with the same message doesn't get displayed at the same time.
|
|
|
103
|
+ Fixed so F10 can be used as an alternative key to focus to the toolbar.
|
|
|
104
|
+ Fixed various api documentation issues and typos.
|
|
|
105
|
+ Removed layer plugin since it wasn't really ported from 3.x and there doesn't seem to be much use for it.
|
|
|
106
|
+ Removed moxieplayer.swf from the media plugin since it wasn't used by the media plugin.
|
|
|
107
|
+ Removed format state from the advlist plugin to be more consistent with common word processors.
|
|
|
108
|
+Version 4.4.3 (2016-09-01)
|
|
|
109
|
+ Fixed bug where copy would produce an exception on Chrome.
|
|
|
110
|
+ Fixed bug where deleting lists on IE 11 would merge in correct text nodes.
|
|
|
111
|
+ Fixed bug where deleting partial lists with indentation wouldn't cause proper normalization.
|
|
|
112
|
+Version 4.4.2 (2016-08-25)
|
|
|
113
|
+ Added new importcss_exclusive option to disable unique selectors per group.
|
|
|
114
|
+ Added new group specific selector_converter option to importcss plugin.
|
|
|
115
|
+ Added new codesample_languages option to apply custom languages to codesample plugin.
|
|
|
116
|
+ Added new codesample_dialog_width/codesample_dialog_height options.
|
|
|
117
|
+ Fixed bug where fullscreen button had an incorrect keyboard shortcut.
|
|
|
118
|
+ Fixed bug where backspace/delete wouldn't work correctly from a block to a cE=false element.
|
|
|
119
|
+ Fixed bug where smartpaste wasn't detecting links with special characters in them like tilde.
|
|
|
120
|
+ Fixed bug where the editor wouldn't get proper focus if you clicked on a cE=false element.
|
|
|
121
|
+ Fixed bug where it wasn't possible to copy/paste table rows that had merged cells.
|
|
|
122
|
+ Fixed bug where merging cells could some times produce invalid col/rowspan attibute values.
|
|
|
123
|
+ Fixed bug where getBody would sometimes thrown an exception now it just returns null if the iframe is clobbered.
|
|
|
124
|
+ Fixed bug where drag/drop of cE=false element wasn't properly constrained to viewport.
|
|
|
125
|
+ Fixed bug where contextmenu on Mac would collapse any selection to a caret.
|
|
|
126
|
+ Fixed bug where rtl mode wasn't rendered properly when loading a language pack with the rtl flag.
|
|
|
127
|
+ Fixed bug where Kamer word bounderies would be stripped from contents.
|
|
|
128
|
+ Fixed bug where lists would sometimes render two dots or numbers on the same line.
|
|
|
129
|
+ Fixed bug where the skin_url wasn't used by the inlite theme.
|
|
|
130
|
+ Fixed so data attributes are ignored when comparing formats in the formatter.
|
|
|
131
|
+ Fixed so it's possible to disable inline toolbars in the inlite theme.
|
|
|
132
|
+ Fixed so template dialog gets resized if it doesn't fit the window viewport.
|
|
|
133
|
+Version 4.4.1 (2016-07-26)
|
|
|
134
|
+ Added smart_paste option to paste plugin to allow disabling the paste behavior if needed.
|
|
|
135
|
+ Fixed bug where png urls wasn't properly detected by the smart paste logic.
|
|
|
136
|
+ Fixed bug where the element path wasn't working properly when multiple editor instances where used.
|
|
|
137
|
+ Fixed bug with creating lists out of multiple paragraphs would just create one list item instead of multiple.
|
|
|
138
|
+ Fixed bug where scroll position wasn't properly handled by the inlite theme to place the toolbar properly.
|
|
|
139
|
+ Fixed bug where multiple instances of the editor using the inlite theme didn't render the toolbar properly.
|
|
|
140
|
+ Fixed bug where the shortcut label for fullscreen mode didn't match the actual shortcut key.
|
|
|
141
|
+ Fixed bug where it wasn't possible to select cE=false blocks using touch devices on for example iOS.
|
|
|
142
|
+ Fixed bug where it was possible to select the child image within a cE=false on IE 11.
|
|
|
143
|
+ Fixed so inserts of html containing lists doesn't merge with any existing lists unless it's a paste operation.
|
|
|
144
|
+Version 4.4.0 (2016-06-30)
|
|
|
145
|
+ Added new inlite theme this is a more lightweight inline UI.
|
|
|
146
|
+ Added smarter paste logic that auto detects urls in the clipboard and inserts images/links based on that.
|
|
|
147
|
+ Added a better image resize algorithm for better image quality in the imagetools plugin.
|
|
|
148
|
+ Fixed bug where it wasn't possible to drag/dropping cE=false elements on FF.
|
|
|
149
|
+ Fixed bug where backspace/delete before/after a cE=false block would produce a new paragraph.
|
|
|
150
|
+ Fixed bug where list style type css property wasn't preserved when indenting lists.
|
|
|
151
|
+ Fixed bug where merging of lists where done even if the list style type was different.
|
|
|
152
|
+ Fixed bug where the image_dataimg_filter function wasn't used when pasting images.
|
|
|
153
|
+ Fixed bug where nested editable within a non editable element would cause scroll on focus in Chrome.
|
|
|
154
|
+ Fixed so invalid targets for inline mode is blocked on initialization. We only support elements that can have children.
|
|
|
155
|
+Version 4.3.13 (2016-06-08)
|
|
|
156
|
+ Added characters with a diacritical mark to charmap plugin. Patch contributed by Dominik Schilling.
|
|
|
157
|
+ Added better error handling if the image proxy service would produce errors.
|
|
|
158
|
+ Fixed issue with pasting list items into list items would produce nested list rather than a merged list.
|
|
|
159
|
+ Fixed bug where table selection could get stuck in selection mode for inline editors.
|
|
|
160
|
+ Fixed bug where it was possible to place the caret inside the resize grid elements.
|
|
|
161
|
+ Fixed bug where it wasn't possible to place in elements horizontally adjacent cE=false blocks.
|
|
|
162
|
+ Fixed bug where multiple notifications wouldn't be properly placed on screen.
|
|
|
163
|
+ Fixed bug where multiple editor instance of the same id could be produces in some specific integrations.
|
|
|
164
|
+Version 4.3.12 (2016-05-10)
|
|
|
165
|
+ Fixed bug where focus calls couldn't be made inside the editors PostRender event handler.
|
|
|
166
|
+ Fixed bug where some translations wouldn't work as expected due to a bug in editor.translate.
|
|
|
167
|
+ Fixed bug where the node change event could fire with a node out side the root of the editor.
|
|
|
168
|
+ Fixed bug where Chrome wouldn't properly present the keyboard paste clipboard details when paste was clicked.
|
|
|
169
|
+ Fixed bug where merged cells in tables couldn't be selected from right to left.
|
|
|
170
|
+ Fixed bug where insert row wouldn't properly update a merged cells rowspan property.
|
|
|
171
|
+ Fixed bug where the color input boxes preview field wasn't properly set on initialization.
|
|
|
172
|
+ Fixed bug where IME composition inside table cells wouldn't work as expected on IE 11.
|
|
|
173
|
+ Fixed so all shadow dom support is under and experimental flag due to flaky browser support.
|
|
|
174
|
+Version 4.3.11 (2016-04-25)
|
|
|
175
|
+ Fixed bug where it wasn't possible to insert empty blocks though the API unless they where padded.
|
|
|
176
|
+ Fixed bug where you couldn't type the Euro character on Windows.
|
|
|
177
|
+ Fixed bug where backspace/delete from a cE=false element to a text block didn't work properly.
|
|
|
178
|
+ Fixed bug where the text color default grid would render incorrectly.
|
|
|
179
|
+ Fixed bug where the codesample plugin wouldn't load the css in the editor for multiple editors.
|
|
|
180
|
+ Fixed so the codesample plugin textarea gets focused by default.
|
|
|
181
|
+Version 4.3.10 (2016-04-12)
|
|
|
182
|
+ Fixed bug where the key "y" on WebKit couldn't be entered due to conflict with keycode for F10 on keypress.
|
|
|
183
|
+Version 4.3.9 (2016-04-12)
|
|
|
184
|
+ Added support for focusing the contextual toolbars using keyboard.
|
|
|
185
|
+ Added keyboard support for slider UI controls. You can no increase/decrease using arrow keys.
|
|
|
186
|
+ Added url pattern matching for Dailymotion to media plugin. Patch contributed by Bertrand Darbon.
|
|
|
187
|
+ Added body_class to template plugin preview. Patch contributed by Milen Petrinski.
|
|
|
188
|
+ Added options to better override textcolor pickers with custom colors. Patch contributed by Xavier Boubert.
|
|
|
189
|
+ Added visual arrows to inline contextual toolbars so that they point to the element being active.
|
|
|
190
|
+ Fixed so toolbars for tables or other larger elements get better positioned below the scrollable viewport.
|
|
|
191
|
+ Fixed bug where it was possible to click links inside cE=false blocks.
|
|
|
192
|
+ Fixed bug where event targets wasn't properly handled in Safari Technical Preview.
|
|
|
193
|
+ Fixed bug where drag/drop text in FF 45 would make the editor caret invisible.
|
|
|
194
|
+ Fixed bug where the remove state wasn't properly set on editor instances when detected as clobbered.
|
|
|
195
|
+ Fixed bug where offscreen selection of some cE=false elements would render onscreen. Patch contributed by Steven Bufton
|
|
|
196
|
+ Fixed bug where enter would clone styles out side the root on editors inside a span. Patch contributed by ChristophKaser.
|
|
|
197
|
+ Fixed bug where drag/drop of images into the editor didn't work correctly in FF.
|
|
|
198
|
+ Fixed so the first item in panels for the imagetools dialog gets proper keyboard focus.
|
|
|
199
|
+ Changed the Meta+Shift+F shortcut to Ctrl+Shift+F since Czech, Slovak, Polish languages used the first one for input.
|
|
|
200
|
+Version 4.3.8 (2016-03-15)
|
|
|
201
|
+ Fixed bug where inserting HR at the end of a block element would produce an extra empty block.
|
|
|
202
|
+ Fixed bug where links would be clickable when readonly mode was enabled.
|
|
|
203
|
+ Fixed bug where the formatter would normalize to the wrong node on very specific content.
|
|
|
204
|
+ Fixed bug where some nested list items couldn't be indented properly.
|
|
|
205
|
+ Fixed bug where links where clickable in the preview dialog.
|
|
|
206
|
+ Fixed so the alt attribute doesn't get padded with an empty value by default.
|
|
|
207
|
+ Fixed so nested alignment works more correctly. You will now alter the alignment to the closest block parent.
|
|
|
208
|
+Version 4.3.7 (2016-03-02)
|
|
|
209
|
+ Fixed bug where incorrect icons would be rendered for imagetools edit and color levels.
|
|
|
210
|
+ Fixed bug where navigation using arrow keys inside a SelectBox didn't move up/down.
|
|
|
211
|
+ Fixed bug where the visualblocks plugin would render borders round internal UI elements.
|
|
|
212
|
+Version 4.3.6 (2016-03-01)
|
|
|
213
|
+ Added new paste_remember_plaintext_info option to allow a global disable of the plain text mode notification.
|
|
|
214
|
+ Added new PastePlainTextToggle event that fires when plain text mode toggles on/off.
|
|
|
215
|
+ Fixed bug where it wasn't possible to select media elements since the drag logic would snap it to mouse cursor.
|
|
|
216
|
+ Fixed bug where it was hard to place the caret inside nested cE=true elements when the outer cE=false element was focused.
|
|
|
217
|
+ Fixed bug where editors wouldn't properly initialize if both selector and mode where used.
|
|
|
218
|
+ Fixed bug where IME input inside table cells would switch the IME off.
|
|
|
219
|
+ Fixed bug where selection inside the first table cell would cause the whole table cell to get selected.
|
|
|
220
|
+ Fixed bug where error handling of images being uploaded wouldn't properly handle faulty statuses.
|
|
|
221
|
+ Fixed bug where inserting contents before a HR would cause an exception to be thrown.
|
|
|
222
|
+ Fixed bug where copy/paste of Excel data would be inserted as an image.
|
|
|
223
|
+ Fixed caret position issues with copy/paste of inline block cE=false elements.
|
|
|
224
|
+ Fixed issues with various menu item focus bugs in Chrome. Where the focused menu bar item wasn't properly blurred.
|
|
|
225
|
+ Fixed so the notifications have a solid background since it would be hard to read if there where text under it.
|
|
|
226
|
+ Fixed so notifications gets animated similar to the ones used by dialogs.
|
|
|
227
|
+ Fixed so larger images that gets pasted is handled better.
|
|
|
228
|
+ Fixed so the window close button is more uniform on various platform and also increased it's hit area.
|
|
|
229
|
+Version 4.3.5 (2016-02-11)
|
|
|
230
|
+ Npm version bump due to package not being fully updated.
|
|
|
231
|
+Version 4.3.4 (2016-02-11)
|
|
|
232
|
+ Added new OpenWindow/CloseWindow events that gets fired when windows open/close.
|
|
|
233
|
+ Added new NewCell/NewRow events that gets fired when table cells/rows are created.
|
|
|
234
|
+ Added new Promise return value to tinymce.init makes it easier to handle initialization.
|
|
|
235
|
+ Removed the jQuery version the jQuery plugin is now moved into the main package.
|
|
|
236
|
+ Removed jscs from build process since eslint can now handle code style checking.
|
|
|
237
|
+ Fixed various bugs with drag/drop of contentEditable:false elements.
|
|
|
238
|
+ Fixed bug where deleting of very specific nested list items would result in an odd list.
|
|
|
239
|
+ Fixed bug where lists would get merged with adjacent lists outside the editable inline root.
|
|
|
240
|
+ Fixed bug where MS Edge would crash when closing a dialog then clicking a menu item.
|
|
|
241
|
+ Fixed bug where table cell selection would add undo levels.
|
|
|
242
|
+ Fixed bug where table cell selection wasn't removed when inline editor where removed.
|
|
|
243
|
+ Fixed bug where table cell selection wouldn't work properly on nested tables.
|
|
|
244
|
+ Fixed bug where table merge menu would be available when merging between thead and tbody.
|
|
|
245
|
+ Fixed bug where table row/column resize wouldn't get properly removed when the editor was removed.
|
|
|
246
|
+ Fixed bug where Chrome would scroll to the editor if there where a empty hash value in document url.
|
|
|
247
|
+ Fixed bug where the cache suffix wouldn't work correctly with the importcss plugin.
|
|
|
248
|
+ Fixed bug where selection wouldn't work properly on MS Edge on Windows Phone 10.
|
|
|
249
|
+ Fixed so adjacent pre blocks gets joined into one pre block since that seems like the user intent.
|
|
|
250
|
+ Fixed so events gets properly dispatched in shadow dom. Patch provided by Nazar Mokrynskyi.
|
|
|
251
|
+Version 4.3.3 (2016-01-14)
|
|
|
252
|
+ Added new table_resize_bars configuration setting. This setting allows you to disable the table resize bars.
|
|
|
253
|
+ Added new beforeInitialize event to tinymce.util.XHR lets you modify XHR properties before open. Patch contributed by Brent Clintel.
|
|
|
254
|
+ Added new autolink_pattern setting to autolink plugin. Enables you to override the default autolink formats. Patch contributed by Ben Tiedt.
|
|
|
255
|
+ Added new charmap option that lets you override the default charmap of the charmap plugin.
|
|
|
256
|
+ Added new charmap_append option that lets you add new characters to the default charmap of the charmap plugin.
|
|
|
257
|
+ Added new insertCustomChar event that gets fired when a character is inserted by the charmap plugin.
|
|
|
258
|
+ Fixed bug where table cells started with a superfluous in IE10+.
|
|
|
259
|
+ Fixed bug where table plugin would retain all BR tags when cells were merged.
|
|
|
260
|
+ Fixed bug where media plugin would strip underscores from youtube urls.
|
|
|
261
|
+ Fixed bug where IME input would fail on IE 11 if you typed within a table.
|
|
|
262
|
+ Fixed bug where double click selection of a word would remove the space before the word on insert contents.
|
|
|
263
|
+ Fixed bug where table plugin would produce exceptions when hovering tables with invalid structure.
|
|
|
264
|
+ Fixed bug where fullscreen wouldn't scroll back to it's original position when untoggled.
|
|
|
265
|
+ Fixed so the template plugins templates setting can be a function that gets a callback that can provide templates.
|
|
|
266
|
+Version 4.3.2 (2015-12-14)
|
|
|
267
|
+ Fixed bug where the resize bars for table cells were not affected by the object_resizing property.
|
|
|
268
|
+ Fixed bug where the contextual table toolbar would appear incorrectly if TinyMCE was initialized inline inside a table.
|
|
|
269
|
+ Fixed bug where resizing table cells did not fire a node change event or add an undo level.
|
|
|
270
|
+ Fixed bug where double click selection of text on IE 11 wouldn't work properly.
|
|
|
271
|
+ Fixed bug where codesample plugin would incorrectly produce br elements inside code elements.
|
|
|
272
|
+ Fixed bug where media plugin would strip dashes from youtube urls.
|
|
|
273
|
+ Fixed bug where it was possible to move the caret into the table resize bars.
|
|
|
274
|
+ Fixed bug where drag/drop into a cE=false element was possible on IE.
|
|
|
275
|
+Version 4.3.1 (2015-11-30)
|
|
|
276
|
+ Fixed so it's possible to disable the table inline toolbar by setting it to false or an empty string.
|
|
|
277
|
+ Fixed bug where it wasn't possible to resize some tables using the drag handles.
|
|
|
278
|
+ Fixed bug where unique id:s would clash for multiple editor instances and cE=false selections.
|
|
|
279
|
+ Fixed bug where the same plugin could be initialized multiple times.
|
|
|
280
|
+ Fixed bug where the table inline toolbars would be displayed at the same time as the image toolbars.
|
|
|
281
|
+ Fixed bug where the table selection rect wouldn't be removed when selecting another control element.
|
|
|
282
|
+Version 4.3.0 (2015-11-23)
|
|
|
283
|
+ Added new table column/row resize support. Makes it a lot more easy to resize the columns/rows in a table.
|
|
|
284
|
+ Added new table inline toolbar. Makes it easier to for example add new rows or columns to a table.
|
|
|
285
|
+ Added new notification API. Lets you display floating notifications to the end user.
|
|
|
286
|
+ Added new codesample plugin that lets you insert syntax highlighted pre elements into the editor.
|
|
|
287
|
+ Added new image_caption to images. Lets you create images with captions using a HTML5 figure/figcaption elements.
|
|
|
288
|
+ Added new live previews of embeded videos. Lets you play the video right inside the editor.
|
|
|
289
|
+ Added new setDirty method and "dirty" event to the editor. Makes it easier to track the dirty state change.
|
|
|
290
|
+ Added new setMode method to Editor instances that lets you dynamically switch between design/readonly.
|
|
|
291
|
+ Added new core support for contentEditable=false elements within the editor overrides the browsers broken behavior.
|
|
|
292
|
+ Rewrote the noneditable plugin to use the new contentEditable false core logic.
|
|
|
293
|
+ Fixed so the dirty state doesn't set set to false automatically when the undo index is set to 0.
|
|
|
294
|
+ Fixed the Selection.placeCaretAt so it works better on IE when the coordinate is between paragraphs.
|
|
|
295
|
+ Fixed bug where data-mce-bogus="all" element contents where counted by the word count plugin.
|
|
|
296
|
+ Fixed bug where contentEditable=false elements would be indented by the indent buttons.
|
|
|
297
|
+ Fixed bug where images within contentEditable=false would be selected in WebKit on mouse click.
|
|
|
298
|
+ Fixed bug in DOMUntils split method where the replacement parameter wouldn't work on specific cases.
|
|
|
299
|
+ Fixed bug where the importcss plugin would import classes from the skin content css file.
|
|
|
300
|
+ Fixed so all button variants have a wrapping span for it's text to make it easier to skin.
|
|
|
301
|
+ Fixed so it's easier to exit pre block using the arrow keys.
|
|
|
302
|
+ Fixed bug where listboxes with fix widths didn't render correctly.
|
|
|
303
|
+Version 4.2.8 (2015-11-13)
|
|
|
304
|
+ Fixed bug where it was possible to delete tables as the inline root element if all columns where selected.
|
|
|
305
|
+ Fixed bug where the UI buttons active state wasn't properly updated due to recent refactoring of that logic.
|
|
|
306
|
+Version 4.2.7 (2015-10-27)
|
|
|
307
|
+ Fixed bug where backspace/delete would remove all formats on the last paragraph character in WebKit/Blink.
|
|
|
308
|
+ Fixed bug where backspace within a inline format element with a bogus caret container would move the caret.
|
|
|
309
|
+ Fixed bug where backspace/delete on selected table cells wouldn't add an undo level.
|
|
|
310
|
+ Fixed bug where script tags embedded within the editor could sometimes get a mce- prefix prepended to them
|
|
|
311
|
+ Fixed bug where validate: false option could produce an error to be thrown from the Serialization step.
|
|
|
312
|
+ Fixed bug where inline editing of a table as the root element could let the user delete that table.
|
|
|
313
|
+ Fixed bug where inline editing of a table as the root element wouldn't properly handle enter key.
|
|
|
314
|
+ Fixed bug where inline editing of a table as the root element would normalize the selection incorrectly.
|
|
|
315
|
+ Fixed bug where inline editing of a list as the root element could let the user delete that list.
|
|
|
316
|
+ Fixed bug where inline editing of a list as the root element could let the user split that list.
|
|
|
317
|
+ Fixed bug where resize handles would be rendered on editable root elements such as table.
|
|
|
318
|
+Version 4.2.6 (2015-09-28)
|
|
|
319
|
+ Added capability to set request headers when using XHRs.
|
|
|
320
|
+ Added capability to upload local images automatically default delay is set to 30 seconds after editing images.
|
|
|
321
|
+ Added commands ids mceEditImage, mceAchor and mceMedia to be avaiable from execCommand.
|
|
|
322
|
+ Added Edge browser to saucelabs grunt task. Patch contributed by John-David Dalton.
|
|
|
323
|
+ Fixed bug where blob uris not produced by tinymce would produce HTML invalid markup.
|
|
|
324
|
+ Fixed bug where selection of contents of a nearly empty editor in Edge would sometimes fail.
|
|
|
325
|
+ Fixed bug where color styles woudln't be retained on copy/paste in Blink/Webkit.
|
|
|
326
|
+ Fixed bug where the table plugin would throw an error when inserting rows after a child table.
|
|
|
327
|
+ Fixed bug where the template plugin wouldn't handle functions as variable replacements.
|
|
|
328
|
+ Fixed bug where undo/redo sometimes wouldn't work properly when applying formatting collapsed ranges.
|
|
|
329
|
+ Fixed bug where shift+delete wouldn't do a cut operation on Blink/WebKit.
|
|
|
330
|
+ Fixed bug where cut action wouldn't properly store the before selection bookmark for the undo level.
|
|
|
331
|
+ Fixed bug where backspace in side an empty list element on IE would loose editor focus.
|
|
|
332
|
+ Fixed bug where the save plugin wouldn't enable the buttons when a change occurred.
|
|
|
333
|
+ Fixed bug where Edge wouldn't initialize the editor if a document.domain was specified.
|
|
|
334
|
+ Fixed bug where enter key before nested images would sometimes not properly expand the previous block.
|
|
|
335
|
+ Fixed bug where the inline toolbars wouldn't get properly hidden when blurring the editor instance.
|
|
|
336
|
+ Fixed bug where Edge would paste Chinese characters on some Windows 10 installations.
|
|
|
337
|
+ Fixed bug where IME would loose focus on IE 11 due to the double trailing br bug fix.
|
|
|
338
|
+ Fixed bug where the proxy url in imagetools was incorrect. Patch contributed by Wong Ho Wang.
|
|
|
339
|
+Version 4.2.5 (2015-08-31)
|
|
|
340
|
+ Added fullscreen capability to embedded youtube and vimeo videos.
|
|
|
341
|
+ Fixed bug where the uploadImages call didn't work on IE 10.
|
|
|
342
|
+ Fixed bug where image place holders would be uploaded by uploadImages call.
|
|
|
343
|
+ Fixed bug where images marked with bogus would be uploaded by the uploadImages call.
|
|
|
344
|
+ Fixed bug where multiple calls to uploadImages would result in decreased performance.
|
|
|
345
|
+ Fixed bug where pagebreaks were editable to imagetools patch contributed by Rasmus Wallin.
|
|
|
346
|
+ Fixed bug where the element path could cause too much recursion exception.
|
|
|
347
|
+ Fixed bug for domains containing ".min". Patch contributed by LoĂ¯c FĂ©vrier.
|
|
|
348
|
+ Fixed so validation of external links to accept a number after www. Patch contributed by Victor Carvalho.
|
|
|
349
|
+ Fixed so the charmap is exposed though execCommand. Patch contributed by Matthew Will.
|
|
|
350
|
+ Fixed so that the image uploads are concurrent for improved performance.
|
|
|
351
|
+ Fixed various grammar problems in inline documentation. Patches provided by nikolas.
|
|
|
352
|
+Version 4.2.4 (2015-08-17)
|
|
|
353
|
+ Added picture as a valid element to the HTML 5 schema. Patch contributed by Adam Taylor.
|
|
|
354
|
+ Fixed bug where contents would be duplicated on drag/drop within the same editor.
|
|
|
355
|
+ Fixed bug where floating/alignment of images on Edge wouldn't work properly.
|
|
|
356
|
+ Fixed bug where it wasn't possible to drag images on IE 11.
|
|
|
357
|
+ Fixed bug where image selection on Edge would sometimes fail.
|
|
|
358
|
+ Fixed bug where contextual toolbars icons wasn't rendered properly when using the toolbar_items_size.
|
|
|
359
|
+ Fixed bug where searchreplace dialog doesn't get prefilled with the selected text.
|
|
|
360
|
+ Fixed bug where fragmented matches wouldn't get properly replaced by the searchreplace plugin.
|
|
|
361
|
+ Fixed bug where enter key wouldn't place the caret if was after a trailing space within an inline element.
|
|
|
362
|
+ Fixed bug where the autolink plugin could produce multiple links for the same text on Gecko.
|
|
|
363
|
+ Fixed bug where EditorUpload could sometimes throw an exception if the blob wasn't found.
|
|
|
364
|
+ Fixed xss issues with media plugin not properly filtering out some script attributes.
|
|
|
365
|
+Version 4.2.3 (2015-07-30)
|
|
|
366
|
+ Fixed bug where image selection wasn't possible on Edge due to incompatible setBaseAndExtend API.
|
|
|
367
|
+ Fixed bug where image blobs urls where not properly destroyed by the imagetools plugin.
|
|
|
368
|
+ Fixed bug where keyboard shortcuts wasn't working correctly on IE 8.
|
|
|
369
|
+ Fixed skin issue where the borders of panels where not visible on IE 8.
|
|
|
370
|
+Version 4.2.2 (2015-07-22)
|
|
|
371
|
+ Fixed bug where float panels were not being hidden on inline editor blur when fixed_toolbar_container config option was in use.
|
|
|
372
|
+ Fixed bug where combobox states wasn't properly updated if contents where updated without keyboard.
|
|
|
373
|
+ Fixed bug where pasting into textbox or combobox would move the caret to the end of text.
|
|
|
374
|
+ Fixed bug where removal of bogus span elements before block elements would remove whitespace between nodes.
|
|
|
375
|
+ Fixed bug where repositioning of inline toolbars where async and producing errors if the editor was removed from DOM to early. Patch by iseulde.
|
|
|
376
|
+ Fixed bug where element path wasn't working correctly. Patch contributed by iseulde.
|
|
|
377
|
+ Fixed bug where menus wasn't rendered correctly when custom images where added to a menu. Patch contributed by Naim Hammadi.
|
|
|
378
|
+Version 4.2.1 (2015-06-29)
|
|
|
379
|
+ Fixed bug where back/forward buttons in the browser would render blob images as broken images.
|
|
|
380
|
+ Fixed bug where Firefox would throw regexp to big error when replacing huge base64 chunks.
|
|
|
381
|
+ Fixed bug rendering issues with resize and context toolbars not being placed properly until next animation frame.
|
|
|
382
|
+ Fixed bug where the rendering of the image while cropping would some times not be centered correctly.
|
|
|
383
|
+ Fixed bug where listbox items with submenus would me selected as active.
|
|
|
384
|
+ Fixed bug where context menu where throwing an error when rendering.
|
|
|
385
|
+ Fixed bug where resize both option wasn't working due to resent addClass API change. Patch contributed by Jogai.
|
|
|
386
|
+ Fixed bug where a hideAll call for container rendered inline toolbars would throw an error.
|
|
|
387
|
+ Fixed bug where onclick event handler on combobox could cause issues if element.id was a function by some polluting libraries.
|
|
|
388
|
+ Fixed bug where listboxes wouldn't get proper selected sub menu item when using link_list or image_list.
|
|
|
389
|
+ Fixed so the UI controls are as wide as 4.1.x to avoid wrapping controls in toolbars.
|
|
|
390
|
+ Fixed so the imagetools dialog is adaptive for smaller screen sizes.
|
|
|
391
|
+Version 4.2.0 (2015-06-25)
|
|
|
392
|
+ Added new flat default skin to make the UI more modern.
|
|
|
393
|
+ Added new imagetools plugin, lets you crop/resize and apply filters to images.
|
|
|
394
|
+ Added new contextual toolbars support to the API lets you add floating toolbars for specific CSS selectors.
|
|
|
395
|
+ Added new promise feature fill as tinymce.util.Promise.
|
|
|
396
|
+ Added new built in image upload feature lets you upload any base64 encoded image within the editor as files.
|
|
|
397
|
+ Fixed bug where resize handles would appear in the right position in the wrong editor when switching between resizable content in different inline editors.
|
|
|
398
|
+ Fixed bug where tables would not be inserted in inline mode due to previous float panel fix.
|
|
|
399
|
+ Fixed bug where floating panels would remain open when focus was lost on inline editors.
|
|
|
400
|
+ Fixed bug where cut command on Chrome would thrown a browser security exception.
|
|
|
401
|
+ Fixed bug where IE 11 sometimes would report an incorrect size for images in the image dialog.
|
|
|
402
|
+ Fixed bug where it wasn't possible to remove inline formatting at the end of block elements.
|
|
|
403
|
+ Fixed bug where it wasn't possible to delete table cell contents when cell selection was vertical.
|
|
|
404
|
+ Fixed bug where table cell wasn't emptied from block elements if delete/backspace where pressed in empty cell.
|
|
|
405
|
+ Fixed bug where cmd+shift+arrow didn't work correctly on Firefox mac when selecting to start/end of line.
|
|
|
406
|
+ Fixed bug where removal of bogus elements would sometimes remove whitespace between nodes.
|
|
|
407
|
+ Fixed bug where the resize handles wasn't updated when the main window was resized.
|
|
|
408
|
+ Fixed so script elements gets removed by default to prevent possible XSS issues in default config implementations.
|
|
|
409
|
+ Fixed so the UI doesn't need manual reflows when using non native layout managers.
|
|
|
410
|
+ Fixed so base64 encoded images doesn't slow down the editor on modern browsers while editing.
|
|
|
411
|
+ Fixed so all UI elements uses touch events to improve mobile device support.
|
|
|
412
|
+ Removed the touch click quirks patch for iOS since it did more harm than good.
|
|
|
413
|
+ Removed the non proportional resize handles since. Unproportional resize can still be done by holding the shift key.
|
|
|
414
|
+Version 4.1.10 (2015-05-05)
|
|
|
415
|
+ Fixed bug where plugins loaded with compat3x would sometimes throw errors when loading using the jQuery version.
|
|
|
416
|
+ Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix.
|
|
|
417
|
+ Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing.
|
|
|
418
|
+ Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys.
|
|
|
419
|
+ Fixed bug where the caret wouldn't move to the next/previous line boundary on Cmd+Left/Right on Gecko.
|
|
|
420
|
+ Fixed bug where it wasn't possible to remove formats from very specific nested contents.
|
|
|
421
|
+ Fixed bug where undo levels wasn't produced when typing letters using the shift or alt+ctrl modifiers.
|
|
|
422
|
+ Fixed bug where the dirty state wasn't properly updated when typing using the shift or alt+ctrl modifiers.
|
|
|
423
|
+ Fixed bug where an error would be thrown if an autofocused editor was destroyed quickly after its initialization. Patch provided by thorn0.
|
|
|
424
|
+ Fixed issue with dirty state not being properly updated on redo operation.
|
|
|
425
|
+ Fixed issue with entity decoder not handling incorrectly written numeric entities.
|
|
|
426
|
+ Fixed issue where some PI element values wouldn't be properly encoded.
|
|
|
427
|
+Version 4.1.9 (2015-03-10)
|
|
|
428
|
+ Fixed bug where indentation wouldn't work properly for non list elements.
|
|
|
429
|
+ Fixed bug with image plugin not pulling the image dimensions out correctly if a custom document_base_url was used.
|
|
|
430
|
+ Fixed bug where ctrl+alt+[1-9] would conflict with the AltGr+[1-9] on Windows. New shortcuts is ctrl+shift+[1-9].
|
|
|
431
|
+ Fixed bug with removing formatting on nodes in inline mode would sometimes include nodes outside the editor body.
|
|
|
432
|
+ Fixed bug where extra nbsp:s would be inserted when you replaced a word surrounded by spaces using insertContent.
|
|
|
433
|
+ Fixed bug with pasting from Google Docs would produce extra strong elements and line feeds.
|
|
|
434
|
+Version 4.1.8 (2015-03-05)
|
|
|
435
|
+ Added new html5 sizes attribute to img elements used together with srcset.
|
|
|
436
|
+ Added new elementpath option that makes it possible to disable the element path but keep the statusbar.
|
|
|
437
|
+ Added new option table_style_by_css for the table plugin to set table styling with css rather than table attributes.
|
|
|
438
|
+ 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.
|
|
|
439
|
+ Added new image_prepend_url option to allow a custom base path/url to be added to images.
|
|
|
440
|
+ Added new table_appearance_options option to make it possible to disable some options.
|
|
|
441
|
+ Added new image_title option to make it possible to alter the title of the image, disabled by default.
|
|
|
442
|
+ Fixed bug where selection starting from out side of the body wouldn't produce a proper selection range on IE 11.
|
|
|
443
|
+ Fixed bug where pressing enter twice before a table moves the cursor in the table and causes a javascript error.
|
|
|
444
|
+ Fixed bug where advanced image styles were not respected.
|
|
|
445
|
+ Fixed bug where the less common Shift+Delete didn't produce a proper cut operation on WebKit browsers.
|
|
|
446
|
+ Fixed bug where image/media size constrain logic would produce NaN when handling non number values.
|
|
|
447
|
+ Fixed bug where internal classes where removed by the removeformat command.
|
|
|
448
|
+ Fixed bug with creating links table cell contents with a specific selection would throw a exceptions on WebKit/Blink.
|
|
|
449
|
+ Fixed bug where valid_classes option didn't work as expected according to docs. Patch provided by thorn0.
|
|
|
450
|
+ Fixed bug where jQuery plugin would patch the internal methods multiple times. Patch provided by Drew Martin.
|
|
|
451
|
+ Fixed bug where backspace key wouldn't delete the current selection of newly formatted content.
|
|
|
452
|
+ Fixed bug where type over of inline formatting elements wouldn't properly keep the format on WebKit/Blink.
|
|
|
453
|
+ Fixed bug where selection needed to be properly normalized on modern IE versions.
|
|
|
454
|
+ Fixed bug where Command+Backspace didn't properly delete the whole line of text but the previous word.
|
|
|
455
|
+ Fixed bug where UI active states wheren't properly updated on IE if you placed caret within the current range.
|
|
|
456
|
+ Fixed bug where delete/backspace on WebKit/Blink would remove span elements created by the user.
|
|
|
457
|
+ Fixed bug where delete/backspace would produce incorrect results when deleting between two text blocks with br elements.
|
|
|
458
|
+ Fixed bug where captions where removed when pasting from MS Office.
|
|
|
459
|
+ Fixed bug where lists plugin wouldn't properly remove fully selected nested lists.
|
|
|
460
|
+ Fixed bug where the ttf font used for icons would throw an warning message on Gecko on Mac OS X.
|
|
|
461
|
+ Fixed a bug where applying a color to text did not update the undo/redo history.
|
|
|
462
|
+ Fixed so shy entities gets displayed when using the visualchars plugin.
|
|
|
463
|
+ Fixed so removeformat removes ins/del by default since these might be used for strikethough.
|
|
|
464
|
+ Fixed so multiple language packs can be loaded and added to the global I18n data structure.
|
|
|
465
|
+ Fixed so transparent color selection gets treated as a normal color selection. Patch contributed by Alexander Hofbauer.
|
|
|
466
|
+ Fixed so it's possible to disable autoresize_overflow_padding, autoresize_bottom_margin options by setting them to false.
|
|
|
467
|
+ Fixed so the charmap plugin shows the description of the character in the dialog. Patch contributed by Jelle Hissink.
|
|
|
468
|
+ Removed address from the default list of block formats since it tends to be missused.
|
|
|
469
|
+ Fixed so the pre block format is called preformatted to make it more verbose.
|
|
|
470
|
+ Fixed so it's possible to context scope translation strings this isn't needed most of the time.
|
|
|
471
|
+ Fixed so the max length of the width/height input fields of the media dialog is 5 instead of 3.
|
|
|
472
|
+ Fixed so drag/dropped contents gets properly processed by paste plugin since it's basically a paste. Patch contributed by Greg Fairbanks.
|
|
|
473
|
+ 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.
|
|
|
474
|
+ Fixed so "u" doesn't get converted into a span element by the legacy input filter. Since this is now a valid HTML5 element.
|
|
|
475
|
+ Fixed font families in order to provide appropriate web-safe fonts.
|
|
|
476
|
+Version 4.1.7 (2014-11-27)
|
|
|
477
|
+ Added HTML5 schema support for srcset, source and picture. Patch contributed by mattheu.
|
|
|
478
|
+ Added new cache_suffix setting to enable cache busting by producing unique urls.
|
|
|
479
|
+ Added new paste_convert_word_fake_lists option to enable users to disable the fake lists convert logic.
|
|
|
480
|
+ Fixed so advlist style changes adds undo levels for each change.
|
|
|
481
|
+ Fixed bug where WebKit would sometimes produce an exception when the autolink plugin where looking for URLs.
|
|
|
482
|
+ Fixed bug where IE 7 wouldn't be rendered properly due to to aggressive css compression.
|
|
|
483
|
+ Fixed bug where DomQuery wouldn't accept window as constructor element.
|
|
|
484
|
+ Fixed bug where the color picker in 3.x dialogs wouldn't work properly. Patch contributed by Callidior.
|
|
|
485
|
+ Fixed bug where the image plugin wouldn't respect the document_base_url.
|
|
|
486
|
+ Fixed bug where the jQuery plugin would fail to append to elements named array prototype names.
|
|
|
487
|
+Version 4.1.6 (2014-10-08)
|
|
|
488
|
+ Fixed bug with clicking on the scrollbar of the iframe would cause a JS error to be thrown.
|
|
|
489
|
+ Fixed bug where null would produce an exception if you passed it to selection.setRng.
|
|
|
490
|
+ Fixed bug where Ctrl/Cmd+Tab would indent the current list item if you switched tabs in the browser.
|
|
|
491
|
+ Fixed bug where pasting empty cells from Excel would result in a broken table.
|
|
|
492
|
+ Fixed bug where it wasn't possible to switch back to default list style type.
|
|
|
493
|
+ Fixed issue where the select all quirk fix would fire for other modifiers than Ctrl/Cmd combinations.
|
|
|
494
|
+ Replaced jake with grunt since it is more mainstream and has better plugin support.
|
|
|
495
|
+Version 4.1.5 (2014-09-09)
|
|
|
496
|
+ Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink.
|
|
|
497
|
+ Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly.
|
|
|
498
|
+ Fixed bug where empty list elements would result in empty LI elements without it's parent container.
|
|
|
499
|
+ Fixed bug where backspace in empty caret formatted element could produce an type error exception of Gecko.
|
|
|
500
|
+ Fixed bug where lists pasted from word with a custom start index above 9 wouldn't be properly handled.
|
|
|
501
|
+ Fixed bug where tabfocus plugin would tab out of the editor instance even if the default action was prevented.
|
|
|
502
|
+ Fixed bug where tabfocus wouldn't tab properly to other adjacent editor instances.
|
|
|
503
|
+ Fixed bug where the DOMUtils setStyles wouldn't properly removed or update the data-mce-style attribute.
|
|
|
504
|
+ Fixed bug where dialog select boxes would be placed incorrectly if document.body wasn't statically positioned.
|
|
|
505
|
+ Fixed bug where pasting would sometimes scroll to the top of page if the user was using the autoresize plugin.
|
|
|
506
|
+ Fixed bug where caret wouldn't be properly rendered by Chrome when clicking on the iframes documentElement.
|
|
|
507
|
+ Fixed so custom images for menubutton/splitbutton can be provided. Patch contributed by Naim Hammadi.
|
|
|
508
|
+ Fixed so the default action of windows closing can be prevented by blocking the default action of the close event.
|
|
|
509
|
+ Fixed so nodeChange and focus of the editor isn't automatically performed when opening sub dialogs.
|
|
|
510
|
+Version 4.1.4 (2014-08-21)
|
|
|
511
|
+ Added new media_filter_html option to media plugin that blocks any conditional comments, scripts etc within a video element.
|
|
|
512
|
+ Added new content_security_policy option allows you to set custom policy for iframe contents. Patch contributed by Francois Chagnon.
|
|
|
513
|
+ Fixed bug where activate/deactivate events wasn't firing properly when switching between editors.
|
|
|
514
|
+ Fixed bug where placing the caret on iOS was difficult due to a WebKit bug with touch events.
|
|
|
515
|
+ Fixed bug where the resize helper wouldn't render properly on older IE versions.
|
|
|
516
|
+ Fixed bug where resizing images inside tables on older IE versions would sometimes fail depending mouse position.
|
|
|
517
|
+ Fixed bug where editor.insertContent would produce an exception when inserting select/option elements.
|
|
|
518
|
+ Fixed bug where extra empty paragraphs would be produced if block elements where inserted inside span elements.
|
|
|
519
|
+ Fixed bug where the spellchecker menu item wouldn't be properly checked if spell checking was started before it was rendered.
|
|
|
520
|
+ Fixed bug where the DomQuery filter function wouldn't remove non elements from collection.
|
|
|
521
|
+ Fixed bug where document with custom document.domain wouldn't properly render the editor.
|
|
|
522
|
+ Fixed bug where IE 8 would throw exception when trying to enter invalid color values into colorboxes.
|
|
|
523
|
+ Fixed bug where undo manager could incorrectly add an extra undo level when custom resize handles was removed.
|
|
|
524
|
+ Fixed bug where it wouldn't be possible to alter cell properties properly on table cells on IE 8.
|
|
|
525
|
+ Fixed so the color picker button in table dialog isn't shown unless you include the colorpicker plugin or add your own custom color picker.
|
|
|
526
|
+ Fixed so activate/deactivate events fire when windowManager opens a window since.
|
|
|
527
|
+ Fixed so the table advtab options isn't separated by an underscore to normalize naming with image_advtab option.
|
|
|
528
|
+ Fixed so the table cell dialog has proper padding when the advanced tab in disabled.
|
|
|
529
|
+Version 4.1.3 (2014-07-29)
|
|
|
530
|
+ Added event binding logic to tinymce.util.XHR making it possible to override headers and settings before any request is made.
|
|
|
531
|
+ Fixed bug where drag events wasn't fireing properly on older IE versions since the event handlers where bound to document.
|
|
|
532
|
+ Fixed bug where drag/dropping contents within the editor on IE would force the contents into plain text mode even if it was internal content.
|
|
|
533
|
+ Fixed bug where IE 7 wouldn't open menus properly due to a resize bug in the browser auto closing them immediately.
|
|
|
534
|
+ Fixed bug where the DOMUtils getPos logic wouldn't produce a valid coordinate inside the body if the body was positioned non static.
|
|
|
535
|
+ Fixed bug where the element path and format state wasn't properly updated if you had the wordcount plugin enabled.
|
|
|
536
|
+ Fixed bug where a comment at the beginning of source would produce an exception in the formatter logic.
|
|
|
537
|
+ Fixed bug where setAttrib/getAttrib on null would throw exception together with any hooked attributes like style.
|
|
|
538
|
+ Fixed bug where table sizes wasn't properly retained when copy/pasting on WebKit/Blink.
|
|
|
539
|
+ Fixed bug where WebKit/Blink would produce colors in RGB format instead of the forced HEX format when deleting contents.
|
|
|
540
|
+ Fixed bug where the width attribute wasn't updated on tables if you changed the size inside the table dialog.
|
|
|
541
|
+ Fixed bug where control selection wasn't properly handled when the caret was placed directly after an image.
|
|
|
542
|
+ Fixed bug where selecting the contents of table cells using the selection.select method wouldn't place the caret properly.
|
|
|
543
|
+ Fixed bug where the selection state for images wasn't removed when placing the caret right after an image on WebKit/Blink.
|
|
|
544
|
+ Fixed bug where all events wasn't properly unbound when and editor instance was removed or destroyed by some external innerHTML call.
|
|
|
545
|
+ Fixed bug where it wasn't possible or very hard to select images on iOS when the onscreen keyboard was visible.
|
|
|
546
|
+ Fixed so auto_focus can take a boolean argument this will auto focus the last initialized editor might be useful for single inits.
|
|
|
547
|
+ Fixed so word auto detect lists logic works better for faked lists that doesn't have specific markup.
|
|
|
548
|
+ Fixed so nodeChange gets fired on mouseup as it used to before 4.1.1 we optimized that event to fire less often.
|
|
|
549
|
+ Removed the finish menu item from spellchecker menu since it's redundant you can stop spellchecking by toggling menu item or button.
|
|
|
550
|
+Version 4.1.2 (2014-07-15)
|
|
|
551
|
+ Added offset/grep to DomQuery class works basically the same as it's jQuery equivalent.
|
|
|
552
|
+ Fixed bug where backspace/delete or setContent with an empty string would remove header data when using the fullpage plugin.
|
|
|
553
|
+ Fixed bug where tinymce.remove with a selector not matching any editors would remove all editors.
|
|
|
554
|
+ Fixed bug where resizing of the editor didn't work since the theme was calling setStyles instead of setStyle.
|
|
|
555
|
+ Fixed bug where IE 7 would fail to append html fragments to iframe document when using DomQuery.
|
|
|
556
|
+ Fixed bug where the getStyle DOMUtils method would produce an exception if it was called with null as it's element.
|
|
|
557
|
+ Fixed bug where the paste plugin would remove the element if the none of the paste_webkit_styles rules matched the current style.
|
|
|
558
|
+ Fixed bug where contextmenu table items wouldn't work properly on IE since it would some times fire an incorrect selection change.
|
|
|
559
|
+ Fixed bug where the padding/border values wasn't used in the size calculation for the body size when using autoresize. Patch contributed by Matt Whelan.
|
|
|
560
|
+ Fixed bug where conditional word comments wouldn't be properly removed when pasting plain text.
|
|
|
561
|
+ Fixed bug where resizing would sometime fail on IE 11 when the mouseup occurred inside the resizable element.
|
|
|
562
|
+ Fixed so the iframe gets initialized without any inline event handlers for better CSP support. Patch contributed by Matt Whelan.
|
|
|
563
|
+ Fixed so the tinymce.dom.Sizzle is the latest version of sizzle this resolves the document context bug.
|
|
|
564
|
+Version 4.1.1 (2014-07-08)
|
|
|
565
|
+ Fixed bug where pasting plain text on some WebKit versions would result in an empty line.
|
|
|
566
|
+ Fixed bug where resizing images inside tables on IE 11 wouldn't work properly.
|
|
|
567
|
+ Fixed bug where IE 11 would sometimes throw "Invalid argument" exception when editor contents was set to an empty string.
|
|
|
568
|
+ Fixed bug where document.activeElement would throw exceptions on IE 9 when that element was hidden or removed from dom.
|
|
|
569
|
+ Fixed bug where WebKit/Blink sometimes produced br elements with the Apple-interchange-newline class.
|
|
|
570
|
+ Fixed bug where table cell selection wasn't properly removed when copy/pasting table cells.
|
|
|
571
|
+ Fixed bug where pasting nested list items from Word wouldn't produce proper semantic nested lists.
|
|
|
572
|
+ Fixed bug where right clicking using the contextmenu plugin on WebKit/Blink on Mac OS X would select the target current word or line.
|
|
|
573
|
+ Fixed bug where it wasn't possible to alter table cell properties on IE 8 using the context menu.
|
|
|
574
|
+ Fixed bug where the resize helper wouldn't be correctly positioned on older IE versions.
|
|
|
575
|
+ Fixed bug where fullpage plugin would produce an error if you didn't specify a doctype encoding.
|
|
|
576
|
+ Fixed bug where anchor plugin would get the name/id of the current element even if it wasn't anchor element.
|
|
|
577
|
+ Fixed bug where visual aids for tables wouldn't be properly disabled when changing the border size.
|
|
|
578
|
+ Fixed bug where some control selection events wasn't properly fired on older IE versions.
|
|
|
579
|
+ Fixed bug where table cell selection on older IE versions would prevent resizing of images.
|
|
|
580
|
+ Fixed bug with paste_data_images paste option not working properly on modern IE versions.
|
|
|
581
|
+ Fixed bug where custom elements with underscores in the name wasn't properly parsed/serialized.
|
|
|
582
|
+ Fixed bug where applying inline formats to nested list elements would produce an incorrect formatting result.
|
|
|
583
|
+ Fixed so it's possible to hide items from elements path by using preventDefault/stopPropagation.
|
|
|
584
|
+ Fixed so inline mode toolbar gets rendered right aligned if the editable element positioned to the documents right edge.
|
|
|
585
|
+ Fixed so empty inline elements inside empty block elements doesn't get removed if configured to be kept intact.
|
|
|
586
|
+ Fixed so DomQuery parentsUntil/prevUntil/nextUntil supports selectors/elements/filters etc.
|
|
|
587
|
+ Fixed so legacyoutput plugin overrides fontselect and fontsizeselect controls and handles font elements properly.
|
|
|
588
|
+Version 4.1.0 (2014-06-18)
|
|
|
589
|
+ Added new file_picker_callback option to replace the old file_browser_callback the latter will still work though.
|
|
|
590
|
+ Added new custom colors to textcolor plugin will be displayed if a color picker is provided also shows the latest colors.
|
|
|
591
|
+ Added new color_picker_callback option to enable you to add custom color pickers to the editor.
|
|
|
592
|
+ Added new advanced tabs to table/cell/row dialogs to enable you to select colors for border/background.
|
|
|
593
|
+ Added new colorpicker plugin that lets you select colors from a hsv color picker.
|
|
|
594
|
+ Added new tinymce.util.Color class to handle color parsing and converting.
|
|
|
595
|
+ Added new colorpicker UI widget element lets you add a hsv color picker to any form/window.
|
|
|
596
|
+ Added new textpattern plugin that allows you to use markdown like text patterns to format contents.
|
|
|
597
|
+ Added new resize helper element that shows the current width & height while resizing.
|
|
|
598
|
+ Added new "once" method to Editor and EventDispatcher enables since callback execution events.
|
|
|
599
|
+ Added new jQuery like class under tinymce.dom.DomQuery it's exposed on editor instances (editor.$) and globally under (tinymce.$).
|
|
|
600
|
+ Fixed so the default resize method for images are proportional shift/ctrl can be used to make an unproportional size.
|
|
|
601
|
+ Fixed bug where the image_dimensions option of the image plugin would cause exceptions when it tried to update the size.
|
|
|
602
|
+ Fixed bug where table cell dialog class field wasn't properly updated when editing an a table cell with an existing class.
|
|
|
603
|
+ Fixed bug where Safari on Mac would produce webkit-fake-url for pasted images so these are now removed.
|
|
|
604
|
+ Fixed bug where the nodeChange event would get fired before the selection was changed when clicking inside the current selection range.
|
|
|
605
|
+ Fixed bug where valid_classes option would cause exception when it removed internal prefixed classes like mce-item-.
|
|
|
606
|
+ Fixed bug where backspace would cause navigation in IE 8 on an inline element and after a caret formatting was applied.
|
|
|
607
|
+ Fixed so placeholder images produced by the media plugin gets selected when inserted/edited.
|
|
|
608
|
+ Fixed so it's possible to drag in images when the paste_data_images option is enabled. Might be useful for mail clients.
|
|
|
609
|
+ Fixed so images doesn't get a width/height applied if the image_dimensions option is set to false useful for responsive contents.
|
|
|
610
|
+ Fixed so it's possible to pass in an optional arguments object for the nodeChanged function to be passed to all nodechange event listeners.
|
|
|
611
|
+ Fixed bug where media plugin embed code didn't update correctly.
|