idno / known

A social publishing platform.
https://withknown.com/opensource
Other
1.06k stars 196 forks source link

Bump tinymce/tinymce from 6.8.3 to 7.4.0 #3270

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps tinymce/tinymce from 6.8.3 to 7.4.0.

Changelog

Sourced from tinymce/tinymce's changelog.

7.4.0 - 2024-10-09

Added

  • New context property for all ui components. This allows buttons and menu items to be enabled or disabled based on whether their context matches a given predicate; status updates are checked on init, NodeChange, and SwitchMode events. #TINY-11211
  • Tree component now allows the addition of a custom icon. #TINY-11131
  • Added focus function to view button api. #TINY-11122
  • New option allow_mathml_annotation_encodings to opt-in to keep math annotations with specific encodings. #TINY-11166
  • Added global color-active LESS variable for use in editor skins. #TINY-11266

Improved

  • In read-only mode the editor now allows normal cursor movement and block element selection, including video playback. #TINY-11264
  • Pasting a table now places the cursor after the table instead of into the last cell. #TINY-11082
  • Dialog list dropdown menus now close when the browser window resizes. #TINY-11123

Fixed

  • Mouse hover on partially visible dialog collection elements no longer scrolls. #TINY-9915
  • Caret would unexpectedly shift to the non-editable table row above when pressing Enter. #TINY-11077
  • Deleting a selection in a list element would sometimes prevent the input event from being dispatched. #TINY-11100
  • Placing the cursor after a table with a br after it would misplace added newlines before the table instead of after. #TINY-11110
  • Sidebar could not be toggled until the skin was loaded. #TINY-11155
  • The image dialog lost focus after closing an image upload error alert. #TINY-11159
  • Copying tables to the clipboard did not correctly separate cells and rows for the "text/plain" MIME type. #TINY-10847
  • The editor resize handle was incorrectly rendered when all components were removed from the status bar. #TINY-11257

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

7.2.1 - 2024-07-03

Fixed

  • Text content could move unexpectedly when deleting a paragraph. #TINY-10590
  • Cursor would shift to the start of the editor body when focus was shifted to a noneditable cell of a table. #TINY-10127

... (truncated)

Commits


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)
dependabot[bot] commented 1 month ago

Superseded by #3271.