Update dependency tinymce to ^5.10.2 #332
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.8.1
->^5.10.2
Release Notes
tinymce/tinymce
v5.10.2
Fixed
importcss
plugin #TINY-8238v5.10.1
Fixed
forecolor
orbackcolor
toolbar buttons would do nothing until selecting a color #TINY-7836imagetools
plugin when the editor was rendered in a shadow root #TINY-6387searchreplace
plugin dialog #TINY-8166autolink
plugin did not convert URLs to links when starting with a bracket #TINY-8091autolink
plugin incorrectly created nested links in some cases #TINY-8091&#​8203;
) as a word #TINY-7484v5.10.0
Added
URI.isDomSafe(uri)
API to check if a URI is considered safe to be inserted into the DOM #TINY-7998ESC
key code constant to theVK
API #TINY-7917deprecation_warnings
setting for turning off deprecation console warning messages #TINY-8049Improved
element
argument of theeditor.selection.scrollIntoView()
API is now optional, and if it is not provided the current selection will be scrolled into view #TINY-7291Changed
scope
attribute is no longer added totd
cells when converting a row to a header row #TINY-7731col
elements is normalized to match the number of columns in a table after a table action #TINY-8011Fixed
data-mce-bogus="all"
attribute set to prevent it being included in output #TINY-7854autoresize
plugin incorrectly scrolling to the top of the editor content in some cases when changing content #TINY-7291editor.selection.scrollIntoView()
type signature, as it incorrectly required anElement
instead ofHTMLElement
#TINY-7291tabindex="-1"
attributes #TINY-7879col
elements didn't match the number of columns in a table #TINY-7041 #TINY-8011toolbar_sticky
enabled would cause the toolbar to disappear #TINY-7873link
andimage
plugins #TINY-7998image
andmedia
toolbar buttons incorrectly appearing to be in an inactive state in some cases #TINY-3463editor.selection.selectorChanged
API not firing if the selector matched the current selection when registered in some cases #TINY-3463contenteditable="true"
element that was contained within acontenteditable="false"
element would move the selection to an incorrect location #TINY-7842contenteditable="false"
elements could result in the element being placed in an unexpected location #TINY-7917contenteditable="false"
element within the editor #TINY-7917video
andaudio
elements were unable to be played when themedia
plugin live embeds were enabled in some cases #TINY-7674items
were not files (for example, screenshots taken from gnome-software). Patch contributed by cedric-anne #TINY-8079Deprecated
paste
plugin has been deprecated and will be removed in the next major release #TINY-8087v5.9.2
Fixed
v5.9.1
Fixed
TableModified
event sometimes didn't fire when performing certain table actions #TINY-7916v5.9.0
Added
mceFocus
command that focuses the editor. Equivalent to usingeditor.focus()
#TINY-7373mceTableToggleClass
command which toggles the provided class on the currently selected table #TINY-7476mceTableCellToggleClass
command which toggles the provided class on the currently selected table cells #TINY-7476tablecellvalign
toolbar button and menu item for vertical table cell alignment #TINY-7477tablecellborderwidth
toolbar button and menu item to change table cell border width #TINY-7478tablecellborderstyle
toolbar button and menu item to change table cell border style #TINY-7478tablecaption
toolbar button and menu item to toggle captions on tables #TINY-7479mceTableToggleCaption
command that toggles captions on a selected table #TINY-7479tablerowheader
toolbar button and menu item to toggle the header state of row cells #TINY-7478tablecolheader
toolbar button and menu item to toggle the header state of column cells #TINY-7482tablecellbordercolor
toolbar button and menu item to select table cell border colors, with an accompanying settingtable_border_color_map
to customize the available values #TINY-7480tablecellbackgroundcolor
toolbar button and menu item to select table cell background colors, with an accompanying settingtable_background_color_map
to customize the available values #TINY-7480language
menu item and toolbar button to addlang
attributes to content, with an accompanyingcontent_langs
setting to specify the languages available #TINY-6149lang
format is now available that can be used witheditor.formatter
, or applied with theLang
editor command #TINY-6149language
icon for thelanguage
toolbar button #TINY-7670table-row-numbering
icon #TINY-7327mceEmoticons
(Emoticons),mceWordCount
(Word Count), andmceTemplate
(Template) #TINY-7619iframe_aria_text
setting to set the iframe title attribute #TINY-1264Node.children()
API to return all the children of aNode
#TINY-7756Improved
toolbar_sticky_offset
setting #TINY-7337initData
property to allow custom initialization data #TINY-7480fullpage
plugin by using the existing editor schema rather than creating a new one #TINY-6504Env.browser
now uses the User-Agent Client Hints API where it is available #TINY-7785-rtl
suffix in their name will now automatically be used when the UI is rendered in right-to-left mode #TINY-7782formatter.match
API now accepts an optionalsimilar
parameter to check if the format partially matches #TINY-7712formatter.formatChanged
API now supports providing format variables when listening for changes #TINY-7713FormatApply
andFormatRemove
events for the relevant actions #TINY-7713autolink
plugin link detection now permits custom protocols #TINY-7714autolink
plugin valid link detection has been improved #TINY-7714Changed
emoticons
,wordcount
,code
,codesample
, andtemplate
plugins to open dialogs using commands #TINY-7619node
orselection
positions #TINY-7666Fixed
editor.fire
API was incorrectly mutating the originalargs
provided #TINY-3254remove
event caused an exception that blocked editor removal #TINY-7730SetContent
event contained the incorrectcontent
when using theeditor.selection.setContent()
API #TINY-3254setProgressState(true)
in iframe mode #TINY-7373setProgressState(true)
behaved inconsistently in iframe mode #TINY-7373color_map
setting were given the wrong hex value #TINY-7163contenteditable="false"
elements #TINY-7663imagetools
buttons were incorrectly enabled for remote images withoutimagetools_proxy
set #TINY-7772mceTableCellType
andmceTableRowType
commands #TINY-6666mceTableRowType
was reversing the order of the rows when converting multiple header rows back to body rows #TINY-6666table_style_with_css
option #TINY-4926TableModified
event was not fired when pasting cells into a table #TINY-6939contenteditable="false"
cell #TINY-7891dir
attribute was being incorrectly applied to list items #TINY-4589match
API incorrectly returnedfalse
#TINY-6149formatter.matchNode
API had the wrong return type (wasboolean
but should have beenFormatter | undefined
) #TINY-6149formatter.formatChanged
API would ignore thesimilar
parameter if another callback had already been registered for the same format #TINY-7713formatter.formatChanged
API would sometimes not run the callback the first time the format was removed #TINY-7713Deprecated
bbcode
,fullpage
,legacyoutput
, andspellchecker
plugins have been deprecated and marked for removal in the next major release #TINY-7260v5.8.2
Fixed
colgroup
s into tables withoutcolgroup
s #TINY-6675Configuration
📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.