-
Notifications
You must be signed in to change notification settings - Fork 221
DOC-3147: Deleting a whole element would sometimes modify nearby content #3752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kemister85
merged 3 commits into
feature/8.0.0/DOC-3147
from
feature/8.0.0/DOC-3147_TINY-11868
Jul 14, 2025
Merged
DOC-3147: Deleting a whole element would sometimes modify nearby content #3752
kemister85
merged 3 commits into
feature/8.0.0/DOC-3147
from
feature/8.0.0/DOC-3147_TINY-11868
Jul 14, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abhinavgandham
approved these changes
Jun 13, 2025
ztomaszyk
approved these changes
Jul 11, 2025
kemister85
added a commit
that referenced
this pull request
Jul 23, 2025
* DOC-3147: TinyMCE 8.0.0 Release notes and community changelog. * DOC-3147: HTML schema did not treat colgroup or col elements as block elements. (#3790) * DOC-3147: Decorative images would lose their decorative properties when the subtoolbar was closed using the confirmation button. (#3774) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Word import of lists with a lighter level failed parsing. (#3765) * DOC-3147: It wasn't possible to navigate out of a using the left and right arrow keys in Firefox. (#3773) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Using arrow navigation between buttons when a button had the mouse over could stop the navigation. (#3772) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Resize handles are more accessible with and attributes. (#3749) * DOC-3147: Toolbar drawer now closes when the editor loses focus. (#3750) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Instructions on how to navigate the color swatch, image select and insert (#3788) table widget are now announced by the screen readers. Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Default value for `pagebreak_separator` option to better suit modern standards. (#3780) * DOC-3147: Default value for option to better suit modern standards. * DOC-3147: Fixed syntax issue. * Update modules/ROOT/partials/configuration/pagebreak_separator.adoc * Update modules/ROOT/partials/configuration/pagebreak_separator.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * The `contextform` subtoolbar is no longer dismissed when using the back button in inline editors. (#3770) * The subtoolbar is no longer dismissed when using the back button in inline editors. * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Deleting a whole element would sometimes modify nearby content (#3752) * DOC-3147: Deleting a whole element would sometimes modify nearby content. * copy edits. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: Removed undocumented documentBaseUrl property from Editor instances. documentBaseURI is the supported property now. (#3787) * DOC-3147: The translate API now automatically replaces three dots in a row with an ellipsis character. (#3792) * DOC-3147: Strikethrough format could be added outside font size format, which renders incorrectly in some browsers. (#3778) * DOC-3147: Strikethrough format could be added outside font size format, which renders incorrectly in some browsers. * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> --------- Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> * DOC-3147: Accessibility: Enhanced image accessibility checks & rules in `a11ychecker` plugin. (#3794) * DOC-3147: Accessibility: Enhanced image accessibility checks in a11ychecker plugin. * DOC-3147: Add a11ychecker_alt_text_max_length new option to the release notes. * DOC-3147: Fix lvl heading issues for TOC. * DOC-3147: Update accessibility rules and configuration options for image handling * Update modules/ROOT/partials/configuration/a11ychecker_allow_decorative_images.adoc Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> --------- Co-authored-by: Arvin Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> * DOC-3231: Refactor documentation for server-side components to support Docker deployment. (#3757) * DOC-3231: Refactor documentation for server-side components to support Docker deployment - Removed the deprecated logging services configuration documentation. - Updated references from WAR file deployment to Docker container deployment across multiple documents. - Revised installation and configuration instructions for spellchecking, image proxy, and media embed services to reflect Docker usage. - Added new sections for Docker image retrieval, configuration, and requirements. - Clarified system requirements and troubleshooting steps for Dockerized services. - Adjusted custom dictionaries and Hunspell dictionaries path requirements to remove references to Java services. - Updated supported application servers section to emphasize Docker as the primary deployment method. * DOC-3231: Remove deprecated server-side component installation documentation duplication page. * File cleanup, removal of files not used during copy edits. * Update modules/ROOT/partials/misc/custom-dictionaries-path.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/misc/hunspell-dictionaries-path.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/misc/supported-application-servers.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/pages/support.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/pages/support.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/misc/supported-application-servers.adoc --------- Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * DOC-3147: Attempting to add a newline directly after a element such as an image would cause an error. (#3737) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Language code standardization to RFC5646/BCP47 format. (#3771) * DOC-3147: Deprecated `editor.selection.setContent` API (#3789) * DOC-3147: Deprecated API. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: New `allow_html_in_comments` option to allow HTML-like content inside comment data (#3791) * DOC-3147: New allow_html_in_comments option to allow HTML-like content inside comment data. * Update modules/ROOT/partials/configuration/allow_html_in_comments.adoc Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> --------- Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> * DOC-3147: The default value of `pagebreak_split_block` is now `true` to match the new `pagebreak_separator` default. (#3795) * DOC-3147: The default value of pagebreak_split_block is now true to match the new pagebreak_separator default. * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> --------- Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * DOC-3147: Tooltips can now be closed by pressing the escape key. (#3785) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Long tooltips could overflow narrow browser windows. (#3769) * DOC-3147: Tab to create a new row in tables with a non-editable final row would freeze the editor. (#3768) * DOC-3147: Tab to create a new row in tables with a non-editable final row would freeze the editor. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: Nested font sizes no longer cause excessive line spacing. (#3761) * DOC-3147: Nested font sizes no longer cause excessive line spacing. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: DomParser no longer tries to fix some nodes when parsed with a context, and Improved structure retention when inserting invalid HTML fragments. (#3779) * DOC-3147: Input label for misspelled word was not announced by screen readers. (#3758) * DOC-3147: Input label for misspelled word was not announced by screen readers. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: Content marked with lang attributes was sometimes not spellchecked correctly. (#3777) * DOC-3147: Codesample dialog would not disable spellcheck as expected. (#3767) * DOC-3147: Codesample dialog would not disable spellcheck as expected. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: New list_max_depth option to limit list indentation. (#3766) * DOC-3147: New list_max_depth option to limit list indentation. * Update modules/ROOT/partials/configuration/list_max_depth.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-12102: New list item was not inserted correctly when existing list item had a block element inside. (#3759) * DOC-3147: Cutting a whole HTML element would add an empty paragraph. (#3756) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Focus is now restored to a dialog after closing an alert, confirmation or another dialog (#3751) * DOC-3147: Focus is now restored to a dialog after closing an alert, confirmation or another dialog. * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com> --------- Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com> * DOC-3147: The ToggleToolbarDrawer command's skipFocus option has been deprecated. (#3748) * DOC-3147: Removed unused Mentions plugin stylesheet. (#3747) * DOC-3147: Mentions username not updating with skin changes in dark mode. (#3746) * DOC-3147: Removed unused `css/tinycomments.css` and `css/tinycomments.js` files. (#3745) * DOC-3147: Removed unused css/tinycomments.css and css/tinycomments.js files. * minor copy edits. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: Discontinue advertised support for Medical English (UK) in TinyMCE features. (#3742) * DOC-3147: Tabbing when a was selected didn't move the selection on the `figcaption` correctly. (#3776) * DOC-3147: Tabbing when a was selected didn't move the selection on the correctly. * Update modules/ROOT/pages/8.0-release-notes.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Revert "DOC-3147: Default value for `pagebreak_separator` option to better suit modern standards. (#3780)" This reverts commit b2a8207. * Revert "DOC-3147: The default value of `pagebreak_split_block` is now `true` to match the new `pagebreak_separator` default. (#3795)" This reverts commit 7ad29fd. * DOC-3147: Updated documentation related to a11y (#3799) * DOC-3147: Add I1 url * DOC-3147: Update accessibility documentation: Adjust alt text length limit to 150 characters, enhance descriptions for decorative images, and clarify filtering behavior for empty alt attributes. * Update modules/ROOT/partials/a11y-rules/i1.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/partials/a11y-rules/i3.adoc * Apply suggestion from @ArvinJ-H --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Update split button documentation (#3793) * DOC-3147: Update split button tooltips and documentation * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/pages/custom-split-toolbar-button.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/pages/custom-split-toolbar-button.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/pages/custom-split-toolbar-button.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * DOC-3147: Refactor split button documentation and CSS classes for clarity and consistency * DOC-3147: Update split button notes to reflect structural changes. * DOC-3147: Remove CSS classes section and related file for split buttons * Update modules/ROOT/pages/creating-a-skin.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * DOC-3147: draft changelog. * DOC-3147: New User Lookup API for retrieving and caching user details. (#3801) * DOC-3147: New User Lookup API for retrieving and caching user details. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3226: Update licensing information and examples for TinyMCE 8 (#3753) * DOC-3226: Update licensing information and examples for TinyMCE 8, including T8LK: prefix requirements for self-hosted deployments across various integrations and documentation. * Enhance license key documentation for TinyMCE 8, clarifying T8LK prefix usage and client-side JWT validation across various integration references and examples. * DOC-3226: Update license key format across documentation and examples to include T8LK prefix for TinyMCE 8 compatibility and included release notes entry. * Update Blazor integration example to include T8LK prefix in LicenseKey for compliance with TinyMCE 8. * Update Blazor integration example to include T8LK prefix in LicenseKey for TinyMCE 8 compliance. * DOC-3226: Technical and readabilty adjustments * DOC-3226: Enhance license key documentation for TinyMCE 8, clarifying T8LK prefix requirements and updating integration references across various frameworks. * DOC-3226: Update license key documentation for TinyMCE 8, clarifying API key usage, T8LK prefix requirements, and adding common error messages with solutions. * Update modules/ROOT/pages/8.0-release-notes.adoc * Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc * Update modules/ROOT/partials/integrations/webcomponent-quick-start.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * DOC-3226: Change readonly to disabled. Add new messages. * Update modules/ROOT/partials/integrations/common/license-key-property.adoc * Update modules/ROOT/partials/integrations/vue-quick-start.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/integrations/vue-quick-start.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/integrations/blazor-postinstall.adoc * Update modules/ROOT/partials/integrations/blazor-tech-ref.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/integrations/react-bundling.adoc * Update modules/ROOT/partials/integrations/svelte-quick-start.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/partials/module-loading/bundling-vite-es6-npm_editor.adoc * Update modules/ROOT/partials/integrations/react-quick-start.adoc * Apply suggestions from code review * DOC-3147: Update key information for self-hosted for licensekeymanager addon. --------- Co-authored-by: ltrouton <luke.trouton@tiny.cloud> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * DOC-3147: Add `crossorigin` attribute to all script tags for CORS compliance. (#3762) * DOC-3147: Add crossorigin attribute to script tags for CORS compliance. * DOC-3233: Add release notes entry for new crossorigin option, and updated script_crossorigin.adoc partial to provide examples. * DOC-3233:Refactor CORS documentation: replace script_crossorigin.adoc with crossorigin.adoc for improved clarity and organization. * DOC-3233: Update crossorigin function in release notes to match new implementaiton standard. * DOC-3147: Refactor crossorigin examples in documentation to clarify attribute handling and provide options for omitting the attribute. * DOC-3147: Fix indent issues. * DOC-3147: Update scripttag.png file to include crossorigin. * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc * Update modules/ROOT/pages/editor-and-features.adoc * DOC-3147: Cleanup pre-release. * DOC-3147: Add fire() method, update changelog to include license key message. * DOC-3147: Migration guide from TinyMCE 7 to TinyMCE 8. (#3781) * DOC-3147: Migration guide from TinyMCE 7 to TinyMCE 8. * DOC-3238: Enhance migration guide with detailed checklists and improves crossorigin entry. * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc * DOC-3147: document structure changes, to include various suggestions, edits, improvements. * DOC-3147: Update migration guide to clarify license key manager directory and initialization steps. * DOC-2147: Add pagebreak_split_block breaking change. * DOC-3146: downgrade pagebreak_split_block lvl to Low. * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * DOC-3147: Update migration guide and security documentation for DOMPurify changes, and fix for ref numbers. * DOC-3147: Remove content handling updates from migration guide, not breaking change. * DOC-3147: Update migration quick ref table to reflect changes in DOMPurify sanitization. * DOC-3147: Fix broken table link. * DOC-3147: Update documentBaseUrl to include updated information. * DOC-3147: Refine migration guide for TinyMCE 8.0: update breaking change descriptions, enhance license key system details, and clarify DOMPurify sanitization impacts. * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc * DOC-3147: Remove reverted pagebreak_split_block, updated Split button CSS structure updates, general doc structural changes. * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * DOC-2147: fix table, and add ask-ai-widget png file. * Update modules/ROOT/pages/migration-from-7x.adoc * Apply suggestions from code review Co-authored-by: Shan <shanmen.ng@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc --------- Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> Co-authored-by: Shan <shanmen.ng@tiny.cloud> * DOC-3147: Add suggestededits to new premium plugin section in release notes. * DOC-3147: Add suggestededits to full-feature demo. * DOC-3147: Remove model, and linkchecker from full feature demo as its not currently ignored. * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/examples/live-demos/a11ychecker/index.js Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/examples/live-demos/full-featured/index.js * Update modules/ROOT/partials/configuration/list_max_depth.adoc * Update modules/ROOT/partials/misc/ui-languages.adoc * DOC-3147: api-version bump to 8.0.0 and update CDN version. --------- Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> Co-authored-by: Arvin Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: ltrouton <luke.trouton@tiny.cloud> Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> Co-authored-by: Shan <shanmen.ng@tiny.cloud>
kemister85
added a commit
that referenced
this pull request
Jul 23, 2025
* DOC-3216: replace TinyMCE with productname var. * DOC-3220: Update the `README.md` file for `tinymce/docs` project to include updated information. (#3733) * DOC-3220: Update the README.md file for tinymce/docs to include updated information. * Update README.md * Update README.md * DOC-3228: Cherry pick `tinymce/7` latest changes into `tinymce/8 >> release/8.0.0` branch. (#3754) * TINY-11909: Add `readonly` prop to Svelte tech ref (#3738) * TINY-11909: Add `readonly` prop to Svelte tech ref * TINY-11909: typo * TINY-11906: Add readonly prop to React tech ref (#3736) * TINY-11907: Add new readonly prop to Angular integration. (#3741) * TINY-11911: Add disabled and readonly to the web component tech ref (#3739) * TINY-11908: Add new readonly prop to Vue integration. (#3740) * DOC-3227: Update Document Converter JWT authentication requirements and plugin descriptions. (#3755) * DOC-3227: Update Document Converter JWT authentication requirements and plugin descriptions for clarity. * Update modules/ROOT/partials/misc/admon-jwt-authentication-requirements.adoc * DOC-3227: Update JWT authentication requirements for trial period clarity, add ifeval condition. * DOC-3239: Update ai proxy. (#3782) * DOC-3240: Remove registry URL from Docker pull commands in installation guides for export-to-pdf and import-from-word components. * DOC-3244: Fix typo in JWT token claims description for On-Premises documentation (#3796) * DOC-3244: Fix typo in JWT token claims description for On-Premises documentation. * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-autorization-on-premises.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> --------- Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * DOC-3245:Update license link for Tiny Cloud users in understanding editor loads documentation. (#3797) --------- Co-authored-by: lorenzo-pomili <pomili.lorenzo85@gmail.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * DOC-3221: Refine language and structure in CONTRIBUTING.md for clarity and consistency. (#3735) * DOC-3246: Suggested Edits and User Lookup API documentation (#3798) * Initial setup * add live demo template * Update API sections * Add description of plugin and examples for API options * Comment out note about stacked changes and minor copy edits * add live demo * rename plugin to Suggested Edits * replace all instanes of plugin name and code * Update docs to include Review Permissions V1 * Fix demo for Review Permissions * Add Suggestions section and demo * Revise Suggestions content * Initial setup * add live demo template * Update API sections * Add description of plugin and examples for API options * Comment out note about stacked changes and minor copy edits * add live demo * rename plugin to Suggested Edits * replace all instanes of plugin name and code * Update docs to include Review Permissions V1 * Fix demo for Review Permissions * Add Suggestions section and demo * Revise Suggestions content * DOC-3174: Updating suggestedits docs * DOC-3174: Remove unused options * Update explanation of plugin and add UID options * fix UID options * Update interactive demo * Update suggestededits_access demo * fix UID options * Update option and api examples * Fix UID options * DOC-3174: Adding icons * DOC-3174: Add `Using the User Lookup API` page * Update UID options partials * DOC-3174: Some edits * DOC-3174: Add `UserLookup` partials to `revisionhistory` and `tinycomments` pages * DOC-3174: Replace reference to `userDb` with `userinfos` * DOC-3174: Remove usage of `uid` in `suggestededits` * DOC-3174: Fix indentations within `Types of suggestions` * DOC-3174: Update interactive demos and examples for `embedded` mode in `tinycomments` * DOC-3174: Update interactive demos and examples for `revisionhistory` * DOC-3174: Rewrite suggested edits * DOC-3174: Edits * DOC-3246: More docs * DOC-3246: Fixed, premium-plugin table, removed template material, fixed whitespace, added missing available-toolbar-buttons. * DOC-3246: Add deprecation messaging to `tinycomments_fetch_author_info` option * DOC-3246: Update interactive examples on `comments-with-mentions` page * DOC-3246: Include `user_id` and `fetch_users` options in `Required Comments options for embedded mode` section * DOC-3246: Update `tinycomments_mentions_enabled` to include `user_id` and `fetch_users` * DOC-3246: Demo updates * Apply suggestions from code review Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * DOC-3246: Use lookup over `find` in `fetch_users` * DOC-3246: Updates to `fetch_users` partial * DOC-3246: Improve examples and access option * DOC-3246: Update fetch_users option across other plugin examples * DOC-3246: Single quotes only * Apply suggestions from code review Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3246: Improve API examples * DOC-3246: Improvements * Apply suggestions from code review Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> Co-authored-by: Shan <shanmen.ng@tiny.cloud> * DOC-3246: Final edits * DOC-3246: Final final edit * DOC-3246: Docs tweaks * DOC-3246: userlookup api docs restructure and organisation update. * Apply suggestions from code review Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * DOC-3246: Final improvements --------- Co-authored-by: Sorita Heng <sorita.heng@tiny.cloud> Co-authored-by: kimwoodfield <kimwoodfield@live.com> Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> Co-authored-by: Shan <shanmen.ng@tiny.cloud> * DOC-3147: TinyMCE 8.0.0 Release notes and community changelog. (#3734) * DOC-3147: TinyMCE 8.0.0 Release notes and community changelog. * DOC-3147: HTML schema did not treat colgroup or col elements as block elements. (#3790) * DOC-3147: Decorative images would lose their decorative properties when the subtoolbar was closed using the confirmation button. (#3774) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Word import of lists with a lighter level failed parsing. (#3765) * DOC-3147: It wasn't possible to navigate out of a using the left and right arrow keys in Firefox. (#3773) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Using arrow navigation between buttons when a button had the mouse over could stop the navigation. (#3772) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Resize handles are more accessible with and attributes. (#3749) * DOC-3147: Toolbar drawer now closes when the editor loses focus. (#3750) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Instructions on how to navigate the color swatch, image select and insert (#3788) table widget are now announced by the screen readers. Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Default value for `pagebreak_separator` option to better suit modern standards. (#3780) * DOC-3147: Default value for option to better suit modern standards. * DOC-3147: Fixed syntax issue. * Update modules/ROOT/partials/configuration/pagebreak_separator.adoc * Update modules/ROOT/partials/configuration/pagebreak_separator.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * The `contextform` subtoolbar is no longer dismissed when using the back button in inline editors. (#3770) * The subtoolbar is no longer dismissed when using the back button in inline editors. * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Deleting a whole element would sometimes modify nearby content (#3752) * DOC-3147: Deleting a whole element would sometimes modify nearby content. * copy edits. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: Removed undocumented documentBaseUrl property from Editor instances. documentBaseURI is the supported property now. (#3787) * DOC-3147: The translate API now automatically replaces three dots in a row with an ellipsis character. (#3792) * DOC-3147: Strikethrough format could be added outside font size format, which renders incorrectly in some browsers. (#3778) * DOC-3147: Strikethrough format could be added outside font size format, which renders incorrectly in some browsers. * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> --------- Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> * DOC-3147: Accessibility: Enhanced image accessibility checks & rules in `a11ychecker` plugin. (#3794) * DOC-3147: Accessibility: Enhanced image accessibility checks in a11ychecker plugin. * DOC-3147: Add a11ychecker_alt_text_max_length new option to the release notes. * DOC-3147: Fix lvl heading issues for TOC. * DOC-3147: Update accessibility rules and configuration options for image handling * Update modules/ROOT/partials/configuration/a11ychecker_allow_decorative_images.adoc Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> --------- Co-authored-by: Arvin Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> * DOC-3231: Refactor documentation for server-side components to support Docker deployment. (#3757) * DOC-3231: Refactor documentation for server-side components to support Docker deployment - Removed the deprecated logging services configuration documentation. - Updated references from WAR file deployment to Docker container deployment across multiple documents. - Revised installation and configuration instructions for spellchecking, image proxy, and media embed services to reflect Docker usage. - Added new sections for Docker image retrieval, configuration, and requirements. - Clarified system requirements and troubleshooting steps for Dockerized services. - Adjusted custom dictionaries and Hunspell dictionaries path requirements to remove references to Java services. - Updated supported application servers section to emphasize Docker as the primary deployment method. * DOC-3231: Remove deprecated server-side component installation documentation duplication page. * File cleanup, removal of files not used during copy edits. * Update modules/ROOT/partials/misc/custom-dictionaries-path.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/misc/hunspell-dictionaries-path.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/misc/supported-application-servers.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/pages/support.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/pages/support.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/misc/supported-application-servers.adoc --------- Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * DOC-3147: Attempting to add a newline directly after a element such as an image would cause an error. (#3737) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Language code standardization to RFC5646/BCP47 format. (#3771) * DOC-3147: Deprecated `editor.selection.setContent` API (#3789) * DOC-3147: Deprecated API. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: New `allow_html_in_comments` option to allow HTML-like content inside comment data (#3791) * DOC-3147: New allow_html_in_comments option to allow HTML-like content inside comment data. * Update modules/ROOT/partials/configuration/allow_html_in_comments.adoc Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> --------- Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> * DOC-3147: The default value of `pagebreak_split_block` is now `true` to match the new `pagebreak_separator` default. (#3795) * DOC-3147: The default value of pagebreak_split_block is now true to match the new pagebreak_separator default. * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> --------- Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * DOC-3147: Tooltips can now be closed by pressing the escape key. (#3785) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Long tooltips could overflow narrow browser windows. (#3769) * DOC-3147: Tab to create a new row in tables with a non-editable final row would freeze the editor. (#3768) * DOC-3147: Tab to create a new row in tables with a non-editable final row would freeze the editor. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: Nested font sizes no longer cause excessive line spacing. (#3761) * DOC-3147: Nested font sizes no longer cause excessive line spacing. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: DomParser no longer tries to fix some nodes when parsed with a context, and Improved structure retention when inserting invalid HTML fragments. (#3779) * DOC-3147: Input label for misspelled word was not announced by screen readers. (#3758) * DOC-3147: Input label for misspelled word was not announced by screen readers. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: Content marked with lang attributes was sometimes not spellchecked correctly. (#3777) * DOC-3147: Codesample dialog would not disable spellcheck as expected. (#3767) * DOC-3147: Codesample dialog would not disable spellcheck as expected. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: New list_max_depth option to limit list indentation. (#3766) * DOC-3147: New list_max_depth option to limit list indentation. * Update modules/ROOT/partials/configuration/list_max_depth.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-12102: New list item was not inserted correctly when existing list item had a block element inside. (#3759) * DOC-3147: Cutting a whole HTML element would add an empty paragraph. (#3756) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Focus is now restored to a dialog after closing an alert, confirmation or another dialog (#3751) * DOC-3147: Focus is now restored to a dialog after closing an alert, confirmation or another dialog. * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com> --------- Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com> * DOC-3147: The ToggleToolbarDrawer command's skipFocus option has been deprecated. (#3748) * DOC-3147: Removed unused Mentions plugin stylesheet. (#3747) * DOC-3147: Mentions username not updating with skin changes in dark mode. (#3746) * DOC-3147: Removed unused `css/tinycomments.css` and `css/tinycomments.js` files. (#3745) * DOC-3147: Removed unused css/tinycomments.css and css/tinycomments.js files. * minor copy edits. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3147: Discontinue advertised support for Medical English (UK) in TinyMCE features. (#3742) * DOC-3147: Tabbing when a was selected didn't move the selection on the `figcaption` correctly. (#3776) * DOC-3147: Tabbing when a was selected didn't move the selection on the correctly. * Update modules/ROOT/pages/8.0-release-notes.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Revert "DOC-3147: Default value for `pagebreak_separator` option to better suit modern standards. (#3780)" This reverts commit b2a8207. * Revert "DOC-3147: The default value of `pagebreak_split_block` is now `true` to match the new `pagebreak_separator` default. (#3795)" This reverts commit 7ad29fd. * DOC-3147: Updated documentation related to a11y (#3799) * DOC-3147: Add I1 url * DOC-3147: Update accessibility documentation: Adjust alt text length limit to 150 characters, enhance descriptions for decorative images, and clarify filtering behavior for empty alt attributes. * Update modules/ROOT/partials/a11y-rules/i1.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/partials/a11y-rules/i3.adoc * Apply suggestion from @ArvinJ-H --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3147: Update split button documentation (#3793) * DOC-3147: Update split button tooltips and documentation * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/pages/8.0-release-notes.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/pages/custom-split-toolbar-button.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/pages/custom-split-toolbar-button.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/pages/custom-split-toolbar-button.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * DOC-3147: Refactor split button documentation and CSS classes for clarity and consistency * DOC-3147: Update split button notes to reflect structural changes. * DOC-3147: Remove CSS classes section and related file for split buttons * Update modules/ROOT/pages/creating-a-skin.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * DOC-3147: draft changelog. * DOC-3147: New User Lookup API for retrieving and caching user details. (#3801) * DOC-3147: New User Lookup API for retrieving and caching user details. * Update modules/ROOT/pages/8.0-release-notes.adoc * DOC-3226: Update licensing information and examples for TinyMCE 8 (#3753) * DOC-3226: Update licensing information and examples for TinyMCE 8, including T8LK: prefix requirements for self-hosted deployments across various integrations and documentation. * Enhance license key documentation for TinyMCE 8, clarifying T8LK prefix usage and client-side JWT validation across various integration references and examples. * DOC-3226: Update license key format across documentation and examples to include T8LK prefix for TinyMCE 8 compatibility and included release notes entry. * Update Blazor integration example to include T8LK prefix in LicenseKey for compliance with TinyMCE 8. * Update Blazor integration example to include T8LK prefix in LicenseKey for TinyMCE 8 compliance. * DOC-3226: Technical and readabilty adjustments * DOC-3226: Enhance license key documentation for TinyMCE 8, clarifying T8LK prefix requirements and updating integration references across various frameworks. * DOC-3226: Update license key documentation for TinyMCE 8, clarifying API key usage, T8LK prefix requirements, and adding common error messages with solutions. * Update modules/ROOT/pages/8.0-release-notes.adoc * Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc * Update modules/ROOT/partials/integrations/webcomponent-quick-start.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * DOC-3226: Change readonly to disabled. Add new messages. * Update modules/ROOT/partials/integrations/common/license-key-property.adoc * Update modules/ROOT/partials/integrations/vue-quick-start.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/integrations/vue-quick-start.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/integrations/blazor-postinstall.adoc * Update modules/ROOT/partials/integrations/blazor-tech-ref.adoc Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * Update modules/ROOT/partials/integrations/react-bundling.adoc * Update modules/ROOT/partials/integrations/svelte-quick-start.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/partials/module-loading/bundling-vite-es6-npm_editor.adoc * Update modules/ROOT/partials/integrations/react-quick-start.adoc * Apply suggestions from code review * DOC-3147: Update key information for self-hosted for licensekeymanager addon. --------- Co-authored-by: ltrouton <luke.trouton@tiny.cloud> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> * DOC-3147: Add `crossorigin` attribute to all script tags for CORS compliance. (#3762) * DOC-3147: Add crossorigin attribute to script tags for CORS compliance. * DOC-3233: Add release notes entry for new crossorigin option, and updated script_crossorigin.adoc partial to provide examples. * DOC-3233:Refactor CORS documentation: replace script_crossorigin.adoc with crossorigin.adoc for improved clarity and organization. * DOC-3233: Update crossorigin function in release notes to match new implementaiton standard. * DOC-3147: Refactor crossorigin examples in documentation to clarify attribute handling and provide options for omitting the attribute. * DOC-3147: Fix indent issues. * DOC-3147: Update scripttag.png file to include crossorigin. * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/pages/8.0-release-notes.adoc * Update modules/ROOT/pages/editor-and-features.adoc * DOC-3147: Cleanup pre-release. * DOC-3147: Add fire() method, update changelog to include license key message. * DOC-3147: Migration guide from TinyMCE 7 to TinyMCE 8. (#3781) * DOC-3147: Migration guide from TinyMCE 7 to TinyMCE 8. * DOC-3238: Enhance migration guide with detailed checklists and improves crossorigin entry. * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc * DOC-3147: document structure changes, to include various suggestions, edits, improvements. * DOC-3147: Update migration guide to clarify license key manager directory and initialization steps. * DOC-2147: Add pagebreak_split_block breaking change. * DOC-3146: downgrade pagebreak_split_block lvl to Low. * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * DOC-3147: Update migration guide and security documentation for DOMPurify changes, and fix for ref numbers. * DOC-3147: Remove content handling updates from migration guide, not breaking change. * DOC-3147: Update migration quick ref table to reflect changes in DOMPurify sanitization. * DOC-3147: Fix broken table link. * DOC-3147: Update documentBaseUrl to include updated information. * DOC-3147: Refine migration guide for TinyMCE 8.0: update breaking change descriptions, enhance license key system details, and clarify DOMPurify sanitization impacts. * Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc * DOC-3147: Remove reverted pagebreak_split_block, updated Split button CSS structure updates, general doc structural changes. * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc * DOC-2147: fix table, and add ask-ai-widget png file. * Update modules/ROOT/pages/migration-from-7x.adoc * Apply suggestions from code review Co-authored-by: Shan <shanmen.ng@tiny.cloud> * Update modules/ROOT/pages/migration-from-7x.adoc * Update modules/ROOT/pages/migration-from-7x.adoc --------- Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> Co-authored-by: Shan <shanmen.ng@tiny.cloud> * DOC-3147: Add suggestededits to new premium plugin section in release notes. * DOC-3147: Add suggestededits to full-feature demo. * DOC-3147: Remove model, and linkchecker from full feature demo as its not currently ignored. * Update modules/ROOT/partials/configuration/crossorigin.adoc * Update modules/ROOT/examples/live-demos/a11ychecker/index.js Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/examples/live-demos/full-featured/index.js * Update modules/ROOT/partials/configuration/list_max_depth.adoc * Update modules/ROOT/partials/misc/ui-languages.adoc * DOC-3147: api-version bump to 8.0.0 and update CDN version. --------- Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> Co-authored-by: Arvin Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: ltrouton <luke.trouton@tiny.cloud> Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> Co-authored-by: Shan <shanmen.ng@tiny.cloud> --------- Co-authored-by: lorenzo-pomili <pomili.lorenzo85@gmail.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Sorita Heng <sorita.heng@tiny.cloud> Co-authored-by: kimwoodfield <kimwoodfield@live.com> Co-authored-by: Shan <shanmen.ng@tiny.cloud> Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> Co-authored-by: Arvin Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: Tim Dettrick <tim.dettrick@tiny.cloud> Co-authored-by: michalnieruchalski-tiugo <michal.nieruchalski@tiny.cloud> Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> Co-authored-by: Zuzanna Tomaszyk <91727075+ztomaszyk@users.noreply.github.com> Co-authored-by: ltrouton <luke.trouton@tiny.cloud>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket: DOC-3147
Site: Staging branch
Changes:
Pre-checks:
feature/<version>/
,hotfix/<version>/
,staging/<version>/
, orrelease/<version>/
.Review: