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 6.8.3 to 7.1.0 #4304

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps tinymce from 6.8.3 to 7.1.0.

Changelog

Sourced from tinymce's changelog.

7.1.0 - 2024-05-08

Added

  • Parser support for math elements. #TINY-10809
  • New math-equation icon. #TINY-10804

Improved

  • Included itemprop, itemscope and itemtype as valid HTML5 attributes in the core schema. #TINY-9932
  • Notification accessibility improvements: added tooltips, keyboard navigation and shortcut to focus on notifications. #TINY-6925
  • Removed aria-pressed from the More button in sliding toolbar mode and replaced it with aria-expanded. #TINY-10795
  • The editor UI now renders correctly in Windows High Contrast Mode. #TINY-10781

Fixed

  • Backspacing in certain html setups resulted in data moving around unexpectedly. #TINY-10590
  • Dialog title markup changed to use an h1 element instead of div. #TINY-10800
  • Dialog title was not announced in macOS VoiceOver, dialogs now use aria-label instead of aria-labelledby on macOS. #TINY-10808
  • Theme loader did not respect the suffix when it was loading skin CSS files. #TINY-10602
  • Custom block elements with colon characters would throw errors. #TINY-10813
  • Tab navigation in views didn't work. #TINY-10780
  • Video and audio elements could not be played on Safari. #TINY-10774
  • ToggleToolbarDrawer command did not toggle the toolbar in sliding mode when {skipFocus: true} parameter was passed. #TINY-10726
  • The buttons in the custom view header were clipped on when overflowing. #TINY-10741
  • In the custom view, the scrollbar of the container was not visible if its height was greater than the editor. #TINY-10741
  • Fixed accessibility issue by removing duplicate role="menu" attribute from color swatches. #TINY-10806
  • Fullscreen mode now prevents focus from leaving the editor. #TINY-10597
  • Open link context menu action did not work with selection surrounding a link. #TINY-10391
  • Styles were not retained when toggling a list on and off. #TINY-10837
  • Caret and placeholder text were invisible in Windows High Contrast Mode. #TINY-9811
  • Firefox did not announce the iframe title when iframe_aria_text was set. #TINY-10718
  • Notification width was not constrained to the width of the editor. #TINY-10886
  • Open link context menu action was not enabled for links on images. #TINY-10391

7.0.1 - 2024-04-10

Fixed

  • Toggle list behavior generated wrong html when the forced_root_block option was set to div. #TINY-10488
  • Tapping inside a composed text on Firefox Android would not close the autocompleter. #TINY-10715
  • An inline editor toolbar now behaves correctly in horizontally scrolled containers. #TINY-10684
  • Tooltips unintended shrinking and incorrectly positioned when shown in horizontally scrollable container. #TINY-10797
  • The status bar was invisible when the editor's height is short. #TINY-10705

7.0.0 - 2024-03-20

Added

  • New license_key option that must be set to gpl or a valid license key. #TINY-10681
  • New custom tooltip functionality, tooltip will be shown when hovering with a mouse or with keyboard focus. #TINY-9275
  • New sandbox_iframes_exclusions option that holds a list of URL host names to be excluded from iframe sandboxing when sandbox_iframes is set to true. #TINY-10350
  • Added 'getAllEmojis' api function to the emoticons plugin. #TINY-10572
  • Element preset support for the valid_children option and Schema.addValidChildren API. #TINY-9979
  • A new trigger property for block text pattern configurations, allowing pattern activation with either Space or Enter keys. #TINY-10324

... (truncated)

Commits
  • 78140c0 TINY-10628: Merge changelog entries (#9626)
  • 6a57cb2 Forgot to remove the FullDemo.ts change
  • f94b8c0 Added missing help dialog translations
  • c5ef59d Revert "TINY-10283: setContent now adds an undo level (#9443)" (#9597)
  • f68bdfa TINY-10391: Fix open link context menu not enabled for image with embedded li...
  • 2d0f9c3 TINY-10886: Clamp notification width to the editor width (#9589)
  • 585433d TINY-6925: Make notifications focusable (#9592)
  • 8aa32f3 TINY-10931: Fix open link menu item in link context menu not working with sel...
  • 5025555 TINY-10283: setContent now adds an undo level (#9443)
  • b822517 TINY-10795: Partial revert 6db5421c (#9584)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.8.3 to 7.1.0.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.1.0/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #4313.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinymce-7.1.0 branch June 1, 2024 11:31
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants