Version 5.4.1 (2020-07-08)
Fixed the Search and Replace plugin incorrectly including zero-width caret characters in search results #TINY-4599
Fixed dragging and dropping unsupported files navigating the browser away from the editor #TINY-6027
Fixed undo levels not created on browser handled drop or paste events #TINY-6027
Fixed content in an iframe element parsing as DOM elements instead of text content #TINY-5943
Fixed Oxide checklist styles not showing when printing #TINY-5139
Fixed bug with scope attribute not being added to the cells of header rows #TINY-6206
Version 5.4.0 (2020-06-30)
Added keyboard navigation support to menus and toolbars when the editor is in a ShadowRoot #TINY-6152
Added the ability for menus to be clicked when the editor is in an open shadow root #TINY-6091
Added the Editor.ui.styleSheetLoader API for loading stylesheets within the Document or ShadowRoot containing the editor UI #TINY-6089
Added the StyleSheetLoader module to the public API #TINY-6100
Added Oxide variables for styling the select element and headings in dialog content #TINY-6070
Added icons for table column and row cut, copy, and paste toolbar buttons #TINY-6062
Added all table menu items to the UI registry, so they can be used by name in other menus #TINY-4866
Added new mceTableApplyCellStyle command to the table plugin #TINY-6004
Added new table cut, copy, and paste column editor commands and menu items #TINY-6006
Added font related Oxide variables for secondary buttons, allowing for custom styling #TINY-6061
Added new table_header_type setting to control how table header rows are structured #TINY-6007
Added new table_sizing_mode setting to replace the table_responsive_width setting, which has now been deprecated #TINY-6051
Added new mceTableSizingMode command for changing the sizing mode of a table #TINY-6000
Added new mceTableRowType, mceTableColType, and mceTableCellType commands and value queries #TINY-6150
Changed advlist toolbar buttons to only show a dropdown list if there is more than one option #TINY-3194
Changed mceInsertTable command and insertTable API method to take optional header rows and columns arguments #TINY-6012
Changed stylesheet loading, so that UI skin stylesheets can load in a ShadowRoot if required #TINY-6089
Changed the DOM location of menus so that they display correctly when the editor is in a ShadowRoot #TINY-6093
Changed the table plugin to correctly detect all valid header row structures #TINY-6007
Fixed tables with no defined width being converted to a fixed width table when modifying the table #TINY-6051
Fixed the autosaveisEmpty API incorrectly detecting non-empty content as empty #TINY-5953
Fixed table Paste row after and Paste row before menu items not disabled when nothing was available to paste #TINY-6006
Fixed a selection performance issue with large tables on Microsoft Internet Explorer and Edge #TINY-6057
Fixed filters for screening commands from the undo stack to be case-insensitive #TINY-5946
Fixed fullscreen plugin now removes all classes when the editor is closed #TINY-4048
Fixed handling of mixed-case icon identifiers (names) for UI elements #TINY-3854
Fixed leading and trailing spaces lost when using editor.selection.getContent({ format: 'text' }) #TINY-5986
Fixed an issue where changing the URL with the quicklink toolbar caused unexpected undo behavior #TINY-5952
Fixed an issue where removing formatting within a table cell would cause Internet Explorer 11 to scroll to the end of the table #TINY-6049
Fixed an issue where the allow_html_data_urls setting was not correctly applied #TINY-5951
Fixed the autolink feature so that it no longer treats a string with multiple "@" characters as an email address #TINY-4773
Fixed an issue where removing the editor would leave unexpected attributes on the target element #TINY-4001
Fixed the link plugin now suggest mailto: when the text contains an '@' and no slashes (/) #TINY-5941
Fixed the valid_children check of custom elements now allows a wider range of characters in names #TINY-5971
Version 5.3.2 (2020-06-10)
Fixed a regression introduced in 5.3.0, where images_dataimg_filter was no-longer called #TINY-6086
Version 5.3.1 (2020-05-27)
Fixed the image upload error alert also incorrectly closing the image dialog #TINY-6020
Fixed editor content scrolling incorrectly on focus in Firefox by reverting default content CSS html and body heights added in 5.3.0 #TINY-6019
Version 5.3.0 (2020-05-21)
Added html and body height styles to the default oxide content CSS #TINY-5978
Added uploadUri and blobInfo to the data returned by editor.uploadImages() #TINY-4579
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pageer/lnblog/network/alerts).
Bumps tinymce from 5.2.2 to 5.4.0.
Changelog
Sourced from tinymce's changelog.
Commits
aa17e50
Added version 5.4.0 release.d61fb3a
Added version 5.3.2 release.680aa99
Added version 5.3.1 release.5831401
Added version 5.3.0 release.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pageer/lnblog/network/alerts).