Skip to content

Commit

Permalink
Merge pull request #638 from nearbeach/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
robotichead committed Jul 1, 2024
2 parents c2ed8ed + c1a2402 commit c91d5e1
Show file tree
Hide file tree
Showing 43 changed files with 2,816 additions and 185 deletions.
2 changes: 1 addition & 1 deletion NearBeach/static/NearBeach/NearBeach.min.js

Large diffs are not rendered by default.

Binary file modified NearBeach/static/NearBeach/NearBeach.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion NearBeach/static/NearBeach/gantt-information.min.js

Large diffs are not rendered by default.

Binary file modified NearBeach/static/NearBeach/gantt-information.min.js.gz
Binary file not shown.
1,131 changes: 1,131 additions & 0 deletions NearBeach/static/NearBeach/new-scheduled-object.min.js

Large diffs are not rendered by default.

Binary file not shown.
196 changes: 196 additions & 0 deletions NearBeach/static/NearBeach/schedule-objects.min.js

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion NearBeach/static/NearBeach/sprint-information.min.js

Large diffs are not rendered by default.

Binary file modified NearBeach/static/NearBeach/sprint-information.min.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
32 changes: 0 additions & 32 deletions NearBeach/static/NearBeach/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 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
- Fixed cases where adding a newline around a br, table or img would not move the cursor to a new line. #TINY-10384
- Focusing on `contenteditable="true"` element when using `editable_root: false` and inline mode causing selection to be shifted. #TINY-10820
- Corrected the `role` attribute on listbox dialog components to `combobox` when there are no nested menu items. #TINY-10807
- HTML entities that were double decoded in `noscript` elements caused an XSS vulnerability. #TINY-11019
- It was possible to inject XSS HTML that was not matching the regexp when using the `noneditable_regexp` option. #TINY-11022

## 7.1.2 - 2024-06-05

### Fixed
- CSS color values set to `transparent` were incorrectly converted to '#000000`. #TINY-10916

## 7.1.1 - 2024-05-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion NearBeach/static/NearBeach/tinymce/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "7.2.0",
"version": "7.1.2",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion NearBeach/static/NearBeach/tinymce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "7.2.0",
"version": "7.1.2",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion NearBeach/static/NearBeach/tinymce/plugins/media/plugin.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit c91d5e1

Please sign in to comment.