concordnow / tinymce-ember

TinyMCE Ember addon
https://concordnow.github.io/tinymce-ember/
Other
1 stars 1 forks source link

Bump tinymce from 5.10.0 to 5.10.1 #162

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tinymce from 5.10.0 to 5.10.1.

Changelog

Sourced from tinymce's changelog.

5.10.1 - 2021-11-03

Fixed

  • The iframe aria help text was not read by some screen readers #TINY-8171
  • Clicking the forecolor or backcolor toolbar buttons would do nothing until selecting a color #TINY-7836
  • Crop functionality did not work in the imagetools plugin when the editor was rendered in a shadow root #TINY-6387
  • Fixed an exception thrown on Safari when closing the searchreplace plugin dialog #TINY-8166
  • The autolink plugin did not convert URLs to links when starting with a bracket #TINY-8091
  • The autolink plugin incorrectly created nested links in some cases #TINY-8091
  • Tables could have an incorrect height set on rows when rendered outside of the editor #TINY-7699
  • In certain circumstances, the table of contents plugin would incorrectly add an extra empty list item #TINY-4636
  • The insert table grid menu displayed an incorrect size when re-opening the grid #TINY-6532
  • The word count plugin was treating the zero width space character (&[#8203](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce/issues/8203);) as a word #TINY-7484
Commits
  • f8756ee TINY-8060: Update package.json and changelog for TinyMCE 5.10.1 release (#7354)
  • 690d064 TINY-7484: Remove zero width space before counting words (#7350)
  • a1260a4 TINY-8171: Moved the iframe title to the body as VoiceOver and Chrome Vox wou...
  • b27e4a1 TINY-4636: Fix extra list item in ToC (#7336)
  • d99ebcf TINY-6387: Fixed imagetools crop functionality not working within a shadow ro...
  • c4e1568 TINY-6532: Fixed the insert table widget showing the incorrect table size in ...
  • b61e76b TINY-8091: Fixed autolink not activating when the URL is prefixed by a bracke...
  • 957ceca TINY-7836: Ensure forecolor/backcolor toolbar buttons have an initial color s...
  • 635a68a TINY-7699: Fixed data-mce-style not cleaned up on rows when resizing (#7324)
  • 3509241 TINY-8166: Fixed an exception thrown on Safari when closing the `searchreplac...
  • 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)