Build(deps): Bump tinymce from 7.0.0 to 7.1.2 in /angular
Bumps tinymce from 7.0.0 to 7.1.2.
Changelog
Sourced from tinymce's changelog.
7.1.2 - 2024-06-05
Fixed
- CSS color values set to
transparent
were incorrectly converted to '#000000`. #TINY-109167.1.1 - 2024-05-22
Fixed
- Insert/Edit image dialog lost focus after the image upload completed. #TINY-10885
- Deleting into a list from a paragraph that has an
img
tag could cause extra inline styles to be added. #TINY-10892- Resolved an issue where emojis configured with the
emojiimages
database were not loading correctly due to a broken CDN. #TINY-10878- Iframes in dialogs were not rendering rounded borders correctly. #TINY-10901
- Autocompleter possible values are no longer capped at a length of 10. #TINY-10942
7.1.0 - 2024-05-08
Added
- Parser support for math elements. #TINY-10809
- New
math-equation
icon. #TINY-10804Improved
- Included
itemprop
,itemscope
anditemtype
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 theMore
button in sliding toolbar mode and replaced it witharia-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 ofdiv
. #TINY-10800- Dialog title was not announced in macOS VoiceOver, dialogs now use
aria-label
instead ofaria-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 insliding
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
7.0.1 - 2024-04-10
Fixed
- Toggle list behavior generated wrong html when the
forced_root_block
option was set todiv
. #TINY-10488
... (truncated)
Commits
-
f59e49f
TINY-10936: Prepare changelog for release (#9682) -
29292cc
TINY-10916: Transparent color is converted into #00000 (#9649) (#9670) -
32d94c6
TINY-10974: fix tests for new Firefox version (126) (#9666) (#9668) -
734fd0a
TINY-10897: Bumped version for next patch release -
d78e775
TINY-10897: Prepared changelogs for release (#9656) -
f637a1d
TINY-10885: Keep focus on Image Dialog after image upload. (#9605) (#9655) -
c351a31
TINY-10942: Show autocompleter regardless of match length (#9645) (#9653) -
57dbab2
TINY-10948: Update fire() method deprecation version. (#9652) -
3d1f045
TINY-10892: Fix deleting from P with IMG into LI would create unwanted font-s... -
e68e4f8
TINY-10878: Update the cdn link for the twitter emoji database (#9639) - 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