diff --git a/content/customising/advanced/editor-configuration/editing-features.md b/content/customising/advanced/editor-configuration/editing-features.md index 6674dc35a..5914aee05 100644 --- a/content/customising/advanced/editor-configuration/editing-features.md +++ b/content/customising/advanced/editor-configuration/editing-features.md @@ -51,6 +51,14 @@ app: { } ``` +When the transform option is enabled, all compatible components become available. Compatibility is determined by the following rules: + +* Components with exactly one directive can be transformed if the directive matches the target type. +* Components with multiple directives can only be transformed if all directives have matching names and types. +* Only directives of the following types are supported: editable, image, video, audio, and link. Components containing any other directive types cannot be transformed. +* Components must be permitted at their intended location within the document structure. + + ## Images There are several configuration options concerning images. diff --git a/content/operations/releases/release-2025-07.md b/content/operations/releases/release-2025-07.md index 060ea7631..16cb248c4 100644 --- a/content/operations/releases/release-2025-07.md +++ b/content/operations/releases/release-2025-07.md @@ -65,6 +65,13 @@ These are the release notes of the upcoming release (pull requests merged to the - :fire: Integration against the upcoming release (currently `master` branch) is at your own risk ## PRs to Categorize +- [Add news-agency-screen](https://github.com/livingdocsIO/livingdocs-editor/pull/10017) +- [Add News Agency Screen](https://github.com/livingdocsIO/livingdocs-server/pull/8064) +- [fix(deps): update dependency sass from 1.89.0 to v1.89.1 (main)](https://github.com/livingdocsIO/livingdocs-editor/pull/10026) +- [fix(deps): update dependency @babel/core from 7.27.3 to v7.27.4 (main)](https://github.com/livingdocsIO/livingdocs-editor/pull/10024) +- [fix(deps): update aws-sdk (main) (patch)](https://github.com/livingdocsIO/livingdocs-server/pull/8073) +- [fix(deps): update dependency @pqina/pintura from 8.92.15 to v8.92.16 (main)](https://github.com/livingdocsIO/livingdocs-editor/pull/10023) +- [fix(deps): update dependency @pqina/pintura from 8.92.14 to v8.92.15 (main)](https://github.com/livingdocsIO/livingdocs-editor/pull/10022) - [fix(deps): update dependency @livingdocs/framework from 32.8.4 to v32.8.5 (main)](https://github.com/livingdocsIO/livingdocs-server/pull/8068) - [chore(deps): update dependency yargs from 17.7.2 to v18 (main)](https://github.com/livingdocsIO/livingdocs-editor/pull/10020) - [Feat: add embargo support for import api](https://github.com/livingdocsIO/livingdocs-server/pull/8046) diff --git a/data/releases.json b/data/releases.json index 38c491750..880809d49 100644 --- a/data/releases.json +++ b/data/releases.json @@ -8,8 +8,8 @@ "maintained": false, "legacy": false, "sortId": 50, - "editorVersion": "v118.3.1", - "serverVersion": "v277.3.1" + "editorVersion": "v118.4.0", + "serverVersion": "v277.4.0" }, "release-2025-05": { "key": "release-2025-05",