Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tinymce from 4.5.7 to 5.1.6 #2

Merged
merged 1 commit into from
Jan 31, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2020

Bumps tinymce from 4.5.7 to 5.1.6.

Changelog

Sourced from tinymce's changelog.

Version 5.1.6 (2020-01-28)
Fixed readonly mode not blocking all clicked links #TINY-4572
Fixed legacy font sizes being calculated inconsistently for the FontSize query command value #TINY-4555
Fixed changing a tables row from Header to Body incorrectly moving the row to the bottom of the table #TINY-4593
Fixed the context menu not showing in certain cases with hybrid devices #TINY-4569
Fixed the context menu opening in the wrong location when the target is the editor body #TINY-4568
Fixed the image plugin not respecting the automatic_uploads setting when uploading local images #TINY-4287
Fixed security issue related to parsing HTML comments and CDATA #TINY-4544
Version 5.1.5 (2019-12-19)
Fixed the UI not working with hybrid devices that accept both touch and mouse events #TNY-4521
Fixed the charmap dialog initially focusing the first tab of the dialog instead of the search input field #TINY-4342
Fixed an exception being raised when inserting content if the caret was directly before or after a contenteditable="false" element #TINY-4528
Fixed a bug with pasting image URLs when paste as text is enabled #TINY-4523
Version 5.1.4 (2019-12-11)
Fixed dialog contents disappearing when clicking a checkbox for right-to-left languages #TINY-4518
Fixed the legacyoutput plugin registering legacy formats after editior initialization, causing legacy content to be stripped on the initial load #TINY-4447
Fixed search and replace not cycling through results when searching using special characters #TINY-4506
Fixed the visualchars plugin converting HTML-like text to DOM elements in certain cases #TINY-4507
Fixed an issue with the paste plugin not sanitizing content in some cases #TINY-4510
Fixed HTML comments incorrectly being parsed in certain cases #TINY-4511
Version 5.1.3 (2019-12-04)
Fixed sticky toolbar not undocking when fullscreen mode is activated #TINY-4390
Fixed the "Current Window" target not applying when updating links using the link dialog #TINY-4063
Fixed disabled menu items not highlighting when focused #TINY-4339
Fixed touch events passing through dialog collection items to the content underneath on Android devices #TINY-4431
Fixed keyboard navigation of the Help dialog's Keyboard Navigation tab #TINY-4391
Fixed search and replace dialog disappearing when finding offscreen matches on iOS devices #TINY-4350
Fixed performance issues where sticky toolbar was jumping while scrolling on slower browsers #TINY-4475
Version 5.1.2 (2019-11-19)
Fixed desktop touch devices using mobile configuration overrides #TINY-4345
Fixed unable to disable the new scrolling toolbar feature #TINY-4345
Fixed touch events passing through any pop-up items to the content underneath on Android devices #TINY-4367
Fixed the table selector handles throwing JavaScript exceptions for non-table selections #TINY-4338
Fixed cut operations not removing selected content on Android devices when the paste plugin is enabled #TINY-4362
Fixed inline toolbar not constrained to the window width by default #TINY-4314
Fixed context toolbar split button chevrons pointing right when they should be pointing down #TINY-4257
Fixed unable to access the dialog footer in tabbed dialogs on small screens #TINY-4360
Fixed mobile table selectors were hard to select with touch by increasing the size #TINY-4366
Fixed mobile table selectors moving when moving outside the editor #TINY-4366
Fixed inline toolbars collapsing when using sliding toolbars #TINY-4389
Fixed block textpatterns not treating NBSPs as spaces #TINY-4378
Fixed backspace not merging blocks when the last element in the preceding block was a contenteditable="false" element #TINY-4235
Fixed toolbar buttons that only contain text labels overlapping on mobile devices #TINY-4395
Fixed quickbars quickimage picker not working on mobile #TINY-4377
Fixed fullscreen not resizing in an iOS WKWebView component #TINY-4413
Version 5.1.1 (2019-10-28)
Fixed font formats containing spaces being wrapped in " entities instead of single quotes #TINY-4275
Fixed alert and confirm dialogs losing focus when clicked #TINY-4248
Fixed clicking outside a modal dialog focusing on the document body #TINY-4249
Fixed the context toolbar not hiding when scrolled out of view #TINY-4265

... (truncated)
Commits
  • 1a55d7d Added version 5.1.6 release.
  • 26d9f92 Added version 5.1.5 release.
  • 7fcdd14 Added version 5.1.4 release.
  • 9332192 Added version 5.1.3 release.
  • 7587e9a Added version 5.1.2 release.
  • 782aa38 Added version 5.1.1 release.
  • a4eca7a Added version 5.1.0 release.
  • 7a58a0e Added version 5.0.16 release.
  • 1b86aa4 Added version 5.0.15 release.
  • 4ed6cbe Added version 5.0.14 release.
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2020
@stangahh stangahh merged commit e3cf827 into master Jan 31, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinymce-5.1.6 branch January 31, 2020 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant