AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 312 forks source link

[js] Update tinymce 7.0.1 → 7.1.0 (minor) #2873

Closed depfu[bot] closed 1 month ago

depfu[bot] commented 1 month ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ tinymce (7.0.1 → 7.1.0) · Repo · Changelog

Release Notes

7.1.0 (from changelog)

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 1 commit:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 95.93%. Comparing base (bad3e92) to head (5935376). Report is 5 commits behind head on main.

:exclamation: Current head 5935376 differs from pull request most recent head 8e24682. Consider uploading reports for the commit 8e24682 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2873 +/- ## ======================================= Coverage 95.93% 95.93% ======================================= Files 229 229 Lines 6222 6222 ======================================= Hits 5969 5969 Misses 253 253 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.