Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 75d4d9c47513bcdfe3ba2e9565e4031401119e98 https://github.com/xwiki/xwiki-platform/commit/75d4d9c47513bcdfe3ba2e9565e40... Author: Marius Dumitru Florea <[email protected]> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M pnpm-lock.yaml M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/LinkIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/src/main/java/org/xwiki/blocknote/test/po/BlockNoteLinkModal.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/src/main/java/org/xwiki/blocknote/test/po/BlockNoteRichTextArea.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue M xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-modal/link-modal-ui/etc/platform-link-modal-ui.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-modal/link-modal-ui/package.json A xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-modal/link-modal-ui/src/__tests__/convert.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-modal/link-modal-ui/src/convert.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-modal/link-modal-ui/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-modal/link-modal-ui/src/vue/linkTypes/AttachmentConfig.vue M xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-modal/link-modal-ui/src/vue/linkTypes/PageConfig.vue A xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-suggest/link-suggest-xwiki/src/components/__tests__/componentsInit.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/vue/c-blocknote-view.vue M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/playwright-ct/LinkEdition.spec.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/playwright-ct/LinkEdition.story.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/CustomFormattingToolbar.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/links/CustomCreateLinkButton.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/links/CustomLinkToolbar.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/links/linkEdition.tsx A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/links/linkEditionHooks.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/index.tsx Log Message: ----------- XWIKI-24269: Improvements for the link insertion dialog * Preserve the link metadata (resource reference, freestanding flag, custom parameters) when editing links. * Store the link metadata when creating new links * Use the link resource reference as the source of truth; parse the link URL only when the resource reference is not specified * Improve the integration tests * Fix a small issue in the link suggest, that surfaced after I made the changes to preserve the link metadata. Co-Authored-By: Claude Opus 5 <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications