concordnow / tinymce-ember

TinyMCE Ember addon
https://concordnow.github.io/tinymce-ember/
Other
1 stars 1 forks source link

Bump tinymce from 5.6.0 to 5.8.0 #76

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps tinymce from 5.6.0 to 5.8.0.

Changelog

Sourced from tinymce's changelog.

5.8.0 - 2021-05-06

Added

  • Added the PAGE_UP and PAGE_DOWN key code constants to the VK API #TINY-4612
  • The editor resize handle can now be controlled using the keyboard #TINY-4823
  • Added a new fixed_toolbar_container_target setting which renders the toolbar in the specified HTMLElement. Patch contributed by pvrobays

Improved

  • The inline_boundaries feature now supports the home, end, pageup, and pagedown keys #TINY-4612
  • Updated the formatter.matchFormat API to support matching formats with variables in the classes property #TINY-7227
  • Added HTML5 audio and video elements to the default alignment formats #TINY-6633
  • Added support for alpha list numbering to the list properties dialog #TINY-6891

Changed

  • Updated the image dialog to display the class list dropdown as full-width if the caption checkbox is not present #TINY-6400
  • Renamed the "H Align" and "V Align" input labels in the Table Cell Properties dialog to "Horizontal align" and "Vertical align" respectively #TINY-7285

Deprecated

  • The undocumented setIconStroke Split Toolbar Button API has been deprecated and will be removed in a future release #TINY-3551

Fixed

  • Fixed a bug where it wasn't possible to align nested list items #TINY-6567
  • The RGB fields in the color picker dialog were not staying in sync with the color palette and hue slider #TINY-6952
  • The color preview box in the color picker dialog was not correctly displaying the saturation and value of the chosen color #TINY-6952
  • The color picker dialog will now show an alert if it is submitted with an invalid hex color code #TINY-2814
  • Fixed a bug where the TableModified event was not fired when adding a table row with the Tab key #TINY-7006
  • Added missing images_file_types setting to the exported TypeScript types #GH-6607
  • Fixed a bug where lists pasted from Word with Roman numeral markers were not displayed correctly. Patch contributed by aautio #GH-6620
  • The editor.insertContent API was incorrectly handling nested span elements with matching styles #TINY-6263
  • The HTML5 small element could not be removed when clearing text formatting #TINY-6633
  • The Oxide button text transform variable was incorrectly using capitalize instead of none. Patch contributed by dakur #GH-6341
  • Fix dialog button text that was using title-style capitalization #TINY-6816
  • Table plugin could perform operations on tables containing the inline editor #TINY-6625
  • Fixed Tab key navigation inside table cells with a ranged selection #TINY-6638
  • The foreground and background toolbar button color indicator is no longer blurry #TINY-3551
  • Fixed a regression in the tinymce.create() API that caused issues when multiple objects were created #TINY-7358
  • Fixed the LineHeight command causing the change event to be fired inconsistently #TINY-7048

5.7.1 - 2021-03-17

Fixed

  • Fixed the help dialog incorrectly linking to the changelog of TinyMCE 4 instead of TinyMCE 5 #TINY-7031
  • Fixed a bug where error messages were displayed incorrectly in the image dialog #TINY-7099
  • Fixed an issue where URLs were not correctly filtered in some cases #TINY-7025
  • Fixed a bug where context menu items with names that contained uppercase characters were not displayed #TINY-7072
  • Fixed context menu items lacking support for the disabled and shortcut properties #TINY-7073
  • Fixed a regression where the width and height were incorrectly set when embedding content using the media dialog #TINY-7074

5.7.0 - 2021-02-10

... (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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #87.