Skip to content

Build(deps): Bump tinymce from 6.8.4 to 7.3.0 in /angular

Dependabot requested to merge dependabot-npm_and_yarn-angular-tinymce-7.3.0 into main

Bumps tinymce from 6.8.4 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


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading