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 5.10.9 to 7.6.0 #1441

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps tinymce from 5.10.9 to 7.6.0.

Changelog

Sourced from tinymce's changelog.

7.6.0 - 2024-12-11

Added

  • It is now possible to create labeled groups in context toolbars. #TINY-11095
  • New contextsliderform and contextsizeinput context form types. #TINY-11342
  • New back function in ContextFormApi to go back to the previous toolbar. #TINY-11344
  • New QuickbarInsertImage command that is executed by the quickimage button. #TINY-11399
  • New onSetup function to the context form API. #TINY-11494
  • New placeholder to the context form input field API. #TINY-11459
  • New disabled option to restore the previous readonly mode behavior, allowing the editor to be displayed in a disabled state. #TINY-11488

Improved

  • Base64 data was not properly decoded due to unhandled URL-encoded characters. #TINY-9548
  • The latin list style type is now recognized as an alias for the alpha list style type. #TINY-11515

Fixed

  • Image selection was removed when calling editor.nodeChanged() while having focus inside the editor UI. #TINY-11437
  • Tooltip would not show for group toolbar button. #TINY-11391
  • Changing the table row type when a contenteditable=false cell was selected would not work as expected. #TINY-11383
  • The samp format was being applied as a block level format, instead of an inline format. #TINY-11390
  • Removed title attribute from dialog tree elements as they already have a tooltip. #TINY-11470
  • Fixed CSS bundling for skin UI content CSS. #TINY-11558
  • Fixed incorrect resource keys for CSS bundling JS files. #TINY-11558

7.5.0 - 2024-11-06

Added

  • Added support for using raw CSS in the list of possible colours, using the color_map_raw property. #GH-9788

Improved

  • Improved color picker aria support. #TINY-11291

Fixed

  • Autocompleter would not activate after applying an inline format like font size in some cases. #TINY-11273
  • The toolbar-sticky-offset would still be applied after entering fullscreen mode. #TINY-11137
  • Text and background color toolbar buttons would not be fully greyed out in readonly mode. #TINY-11313
  • Closing a nested modal dialog would lose focus from the editor. #TINY-11153
  • Inability to type '{' character on German keyboard layouts. #TINY-11395

7.4.1 - 2024-10-10

Fixed

  • Invalid HTML elements within SVG elements were not removed. #TINY-11332

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

... (truncated)

Commits
  • 4a4b165 TINY-11376: Prepare release changelog (#10039)
  • b3bd2f2 TINY-11594: Added missing translate calls (#10041)
  • 75d917f TINY-11488: Preserve disabled state during init (#10019)
  • ec1833d TINY-11604: Added uploadcare to plugin list (#10017)
  • 09e1f69 TINY-11488: Prevent switching modes only when editor has been initialized (#1...
  • da107b0 TINY-11488: Added new option to disable the editor (#9988)
  • 8d5235b TINY-11558: Fix bundling for skin UI content CSS and other skin variants (#10...
  • 50d8bee TINY-11559: Fixed focus onSetup issue (#10000)
  • 8212fea TINY-11515: Update advlist plugin to recognise the latin list style type ...
  • d44269e TINY-11383: When trying to change row type, check if the row is CET, not the ...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tinymce-7.6.0 branch from b977c7a to 0d4416e Compare December 20, 2024 19:42
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.10.9 to 7.6.0.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.6.0/modules/tinymce)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tinymce-7.6.0 branch from 0d4416e to 2efe10b Compare December 20, 2024 19:52
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.

0 participants