Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: backdrop-ops/phpcs
ref: 1.0.0
ref: 1.1.0
path: phpcs
- name: Move standard outside current dir
run: mv phpcs ..
Expand Down
27 changes: 27 additions & 0 deletions libraries/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ 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).

## 8.1.1 - 2025-09-17

### Fixed
- Reset rules for CSS were not applying correctly. #TINY-12920

## 8.1.0 - 2025-09-17

### Improved
- The editor `DomParser` API can now parse full documents when the API's `root_name` option is set to `#document`. #TINY-12589
- Tooltips can be hovered over to keep open. #TINY-12053
- Default avatars are now generated with a consistent color based on the user id. #TINY-12532
- Reverted split button design change. #TINY-12593
- `editor.getContent()` now includes `indent` and `entity_encoding` properties to control HTML formatting. #TINY-12786

### Deprecated
- Deprecated `content_css_cors` config option. #TINY-12578

### Fixed
- Clicking on a non selectable element when the selection is off screen no longer scrolls to the selection. #TINY-12245
- Using CMD+backspace would not preserve inline formatting. #TINY-12071
- Navigating between elements with `contenteditable="true"` was not possible on Firefox using the keyboard. #TINY-12459
- NVDA would announce `iframe_aria_text` multiple times. #TINY-11296
- Cursor movement did not operate correctly after a `figure` was selected. #TINY-12458
- Links inserted with `&` encoding are now decoded to `&` before inserting. #TINY-12504
- Attribute `aria-errormessage` was incorrectly added to url input fields by default. #TINY-12037
- Splitting list items by pressing enter did not move the cursor due to an error in the browser console. #TINY-12830

## 8.0.2 - 2025-08-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/icons/default/icons.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions libraries/tinymce/js/tinymce/langs/bs.js

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

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/langs/de.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/langs/pt_BR.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/oxide-dark/skin.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/oxide/content.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/oxide/skin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/oxide/skin.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/tinymce-5/content.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/tinymce-5/skin.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading