Skip to content

Commit

Permalink
DEP Update JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2023
1 parent 383740a commit 27c5919
Show file tree
Hide file tree
Showing 27 changed files with 2,428 additions and 2,038 deletions.
4 changes: 2 additions & 2 deletions client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/js/vendor.js

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions client/dist/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.6.2 - 2023-08-09

### Fixed
- An "Uncaught TypeError: Cannot read properties of null" error would sometimes be thrown when updating the content of a `streamContent: true` iframe dialog component. #TINY-10128

## 6.6.1 - 2023-08-02

### Added
- Restored filtering option, `pad_empty_with_br`. Set to `true` to pad empty block elements with `<br>` tags instead of the `&nbsp;` character entity. #TINY-9861

### Improved
- When Safari is the host browser, content updates for iframe dialog components with `streamContent: true` set are now throttled to 500ms intervals. #TINY-10097

### Changed
- API comments/documentation: a markup typo and run-on sentences both corrected. #TINY-10073

### Fixed
- On Safari and Firefox, scroll positions were not always maintained when updating the content of a `streamContent: true` iframe dialog component. #TINY-10078
- On Safari, iframe dialog components did not consistently autoscroll to the end of the scrollable area when `streamContent: true` was set. #TINY-10109
- Scrolling behavior was inconsistent when updating a `streamContent: true` iframe dialog component with content lacking an HTML document type declaration. #TINY-10110
- A warning message was sometimes printed to the browser console when closing a dialog that contained an iframe component. #TINY-10070
- Lists could not be created within editable areas nested inside non-editable areas. #TINY-10000
- On Safari and Firefox, the border around `iframe` dialog components did not highlight when focused. #TINY-10101
- Right-clicking on an image in a non-editable context opened the Image context menu. #TINY-10016
- The `color_cols` option was not respected when a custom `color_map` was defined. #TINY-10098
- The `color_cols` options were were not rounded to the nearest number when set to a decimal number. #TINY-9737

## 6.6.0 - 2023-07-12

### Added
- Added a new property value — `bottom` — for inline dialog configurations that anchors the dialog to the bottom of the editor. #TINY-9888
- Added a new property — `persistent` — for inline dialog configurations that will stop the dialog closing when clicking away from it. #TINY-9991
- New `ai`, `ai-prompt` and `send` icons. #TINY-9942
- Added a new property — `streamContent` — for the `iframe` dialog component. This causes `setData()` to update content without reloading the frame, and end scroll positions will be maintained as new content streams in. #TINY-10032
- AI Assistant plugin toolbar items added to the default toolbar and AI Assistant plugin menu items added to the default menu bar. #TINY-9939
- Added a new property — `border` — for the `iframe` dialog component that allows a border to be added. #TINY-10049
- Added a new property — `align` — for the label dialog component that controls text alignment. #TINY-10058

### Improved
- When defining a modal or inline dialog, if the buttons property is an empty array, or is not defined at all, the footer will now no longer be rendered. #TINY-9996
- The `iframe` dialog component now has a minimum height of 200px. #TINY-10059
- Improved detection of scrollable containers when the `ui_mode: 'split'` option is set. #TINY-9385

### Changed
- The icon in an `alertbanner` dialog component is no longer clickable if the _URL_ field is not specified. #TINY-10013

### Fixed
- Fixed an issue that caused the inline dialog `size` setting to have no effect. #TINY-10015
- Fixed an issue that prevented the close button from being clicked when the dialog was blocked. #TINY-10056

## 6.5.1 - 2023-06-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "6.5.1",
"version": "6.6.2",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"MIT-only"
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/icons/default/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/icons/default/icons.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "6.5.1",
"version": "6.6.2",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git",
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/help/plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/help/plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/image/plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/image/plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/lists/plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/lists/plugin.min.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions client/dist/tinymce/skins/ui/oxide-dark/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ button::-moz-focus-inner {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bottom-anchorbar {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bar {
display: flex;
flex: 0 0 auto;
Expand Down Expand Up @@ -1519,6 +1523,12 @@ button::-moz-focus-inner {
margin-bottom: 0;
margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
text-align: center;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
text-align: end;
}
.tox .tox-dialog--width-lg {
height: 650px;
max-width: 1200px;
Expand Down Expand Up @@ -1587,9 +1597,30 @@ button::-moz-focus-inner {
.tox .tox-dialog__table td:first-child {
padding-right: 8px;
}
.tox .tox-dialog__iframe {
min-height: 200px;
}
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
background: #fff;
}
.tox .tox-navobj-bordered {
position: relative;
}
.tox .tox-navobj-bordered::before {
border: 1px solid #161f29;
border-radius: 6px;
content: '';
inset: 0;
opacity: 1;
pointer-events: none;
position: absolute;
z-index: 1;
}
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
border-color: #006ce7;
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
outline: none;
}
.tox .tox-dialog__popups {
position: absolute;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/skins/ui/oxide-dark/skin.min.css

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions client/dist/tinymce/skins/ui/oxide/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ button::-moz-focus-inner {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bottom-anchorbar {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bar {
display: flex;
flex: 0 0 auto;
Expand Down Expand Up @@ -1519,6 +1523,12 @@ button::-moz-focus-inner {
margin-bottom: 0;
margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
text-align: center;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
text-align: end;
}
.tox .tox-dialog--width-lg {
height: 650px;
max-width: 1200px;
Expand Down Expand Up @@ -1587,9 +1597,30 @@ button::-moz-focus-inner {
.tox .tox-dialog__table td:first-child {
padding-right: 8px;
}
.tox .tox-dialog__iframe {
min-height: 200px;
}
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
background: #fff;
}
.tox .tox-navobj-bordered {
position: relative;
}
.tox .tox-navobj-bordered::before {
border: 1px solid #eeeeee;
border-radius: 6px;
content: '';
inset: 0;
opacity: 1;
pointer-events: none;
position: absolute;
z-index: 1;
}
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
border-color: #006ce7;
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
outline: none;
}
.tox .tox-dialog__popups {
position: absolute;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/skins/ui/oxide/skin.min.css

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions client/dist/tinymce/skins/ui/tinymce-5-dark/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ button::-moz-focus-inner {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bottom-anchorbar {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bar {
display: flex;
flex: 0 0 auto;
Expand Down Expand Up @@ -1519,6 +1523,12 @@ button::-moz-focus-inner {
margin-bottom: 0;
margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
text-align: center;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
text-align: end;
}
.tox .tox-dialog--width-lg {
height: 650px;
max-width: 1200px;
Expand Down Expand Up @@ -1587,9 +1597,30 @@ button::-moz-focus-inner {
.tox .tox-dialog__table td:first-child {
padding-right: 8px;
}
.tox .tox-dialog__iframe {
min-height: 200px;
}
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
background: #fff;
}
.tox .tox-navobj-bordered {
position: relative;
}
.tox .tox-navobj-bordered::before {
border: 1px solid #000000;
border-radius: 3px;
content: '';
inset: 0;
opacity: 1;
pointer-events: none;
position: absolute;
z-index: 1;
}
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
border-color: #207ab7;
box-shadow: none;
outline: 2px solid rgba(32, 122, 183, 0.25);
}
.tox .tox-dialog__popups {
position: absolute;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/skins/ui/tinymce-5-dark/skin.min.css

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions client/dist/tinymce/skins/ui/tinymce-5/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ button::-moz-focus-inner {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bottom-anchorbar {
display: flex;
flex: 0 0 auto;
}
.tox .tox-bar {
display: flex;
flex: 0 0 auto;
Expand Down Expand Up @@ -1519,6 +1523,12 @@ button::-moz-focus-inner {
margin-bottom: 0;
margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
text-align: center;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
text-align: end;
}
.tox .tox-dialog--width-lg {
height: 650px;
max-width: 1200px;
Expand Down Expand Up @@ -1587,9 +1597,30 @@ button::-moz-focus-inner {
.tox .tox-dialog__table td:first-child {
padding-right: 8px;
}
.tox .tox-dialog__iframe {
min-height: 200px;
}
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
background: #fff;
}
.tox .tox-navobj-bordered {
position: relative;
}
.tox .tox-navobj-bordered::before {
border: 1px solid #cccccc;
border-radius: 3px;
content: '';
inset: 0;
opacity: 1;
pointer-events: none;
position: absolute;
z-index: 1;
}
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
border-color: #207ab7;
box-shadow: none;
outline: 2px solid rgba(32, 122, 183, 0.25);
}
.tox .tox-dialog__popups {
position: absolute;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/skins/ui/tinymce-5/skin.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/themes/silver/theme.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/themes/silver/theme.min.js

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions client/dist/tinymce/tinymce.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,9 @@ interface HtmlPanelSpec {
}
interface IframeSpec extends FormComponentWithLabelSpec {
type: 'iframe';
border?: boolean;
sandboxed?: boolean;
streamContent?: boolean;
transparent?: boolean;
}
interface ImagePreviewSpec extends FormComponentSpec {
Expand All @@ -562,10 +564,12 @@ interface InputSpec extends FormComponentWithLabelSpec {
maximized?: boolean;
enabled?: boolean;
}
type Alignment = 'start' | 'center' | 'end';
interface LabelSpec {
type: 'label';
label: string;
items: BodyComponentSpec[];
align?: Alignment;
}
interface ListBoxSingleItemSpec {
text: string;
Expand Down Expand Up @@ -964,7 +968,7 @@ interface DialogSpec<T extends DialogData> {
title: string;
size?: DialogSize;
body: TabPanelSpec | PanelSpec;
buttons: DialogFooterButtonSpec[];
buttons?: DialogFooterButtonSpec[];
initialData?: Partial<T>;
onAction?: DialogActionHandler<T>;
onChange?: DialogChangeHandler<T>;
Expand Down Expand Up @@ -1373,6 +1377,7 @@ interface DomParserSettings {
forced_root_block?: boolean | string;
forced_root_block_attrs?: Record<string, string>;
inline_styles?: boolean;
pad_empty_with_br?: boolean;
preserve_cdata?: boolean;
remove_trailing_brs?: boolean;
root_name?: string;
Expand Down Expand Up @@ -1420,8 +1425,9 @@ declare namespace Ui_d {
export { Ui_d_Registry as Registry, PublicDialog_d as Dialog, PublicInlineContent_d as InlineContent, PublicMenu_d as Menu, PublicView_d as View, PublicSidebar_d as Sidebar, PublicToolbar_d as Toolbar, Ui_d_EditorUiApi as EditorUiApi, Ui_d_EditorUi as EditorUi, };
}
interface WindowParams {
readonly inline?: 'cursor' | 'toolbar';
readonly inline?: 'cursor' | 'toolbar' | 'bottom';
readonly ariaAttrs?: boolean;
readonly persistent?: boolean;
}
type InstanceApi<T extends DialogData> = UrlDialogInstanceApi | DialogInstanceApi<T>;
interface WindowManagerImpl {
Expand Down Expand Up @@ -1908,6 +1914,7 @@ interface BaseEditorOptions {
noneditable_regexp?: RegExp | RegExp[];
nowrap?: boolean;
object_resizing?: boolean | string;
pad_empty_with_br?: boolean;
paste_as_text?: boolean;
paste_block_drop?: boolean;
paste_data_images?: boolean;
Expand Down Expand Up @@ -2056,6 +2063,7 @@ interface EditorOptions extends NormalizedEditorOptions {
noneditable_class: string;
noneditable_regexp: RegExp[];
object_resizing: string;
pad_empty_with_br: boolean;
paste_as_text: boolean;
preview_styles: string;
promotion: boolean;
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/tinymce.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/tinymce.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 27c5919

Please sign in to comment.