skaut / skaut-google-drive-gallery

A WordPress gallery using Google Drive as file storage.
https://wordpress.org/plugins/skaut-google-drive-gallery/
MIT License
50 stars 9 forks source link

Bump tinymce from 7.2.1 to 7.3.0 #2786

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps tinymce from 7.2.1 to 7.3.0.

Changelog

Sourced from tinymce's changelog.

7.3.0 - 2024-08-07

Added

  • Colorpicker number input fields now show an error tooltip and error icon when invalid text has been entered. #TINY-10799
  • New format-code icon. #TINY-11018

Improved

  • When a full document was loaded as editor content the head elements were added to the body. #TINY-11053

Fixed

  • Unnecessary nbsp entities were inserted when typing at the edges of inline elements. #TINY-10854
  • Fixed JavaScript error when inserting a table using the context menu by adjusting the event order in renderInsertTableMenuItem. #TINY-6887
  • Notifications didn't position and resize properly when resizing the editor or toggling views. #TINY-10894
  • The pattern commands would execute even if the command was not enabled. #TINY-10994
  • Split button popups were incorrectly positioned when switching to fullscreen mode if the editor was inside a scrollable container. #TINY-10973
  • Sequential html comments would in some cases generate unwanted elements. #TINY-10955
  • The listbox component had a fixed width and was not a responsive ui element. #TINY-10884
  • Prevent default mousedown on toolbar buttons was causing misplaced focus bugs. #TINY-10638
  • Attempting to use focus commands on an editor where the cursor had last been in certain contentEditable="true" elements would fail. #TINY-11085
  • Colorpicker's hex-based input field showed the wrong validation error message. #TINY-11115
Commits
  • 908f8c9 TINY-10945: Prepare changelog for release (#9820)
  • 54c2342 TINY-10945: Prepare for 7.3 release, reverting TINY-10981 & TINY-10980 (#9812)
  • 6a9b991 TINY-10945: Skip failling test
  • 5093a28 Revert "TINY-11060: Add mentions icon to default icon pack (#9787)"
  • 7c98213 TINY-10636: Added test to check incorrect css syntax (#9797)
  • 500e073 TINY-10890: Fix menu part of split button to be wrongly disabled (#9796)
  • 242256b TINY-11115: Changed hex input field validation error text. (#9784)
  • 2e5bdfe TINY-10980: Extend editor mode and readonly to partially enable editor UI (#9...
  • c97fee0 TINY-11060: Add mentions icon to default icon pack (#9787)
  • 9912c9b TINY-11085: CET-marked elements outside of a CEF-element would not always gai...
  • 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 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)
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.20%. Comparing base (08f6841) to head (b580999).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/skaut/skaut-google-drive-gallery/pull/2786/graphs/tree.svg?width=650&height=150&src=pr&token=dtVcph5Q0t&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=skaut)](https://app.codecov.io/gh/skaut/skaut-google-drive-gallery/pull/2786?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=skaut) ```diff @@ Coverage Diff @@ ## master #2786 +/- ## ======================================== Coverage 0.20% 0.20% Complexity 407 407 ======================================== Files 51 51 Lines 1493 1493 ======================================== Hits 3 3 Misses 1490 1490 ```