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 and @tinymce/tinymce-react #189

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps tinymce to 7.3.0 and updates ancestor dependency @tinymce/tinymce-react. These dependencies need to be updated together.

Updates tinymce from 5.10.9 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

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
  • Long translations of the bottom help text would cause minor graphical issues. #TINY-10961
  • Open Link button was disabled when selection partially covered a link or when multiple links were selected. #TINY-11009

7.2.0 - 2024-06-19

Added

  • Added options.debug API that logs the initial raw editor options to console. #TINY-10605
  • Added referrerpolicy as a valid attribute for an iframe element. #TINY-10374
  • New onInit and stretched properties to the HtmlPanel dialog component. #TINY-10900
  • Added support for querying the state of the mceTogglePlainTextPaste command. #TINY-10938
  • Added for option to dialog label components to improve accessibility. The value must be another component on the same dialog. #TINY-10971

Improved

  • Dialog slider components now emit an onChange event when using arrow keys. #TINY-10428
  • Accessibility for element path buttons, added tooltip to describe the button and removed incorrect aria-level attribute. #TINY-10891
  • Improve merging of inserted inline elements by removing nodes with redundant inheritable styles. #TINY-10869
  • Improved Find & Replace dialog accessibility by changing placeholders to labels. #TINY-10871

Changed

  • Replaced tiny branding logo with Build with TinyMCE text and logo. #TINY-11001

Fixed

  • Deleting in a div with preceeding br elements would sometimes throw errors. #TINY-10840
  • autoresize_bottom_margin was not reliably applied in some situations. #TINY-10793

... (truncated)

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

Updates @tinymce/tinymce-react from 3.14.0 to 5.1.1

Changelog

Sourced from @​tinymce/tinymce-react's changelog.

Change log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Fixed

  • Updated dependencies. #INT-3324

Changed

  • Moved tinymce dependency to peerDependencies, as well as making it optional. #INT-3324

5.1.0 - 2024-06-11

Added

5.0.0 - 2024-03-27

Added

  • Added licenseKey property that overrides the TinyMCE license_key init property. #INT-3291
  • Added events onInput, onCompositionEnd, onCompositionStart & onCompositionUpdate. #INT-3291
  • Added a JSDoc link to the TinyMCE 7 React Technical Reference docs page. #INT-3291

Improved

  • Improved cloudChannel type. #INT-3291
  • Updated to Storybook v8 and it now uses react-vite as a bundler/builder instead of webpack. #INT-3291
  • Storybook examples now use CSFv3 components. #INT-3291
  • Tests now run against TinyMCE version 7 as well. #INT-3291

Changed

  • Updated dependencies. #INT-3291
  • Changed default cloudChannel to '7'. #INT-3291

Fixed

  • readonly init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287

4.3.2 - 2023-11-20

Fixed

  • Removed storybook-deploy dependency. #INT-3254

4.3.1 - 2023-11-16

Fixed

  • Reverted accidental change to allowed tinymce dependency versions in 4.3.0
  • Updated dependencies

... (truncated)

Commits
  • aa5885e Branch is ready for release - setting release version
  • 7ffe0f3 Added explicit build step before publishing (#537)
  • 6981467 Update version for next patch release
  • b112b4f Branch is ready for release - setting release version
  • f35497d INT-3308_2: Put back support for any unknown key to be assigned as an init pr...
  • d822088 INT-3308: Overriden props are now typed as an internal DoNotUse type (#527)
  • 1cd38cf INT-3297: Refactor tests to use BDD style (#516)
  • 66d5015 Merge pull request #517 from tinymce/feature/TINY-10569_2
  • be44d55 Update matrix
  • 45bcd03 Update matrix
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) to 7.3.0 and updates ancestor dependency [@tinymce/tinymce-react](https://github.com/tinymce/tinymce-react). These dependencies need to be updated together.


Updates `tinymce` from 5.10.9 to 7.3.0
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.3.0/modules/tinymce)

Updates `@tinymce/tinymce-react` from 3.14.0 to 5.1.1
- [Changelog](https://github.com/tinymce/tinymce-react/blob/main/CHANGELOG.md)
- [Commits](tinymce/tinymce-react@3.14.0...5.1.1)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: indirect
- dependency-name: "@tinymce/tinymce-react"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants