Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: fa34ec66e6760035491567f33fed797239e54127
https://github.com/xwiki/xwiki-platform/commit/fa34ec66e6760035491567f33fed…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentTitleDisplayerTest.java
Log Message:
-----------
[Misc] Migrate DocumentTitleDisplayerTest to JUnit 5
(cherry picked from commit 28991f7cd8fb1c949277c12dfc405fad13720b0e)
Commit: 0624df620c1f406fa64ef8bac06f8bef5ab68e3b
https://github.com/xwiki/xwiki-platform/commit/0624df620c1f406fa64ef8bac06f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/AbstractDocumentTitleDisplayer.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentContentDisplayer.java
A xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentReferenceDequeContext.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentContentDisplayerTest.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentTitleDisplayerTest.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
Log Message:
-----------
XWIKI-23303: Insufficient protection against stack overflows (#4354)
* Extract the code for managing the document reference stack from the
title displayer into a separate component.
* Set a limit of five recursions with the same document for the document
content.
* Use ArrayDeque instead of LinkedList for better performance.
* Mark the execution context property as final.
* Add DocumentReferenceDequeContext to PageComponentList to ensure
that page tests still work.
(cherry picked from commit e1fa3b6e0b693eda2ce0a887cfb6aa0c908f228c)
Commit: 5b2a42ed20f62aee4bf80795b6707f4b53dfc6d4
https://github.com/xwiki/xwiki-platform/commit/5b2a42ed20f62aee4bf80795b670…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentContentDisplayerTest.java
Log Message:
-----------
XWIKI-23303: Insufficient protection against stack overflows (#4354)
* Fix test, ArrayDeque doesn't like null elements.
(cherry picked from commit 4b1f24e508f6824aa22272b90427c469ba3ad788)
Compare: https://github.com/xwiki/xwiki-platform/compare/f94b8400ede5...5b2a42ed20f6
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 8d872d677d3f6ac0e0c33d807f9056d54751fd22
https://github.com/xwiki/xwiki-rendering/commit/8d872d677d3f6ac0e0c33d807f9…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/BlockStateChainingListener.java
M xwiki-rendering-api/src/test/java/org/xwiki/rendering/listener/chaining/BlockStateChainingListenerTest.java
Log Message:
-----------
XRENDERING-771: Null pointer exception when list items occur without lists (#327)
* Protect against list items without wrapping list.
* Log a debug message to make it possible to debug this problem.
* Add tests.
(cherry picked from commit 5f70b117019211b1291a50029c1c5f02ea79b522)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 314561cc1fa123d546f465f4c1bf7354194a1f64
https://github.com/xwiki/xwiki-platform/commit/314561cc1fa123d546f465f4c1bf…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/Code/VelocityMacros.xml
M xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/Videos/WebHome.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/Main/AllDocs.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/HomeSheet.xml
M xwiki-platform-core/xwiki-platform-tour/xwiki-platform-tour-ui/src/main/resources/TourCode/WebHomeSheet.xml
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-directory/xwiki-platform-user-directory-ui/src/main/resources/Main/UserDirectory.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/src/main/resources/WikiManager/CreateWiki.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/src/main/resources/WikiManager/DeleteWiki.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-ui/xwiki-platform-wiki-ui-mainwiki/src/main/resources/WikiManager/WebHome.xml
Log Message:
-----------
XWIKI-23357: Replace deprecated (#set docextras = []) with displayDocExtra = false
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-534
Home: https://github.com/xwiki-contrib/cristal
Commit: 30691aadba474127af90b364ef2523570e4835c8
https://github.com/xwiki-contrib/cristal/commit/30691aadba474127af90b364ef2…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @types/node to v22.15.30 (#995)
Commit: ba432feb34864a8d70fcd3f024e53ad324851537
https://github.com/xwiki-contrib/cristal/commit/ba432feb34864a8d70fcd3f024e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.12.1 (#1008)
Commit: cebe0c1a669a31b0e01b80ea3ac76a91b9559edc
https://github.com/xwiki-contrib/cristal/commit/cebe0c1a669a31b0e01b80ea3ac…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
[Misc] Update dependency ts-essentials to v10.1.0 (#1009)
Commit: 3f113f199beed8721a4a137049c418db6e033ed4
https://github.com/xwiki-contrib/cristal/commit/3f113f199beed8721a4a137049c…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @vitest/coverage-v8 to v3.2.3 (#1012)
Commit: 4b6a7c8d4ddfd1380cbb92d051c978c1af13c396
https://github.com/xwiki-contrib/cristal/commit/4b6a7c8d4ddfd1380cbb92d051c…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M core/backends/backend-github/src/githubStorage.ts
Log Message:
-----------
CRISTAL-500: Deleting a page is not possible with Github backend (#1010)
Commit: 1f9e5aabc5532a9dd3ecc5c81b6d184beb901ada
https://github.com/xwiki-contrib/cristal/commit/1f9e5aabc5532a9dd3ecc5c81b6…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v21.2.0 (#1025)
Commit: bbb812169997b6f34a0a2b2d852a38c490037f7b
https://github.com/xwiki-contrib/cristal/commit/bbb812169997b6f34a0a2b2d852…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M editors/blocknote-headless/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-547: Upgrade to blocknote 0.31.2
Commit: 9cf2c395458d81b6b1609ebbccc5c8496e6cf7fe
https://github.com/xwiki-contrib/cristal/commit/9cf2c395458d81b6b1609ebbccc…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency happy-dom to v18 (#1020)
Commit: c78ca8e4885875fe687406df8ec19aaef3323a34
https://github.com/xwiki-contrib/cristal/commit/c78ca8e4885875fe687406df8ec…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
[Misc] Update dependency ts-essentials to v10.1.1 (#1024)
Commit: b189ae52d52c7d051c6e824738d6d37485cee0da
https://github.com/xwiki-contrib/cristal/commit/b189ae52d52c7d051c6e824738d…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M authentication-server/package.json
M pnpm-lock.yaml
M realtime/package.json
Log Message:
-----------
[Misc] Update dependency tsx to v4.20.2 (#1021)
Commit: 9e7c276df6441b02b7f3f4b698ec676948900536
https://github.com/xwiki-contrib/cristal/commit/9e7c276df6441b02b7f3f4b698e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M core/reactivue/package.json
M editors/blocknote-headless/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @types/react to v19.1.8 (#1022)
Commit: ea806b2ba0e06efe5b7d5256c2cd4d9d946ce0c2
https://github.com/xwiki-contrib/cristal/commit/ea806b2ba0e06efe5b7d5256c2c…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M ds/vuetify/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-552: Upgrade to vuetify 3.8.9
Commit: 1e36d0be7db52566b5059f820ca63259b76d5669
https://github.com/xwiki-contrib/cristal/commit/1e36d0be7db52566b5059f820ca…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @playwright/test to v1.53.0 (#1019)
Commit: 42c14c61045ed3c530588f4044b30ee211716736
https://github.com/xwiki-contrib/cristal/commit/42c14c61045ed3c530588f4044b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update @typescript-eslint to v8.34.0 (#1015)
Commit: 9a0e7fe5e8f059e0f2c7f116e5da99d80b82484b
https://github.com/xwiki-contrib/cristal/commit/9a0e7fe5e8f059e0f2c7f116e5d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
M editors/blocknote-headless/src/blocknote/uniast-to-bn.ts
Log Message:
-----------
CRISTAL-565: Strikethrough style is not properly converted from UnitAst to BlockNote syntax (#1034)
Commit: 47d478fffe0782b300e885b9be5b478bfe418abf
https://github.com/xwiki-contrib/cristal/commit/47d478fffe0782b300e885b9be5…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M editors/blocknote-headless/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-547: Upgrade to blocknote 0.31.3
Commit: 296f69aa47569f068813e54a35ea969ddba591d5
https://github.com/xwiki-contrib/cristal/commit/296f69aa47569f068813e54a35e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M editors/blocknote-headless/src/blocknote/uniast-to-bn.ts
Log Message:
-----------
CRISTAL-547: Upgrade to blocknote 0.31.3 (#1033)
Commit: c7e1ac53a69c2e03a9940becb9192179c34b6018
https://github.com/xwiki-contrib/cristal/commit/c7e1ac53a69c2e03a9940becb91…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/reactivue/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Release of Cristal 0.19-rc-1
Commit: 082c068e51128a5e2684de1ddf39cce46870ec4c
https://github.com/xwiki-contrib/cristal/commit/082c068e51128a5e2684de1ddf3…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M .github/workflows/build_electron.yml
Log Message:
-----------
[Misc] Fix flatpak-builder installation
Commit: 180fc528b9a0597545e3e884bff8637ebb3c0a45
https://github.com/xwiki-contrib/cristal/commit/180fc528b9a0597545e3e884bff…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
R core/reactivue/CHANGELOG.md
R core/reactivue/package.json
R core/reactivue/src/index.tsx
R core/reactivue/tsconfig.json
R core/reactivue/tsdoc.json
R core/reactivue/vite.config.ts
M editors/blocknote-headless/langs/translation-en.json
M editors/blocknote-headless/package.json
R editors/blocknote-headless/src/blocknote/blocks/Headings.tsx
R editors/blocknote-headless/src/blocknote/bn-to-uniast.ts
R editors/blocknote-headless/src/blocknote/index.ts
R editors/blocknote-headless/src/blocknote/uniast-to-bn.ts
R editors/blocknote-headless/src/blocknote/utils.ts
M editors/blocknote-headless/src/components/linkEditionContext.ts
R editors/blocknote-headless/src/components/linkSuggest.ts
M editors/blocknote-headless/src/index.ts
R editors/blocknote-headless/src/react/BlockNoteView.tsx
R editors/blocknote-headless/src/react/DefaultFormattingToolbar.tsx
A editors/blocknote-headless/src/uniast/bn-to-uniast.ts
A editors/blocknote-headless/src/uniast/uniast-to-bn.ts
R editors/blocknote-headless/src/vue/blocks/ImageEditor.vue
R editors/blocknote-headless/src/vue/blocks/ImageFilePanel.vue
R editors/blocknote-headless/src/vue/blocks/ImageToolbar.vue
R editors/blocknote-headless/src/vue/blocks/LinkEditor.vue
R editors/blocknote-headless/src/vue/blocks/LinkSuggestItem.vue
R editors/blocknote-headless/src/vue/blocks/LinkSuggestList.vue
R editors/blocknote-headless/src/vue/blocks/LinkToolbar.vue
R editors/blocknote-headless/src/vue/blocks/ParagraphToolbar.vue
R editors/blocknote-headless/src/vue/blocks/ToolbarButtonSet.vue
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
M editors/blocknote-headless/tsconfig.json
M editors/blocknote-headless/vite.config.ts
A editors/blocknote-react/package.json
A editors/blocknote-react/postcss.config.cjs
A editors/blocknote-react/src/App.tsx
A editors/blocknote-react/src/blocknote/blocks/Headings.tsx
A editors/blocknote-react/src/blocknote/index.ts
A editors/blocknote-react/src/blocknote/utils.ts
A editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
A editors/blocknote-react/src/components/CustomFormattingToolbar.tsx
A editors/blocknote-react/src/components/SearchBox.tsx
A editors/blocknote-react/src/components/images/CustomImageToolbar.tsx
A editors/blocknote-react/src/components/images/ImageFilePanel.tsx
A editors/blocknote-react/src/components/images/ImageSelector.tsx
A editors/blocknote-react/src/components/links/CustomCreateLinkButton.tsx
A editors/blocknote-react/src/components/links/CustomLinkToolbar.tsx
A editors/blocknote-react/src/components/links/LinkEditor.tsx
A editors/blocknote-react/src/hooks.ts
A editors/blocknote-react/src/i18n.ts
A editors/blocknote-react/src/index.tsx
A editors/blocknote-react/src/langs/translation-en.json
A editors/blocknote-react/src/misc/linkSuggest.ts
A editors/blocknote-react/src/translations.ts
A editors/blocknote-react/tsconfig.json
A editors/blocknote-react/tsdoc.json
A editors/blocknote-react/vite.config.ts
M editors/blocknote/package.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
M lib/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-544: Fix BlockNote crashes in production (#1037)
Commit: a106df8657902f0909c92da9954c7f75ca964826
https://github.com/xwiki-contrib/cristal/commit/a106df8657902f0909c92da9954…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M api/CHANGELOG.md
M api/package.json
M authentication-server/CHANGELOG.md
M authentication-server/package.json
M core/alerts/alerts-api/CHANGELOG.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/CHANGELOG.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/CHANGELOG.md
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/CHANGELOG.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/CHANGELOG.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/CHANGELOG.md
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/CHANGELOG.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/CHANGELOG.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/CHANGELOG.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/CHANGELOG.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/CHANGELOG.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/CHANGELOG.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/CHANGELOG.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/CHANGELOG.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/CHANGELOG.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/CHANGELOG.md
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/CHANGELOG.md
M core/backends/backend-api/package.json
M core/backends/backend-dexie/CHANGELOG.md
M core/backends/backend-dexie/package.json
M core/backends/backend-github/CHANGELOG.md
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/CHANGELOG.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/CHANGELOG.md
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/CHANGELOG.md
M core/browser/browser-api/package.json
M core/browser/browser-default/CHANGELOG.md
M core/browser/browser-default/package.json
M core/configuration/configuration-api/CHANGELOG.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/CHANGELOG.md
M core/configuration/configuration-web/package.json
M core/date/date-api/CHANGELOG.md
M core/date/date-api/package.json
M core/date/date-ui/CHANGELOG.md
M core/date/date-ui/package.json
M core/document/document-api/CHANGELOG.md
M core/document/document-api/package.json
M core/document/document-default/CHANGELOG.md
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/CHANGELOG.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/CHANGELOG.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/CHANGELOG.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/CHANGELOG.md
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/CHANGELOG.md
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/CHANGELOG.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/CHANGELOG.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/CHANGELOG.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/CHANGELOG.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/CHANGELOG.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/CHANGELOG.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/CHANGELOG.md
M core/history/history-api/package.json
M core/history/history-default/CHANGELOG.md
M core/history/history-default/package.json
M core/history/history-github/CHANGELOG.md
M core/history/history-github/package.json
M core/history/history-ui/CHANGELOG.md
M core/history/history-ui/package.json
M core/history/history-xwiki/CHANGELOG.md
M core/history/history-xwiki/package.json
M core/icons/CHANGELOG.md
M core/icons/package.json
M core/info-actions/info-actions-api/CHANGELOG.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/CHANGELOG.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/CHANGELOG.md
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/CHANGELOG.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/CHANGELOG.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/CHANGELOG.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/CHANGELOG.md
M core/markdown/markdown-default/package.json
M core/model/model-api/CHANGELOG.md
M core/model/model-api/package.json
M core/model/model-click-listener/CHANGELOG.md
M core/model/model-click-listener/package.json
M core/model/model-local-url/CHANGELOG.md
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/CHANGELOG.md
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/CHANGELOG.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/CHANGELOG.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/CHANGELOG.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/CHANGELOG.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/CHANGELOG.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/CHANGELOG.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/CHANGELOG.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/CHANGELOG.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/CHANGELOG.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/CHANGELOG.md
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-api/CHANGELOG.md
M core/rename/rename-api/package.json
M core/rename/rename-default/CHANGELOG.md
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/CHANGELOG.md
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/CHANGELOG.md
M core/settings/settings-api/package.json
M core/settings/settings-browser/CHANGELOG.md
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/CHANGELOG.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/CHANGELOG.md
M core/settings/settings-configurations/package.json
M core/settings/settings-default/CHANGELOG.md
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/CHANGELOG.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/CHANGELOG.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/CHANGELOG.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/CHANGELOG.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/CHANGELOG.md
M core/uiextension/uiextension-ui/package.json
M core/uniast/CHANGELOG.md
M core/uniast/package.json
M core/user/user-ui/CHANGELOG.md
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/CHANGELOG.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/CHANGELOG.md
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/CHANGELOG.md
M core/xwiki/xwiki-utils/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
M dev/test-utils/CHANGELOG.md
M dev/test-utils/package.json
M ds/api/CHANGELOG.md
M ds/api/package.json
M ds/dsfr/CHANGELOG.md
M ds/dsfr/package.json
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
M editors/blocknote-headless/CHANGELOG.md
M editors/blocknote-headless/package.json
A editors/blocknote-react/CHANGELOG.md
M editors/blocknote-react/package.json
M editors/blocknote/CHANGELOG.md
M editors/blocknote/package.json
M editors/tiptap/CHANGELOG.md
M editors/tiptap/package.json
M electron/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/CHANGELOG.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/renderer/CHANGELOG.md
M electron/renderer/package.json
M electron/settings/settings-main/CHANGELOG.md
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/CHANGELOG.md
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/CHANGELOG.md
M electron/settings/settings-renderer/package.json
M electron/state/CHANGELOG.md
M electron/state/package.json
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M lib/CHANGELOG.md
M lib/package.json
M macros/CHANGELOG.md
M macros/package.json
M realtime/CHANGELOG.md
M realtime/package.json
M rendering/rendering/CHANGELOG.md
M rendering/rendering/package.json
M rendering/wikimodel/CHANGELOG.md
M rendering/wikimodel/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M skin/CHANGELOG.md
M skin/package.json
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
M utils/inversify/CHANGELOG.md
M utils/inversify/package.json
M web/CHANGELOG.md
M web/package.json
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Release of Cristal 0.19
Commit: a29abcb64054cb5b51a02c4b7b455f768d7c0cb8
https://github.com/xwiki-contrib/cristal/commit/a29abcb64054cb5b51a02c4b7b4…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M .github/renovate.json5
Log Message:
-----------
[Misc] Group @mantine upgrades together on renovate
Commit: f68696f5d4b653cca029b2bf79b29bd3682f4a43
https://github.com/xwiki-contrib/cristal/commit/f68696f5d4b653cca029b2bf79b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.12.2 (#1053)
Commit: 43b8a43e34834c16235899791908fc21f117ff27
https://github.com/xwiki-contrib/cristal/commit/43b8a43e34834c1623589979190…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency prettier to v3.6.0 (#1054)
Commit: d3753a4dfea512bf011f9a90fc44a4968196bf3a
https://github.com/xwiki-contrib/cristal/commit/d3753a4dfea512bf011f9a90fc4…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M authentication-server/package.json
M pnpm-lock.yaml
M realtime/package.json
Log Message:
-----------
[Misc] Update dependency tsx to v4.20.3 (#1026)
Commit: 8131708e8753f1207f15243cd998b7e200890812
https://github.com/xwiki-contrib/cristal/commit/8131708e8753f1207f15243cd99…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @changesets/cli to v2.29.5 (#1049)
Commit: af82abc855916373da094440020af8e4270369df
https://github.com/xwiki-contrib/cristal/commit/af82abc855916373da094440020…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @eslint/js to v9.29.0 (#1027)
Commit: 3be2bad2e680ebb861aa7084f6f4616c13f9f0c5
https://github.com/xwiki-contrib/cristal/commit/3be2bad2e680ebb861aa7084f6f…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency vue-eslint-parser to v10.1.4 (#1060)
Commit: a8913ada74f98f00696cfd573410bba823cee23d
https://github.com/xwiki-contrib/cristal/commit/a8913ada74f98f00696cfd57341…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update @typescript-eslint to v8.34.1 (#1035)
Commit: eaf6eb60e71ae18fb3cc56d5a38d18bfd3a4ec05
https://github.com/xwiki-contrib/cristal/commit/eaf6eb60e71ae18fb3cc56d5a38…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update @typescript-eslint to v8.35.0 (#1067)
Commit: c64b5123f7864a55d6e2ab7146b8caf2526d96a6
https://github.com/xwiki-contrib/cristal/commit/c64b5123f7864a55d6e2ab7146b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency prettier to v3.6.2 (#1065)
Commit: d32befd3641ccaaed483826e12be3c13e00a3b1e
https://github.com/xwiki-contrib/cristal/commit/d32befd3641ccaaed483826e12b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @playwright/test to v1.53.1 (#1039)
Commit: 5013d27db028e421010c5d9684873e0df064bbf8
https://github.com/xwiki-contrib/cristal/commit/5013d27db028e421010c5d96848…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.12.4 (#1066)
Commit: b61a75b6655bdb443799be2dd340f0ab6b86a788
https://github.com/xwiki-contrib/cristal/commit/b61a75b6655bdb443799be2dd34…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uniast/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/renderer/package.json
M electron/settings/settings-renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-570: Upgrade to inversify 7.5.4
Commit: ed1f4b5536c9e4494d534250f4d929bf4ffa5df0
https://github.com/xwiki-contrib/cristal/commit/ed1f4b5536c9e4494d534250f4d…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint-import-resolver-typescript to v4.4.4 (#1058)
Commit: 8b90ff14f762c9600b3e5c88a007f726c2d0388c
https://github.com/xwiki-contrib/cristal/commit/8b90ff14f762c9600b3e5c88a00…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M editors/blocknote/package.json
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @vitejs/plugin-vue to v6 (#1062)
Commit: 6c686099900b12fb167ef758666b3091c0d73c09
https://github.com/xwiki-contrib/cristal/commit/6c686099900b12fb167ef758666…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-ui/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/settings/settings-configurations-ui/package.json
M package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
[Misc] Update dependency vitest to v3.2.4 (#1044)
Commit: 4203f7c3cbc6ab2965cfaabb8c63edbcde703a50
https://github.com/xwiki-contrib/cristal/commit/4203f7c3cbc6ab2965cfaabb8c6…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M ds/vuetify/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-572: Upgrade to vuetify 3.8.10
Commit: 87518725ef7298c77646fc148dc75cfe89263f59
https://github.com/xwiki-contrib/cristal/commit/87518725ef7298c77646fc148dc…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v21.2.1 (#1043)
Commit: ff589f3821e068c30c36be700a111fe7171cfe65
https://github.com/xwiki-contrib/cristal/commit/ff589f3821e068c30c36be700a1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint-plugin-prettier to v5.5.0 (#1048)
Commit: d2719fa23b7a5705442a6a24f08152acf7147f9f
https://github.com/xwiki-contrib/cristal/commit/d2719fa23b7a5705442a6a24f08…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-xwiki/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-574: Upgrade to axios 1.10.0
Commit: 8d780556bbd7a1eec8ab1ad5fda65b8c61ff0c8c
https://github.com/xwiki-contrib/cristal/commit/8d780556bbd7a1eec8ab1ad5fda…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-575: Upgrade to electron 37.1.0
Commit: 1b015110614eb415de40ed40f6ba804650a32241
https://github.com/xwiki-contrib/cristal/commit/1b015110614eb415de40ed40f6b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint-plugin-prettier to v5.5.1 (#1068)
Commit: a16e6897ba8def960928d7076b7fdde8e2db2fbe
https://github.com/xwiki-contrib/cristal/commit/a16e6897ba8def960928d7076b7…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-ui/package.json
M core/browser/browser-default/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/history/history-ui/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-ui/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-ui/package.json
M core/settings/settings-configurations-ui/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/renderer/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-571: Upgrade to vue 3.5.17
Commit: f64c29df896c22abf28328fe4af6eef68fa7e23a
https://github.com/xwiki-contrib/cristal/commit/f64c29df896c22abf28328fe4af…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-configurations-ui/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/storage/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Make reflect-metadata and vue peer dependencies with version range
Commit: 6c58d1bba2e889e41ccb8d16c6cdbd2785ae6eb6
https://github.com/xwiki-contrib/cristal/commit/6c58d1bba2e889e41ccb8d16c6c…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M electron/renderer/package.json
M electron/renderer/vite.config.mjs
M web/package.json
M web/vite.config.ts
Log Message:
-----------
[Misc] Cleanup web and electron dependencies
Commit: 504cf8692ecde72da68a137648e038358212a049
https://github.com/xwiki-contrib/cristal/commit/504cf8692ecde72da68a137648e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v7 (#1064)
Commit: e8df0da26dfe6e9d7e2cdd0125e26dc2813b7f5f
https://github.com/xwiki-contrib/cristal/commit/e8df0da26dfe6e9d7e2cdd0125e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update Node.js to v22.17.0 (#1011)
Commit: 23e7afc7d7656ee71a76f2533a38e1bc5a07e2c9
https://github.com/xwiki-contrib/cristal/commit/23e7afc7d7656ee71a76f2533a3…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @vitejs/plugin-react to v4.6.0 (#1017)
Commit: 7e31adc9f690d5fc6dc853485a6485b27784f096
https://github.com/xwiki-contrib/cristal/commit/7e31adc9f690d5fc6dc853485a6…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M ds/vuetify/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-572: Upgrade to vuetify 3.8.11
Commit: 165fdcd97cc4f439729d8dafa30874532bd69324
https://github.com/xwiki-contrib/cristal/commit/165fdcd97cc4f439729d8dafa30…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @vitest/coverage-v8 to v3.2.4 (#1040)
Commit: 36257a1e8a8a645eab9b0cd58f03904ec488dbb5
https://github.com/xwiki-contrib/cristal/commit/36257a1e8a8a645eab9b0cd58f0…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint to v9.29.0 (#1028)
Commit: a11b5f981997d0413fad04eaadcb620928b71f66
https://github.com/xwiki-contrib/cristal/commit/a11b5f981997d0413fad04eaadc…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M core/backends/backend-xwiki/src/xwikiStorage.ts
M sources/xwiki/mock-server/src/index.ts
Log Message:
-----------
CRISTAL-504: Migrate the groovy extension for XWiki into a contrib extension in Java (#1031)
Commit: 4f8bd77b8e8d0132ac5d68147887ab253662964d
https://github.com/xwiki-contrib/cristal/commit/4f8bd77b8e8d0132ac5d6814788…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M api/src/api/storage.ts
M core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/history/history-github/src/components/componentsInit.ts
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/markdown/markdown-default/src/__tests__/defaultMarkdownRenderer.test.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/fileSystemRemoteURLSerializer.test.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/filesystemRemoteURLParser.test.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-github/package.json
A core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlParser.test.ts
A core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/page/page-api/package.json
A core/page/page-api/src/index.ts
A core/page/page-api/tsconfig.json
A core/page/page-api/tsdoc.json
A core/page/page-api/vite.config.ts
A core/page/page-api/vitest.config.ts
A core/page/page-default/package.json
A core/page/page-default/src/__tests__/defaultPageReader.test.ts
A core/page/page-default/src/__tests__/defaultPageWriter.test.ts
A core/page/page-default/src/defaultPageReader.ts
A core/page/page-default/src/defaultPageWriter.ts
A core/page/page-default/src/index.ts
A core/page/page-default/tsconfig.json
A core/page/page-default/tsdoc.json
A core/page/page-default/vite.config.ts
A core/page/page-default/vitest.config.ts
M core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
M ds/shoelace/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M editors/blocknote-react/src/components/images/ImageSelector.tsx
M editors/blocknote-react/src/components/links/LinkEditor.tsx
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudBasicAuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudOAuth2AuthenticationManager.ts
M electron/storage/package.json
M electron/storage/src/components/fileSystemStorage.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/src/electron/preload/index.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
CRISTAL-357: Improve the document storage format (#1080)
Commit: e91b98f590999e7b6d6b3c77bc547bf965e9d1f2
https://github.com/xwiki-contrib/cristal/commit/e91b98f590999e7b6d6b3c77bc5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M core/page/page-api/package.json
M core/page/page-default/package.json
Log Message:
-----------
CRISTAL-357: Improve the document storage format
Fix errors raised by publint on newly introduced packages.
Commit: 9b560105b214759e8bb238c34250df58984da5d0
https://github.com/xwiki-contrib/cristal/commit/9b560105b214759e8bb238c3425…
Author: XWiki <34096977+xwikiorgci(a)users.noreply.github.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M core/settings/settings-configurations-ui/langs/translation-fr.json
Log Message:
-----------
Translated using Weblate (French) (#1076)
Co-authored-by: Cédric LAMBLIN <cedric.lamblin(a)xwiki.com>
Commit: a5a56a5dae6ce80d07ea48869f47003feec4bf10
https://github.com/xwiki-contrib/cristal/commit/a5a56a5dae6ce80d07ea48869f4…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M core/markdown/markdown-default/src/__tests__/defaultMarkdownRenderer.test.ts
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
M editors/tiptap/src/extensions/markdown.ts
Log Message:
-----------
CRISTAL-566: Internal links with markup in the text are badly parsed
Commit: 1c71196b48824f91933729d1c76c95abf593a998
https://github.com/xwiki-contrib/cristal/commit/1c71196b48824f91933729d1c76…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths:
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/settings/settings-main/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-580: Upgrade to electron-store 10.1.0
Commit: 816018ec04a1e1c5fc1072ce13885cfbf977111a
https://github.com/xwiki-contrib/cristal/commit/816018ec04a1e1c5fc1072ce138…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths:
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/uniast/bn-to-uniast.ts
M editors/blocknote-headless/src/uniast/uniast-to-bn.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-573: Upgrade to blocknote 0.33.0 (#1085)
Commit: 0888bceb1e0d8f81922faf6d1400ff7f2b7c4894
https://github.com/xwiki-contrib/cristal/commit/0888bceb1e0d8f81922faf6d140…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M core/fn-utils/src/index.ts
M editors/blocknote-headless/src/uniast/bn-to-uniast.ts
M editors/blocknote-react/src/blocknote/index.ts
Log Message:
-----------
CRISTAL-573: Upgrade to blocknote 0.33.0 (#1088)
* Remove support for togglable list items in Blocknote
* Fix togglable headings' content preventing save
Commit: e8738eebcab4a065a5fd8091f6a4e229620b050b
https://github.com/xwiki-contrib/cristal/commit/e8738eebcab4a065a5fd8091f6a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency concurrently to v9.2.0 (#1052)
Commit: f30493d5d479667b801bac1829521be64eb23179
https://github.com/xwiki-contrib/cristal/commit/f30493d5d479667b801bac18295…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M .github/renovate.json5
M .github/workflows/build_electron.yml
M api/CHANGELOG.md
M api/package.json
M api/src/api/storage.ts
M authentication-server/CHANGELOG.md
M authentication-server/package.json
M core/alerts/alerts-api/CHANGELOG.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/CHANGELOG.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/CHANGELOG.md
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/CHANGELOG.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-default/CHANGELOG.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-ui/CHANGELOG.md
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/CHANGELOG.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-default/CHANGELOG.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/CHANGELOG.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/CHANGELOG.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/CHANGELOG.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/CHANGELOG.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/CHANGELOG.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/CHANGELOG.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/authentication/authentication-ui/CHANGELOG.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/CHANGELOG.md
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/CHANGELOG.md
M core/backends/backend-api/package.json
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-dexie/CHANGELOG.md
M core/backends/backend-dexie/package.json
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/CHANGELOG.md
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/CHANGELOG.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/CHANGELOG.md
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/browser/browser-api/CHANGELOG.md
M core/browser/browser-api/package.json
M core/browser/browser-default/CHANGELOG.md
M core/browser/browser-default/package.json
M core/configuration/configuration-api/CHANGELOG.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/CHANGELOG.md
M core/configuration/configuration-web/package.json
M core/date/date-api/CHANGELOG.md
M core/date/date-api/package.json
M core/date/date-ui/CHANGELOG.md
M core/date/date-ui/package.json
M core/document/document-api/CHANGELOG.md
M core/document/document-api/package.json
M core/document/document-default/CHANGELOG.md
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/CHANGELOG.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/CHANGELOG.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/CHANGELOG.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/CHANGELOG.md
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/CHANGELOG.md
M core/fn-utils/package.json
M core/fn-utils/src/index.ts
M core/hierarchy/hierarchy-api/CHANGELOG.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/CHANGELOG.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-filesystem/CHANGELOG.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/CHANGELOG.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/CHANGELOG.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/CHANGELOG.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/CHANGELOG.md
M core/history/history-api/package.json
M core/history/history-default/CHANGELOG.md
M core/history/history-default/package.json
M core/history/history-github/CHANGELOG.md
M core/history/history-github/package.json
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-ui/CHANGELOG.md
M core/history/history-ui/package.json
M core/history/history-xwiki/CHANGELOG.md
M core/history/history-xwiki/package.json
M core/icons/CHANGELOG.md
M core/icons/package.json
M core/info-actions/info-actions-api/CHANGELOG.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/CHANGELOG.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/CHANGELOG.md
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/CHANGELOG.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/CHANGELOG.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/CHANGELOG.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/CHANGELOG.md
M core/markdown/markdown-default/package.json
M core/markdown/markdown-default/src/__tests__/defaultMarkdownRenderer.test.ts
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
M core/model/model-api/CHANGELOG.md
M core/model/model-api/package.json
M core/model/model-click-listener/CHANGELOG.md
M core/model/model-click-listener/package.json
M core/model/model-local-url/CHANGELOG.md
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/CHANGELOG.md
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/CHANGELOG.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/CHANGELOG.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceSerializer.ts
M core/model/model-reference/model-reference-nextcloud/CHANGELOG.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/CHANGELOG.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/fileSystemRemoteURLSerializer.test.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/filesystemRemoteURLParser.test.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-github/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-github/package.json
A core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlParser.test.ts
A core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/CHANGELOG.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/CHANGELOG.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/CHANGELOG.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/CHANGELOG.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/CHANGELOG.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/CHANGELOG.md
M core/page-actions/page-actions-ui/package.json
A core/page/page-api/package.json
A core/page/page-api/src/index.ts
A core/page/page-api/tsconfig.json
A core/page/page-api/tsdoc.json
A core/page/page-api/vite.config.ts
A core/page/page-api/vitest.config.ts
A core/page/page-default/package.json
A core/page/page-default/src/__tests__/defaultPageReader.test.ts
A core/page/page-default/src/__tests__/defaultPageWriter.test.ts
A core/page/page-default/src/defaultPageReader.ts
A core/page/page-default/src/defaultPageWriter.ts
A core/page/page-default/src/index.ts
A core/page/page-default/tsconfig.json
A core/page/page-default/tsdoc.json
A core/page/page-default/vite.config.ts
A core/page/page-default/vitest.config.ts
R core/reactivue/CHANGELOG.md
R core/reactivue/package.json
R core/reactivue/src/index.tsx
R core/reactivue/tsconfig.json
R core/reactivue/tsdoc.json
R core/reactivue/vite.config.ts
M core/rename/rename-api/CHANGELOG.md
M core/rename/rename-api/package.json
M core/rename/rename-default/CHANGELOG.md
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/CHANGELOG.md
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/CHANGELOG.md
M core/settings/settings-api/package.json
M core/settings/settings-browser/CHANGELOG.md
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/CHANGELOG.md
M core/settings/settings-configurations-ui/langs/translation-fr.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/CHANGELOG.md
M core/settings/settings-configurations/package.json
M core/settings/settings-default/CHANGELOG.md
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/CHANGELOG.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
M core/tiptap-extensions/tiptap-link-suggest-ui/CHANGELOG.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/CHANGELOG.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/CHANGELOG.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/CHANGELOG.md
M core/uiextension/uiextension-ui/package.json
M core/uniast/CHANGELOG.md
M core/uniast/package.json
M core/user/user-ui/CHANGELOG.md
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/CHANGELOG.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/CHANGELOG.md
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/CHANGELOG.md
M core/xwiki/xwiki-utils/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
M dev/test-utils/CHANGELOG.md
M dev/test-utils/package.json
M ds/api/CHANGELOG.md
M ds/api/package.json
M ds/dsfr/CHANGELOG.md
M ds/dsfr/package.json
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
M ds/shoelace/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
M ds/vuetify/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M editors/blocknote-headless/CHANGELOG.md
M editors/blocknote-headless/langs/translation-en.json
M editors/blocknote-headless/package.json
R editors/blocknote-headless/src/blocknote/blocks/Headings.tsx
R editors/blocknote-headless/src/blocknote/bn-to-uniast.ts
R editors/blocknote-headless/src/blocknote/index.ts
R editors/blocknote-headless/src/blocknote/uniast-to-bn.ts
R editors/blocknote-headless/src/blocknote/utils.ts
M editors/blocknote-headless/src/components/linkEditionContext.ts
R editors/blocknote-headless/src/components/linkSuggest.ts
M editors/blocknote-headless/src/index.ts
R editors/blocknote-headless/src/react/BlockNoteView.tsx
R editors/blocknote-headless/src/react/DefaultFormattingToolbar.tsx
A editors/blocknote-headless/src/uniast/bn-to-uniast.ts
A editors/blocknote-headless/src/uniast/uniast-to-bn.ts
R editors/blocknote-headless/src/vue/blocks/ImageEditor.vue
R editors/blocknote-headless/src/vue/blocks/ImageFilePanel.vue
R editors/blocknote-headless/src/vue/blocks/ImageToolbar.vue
R editors/blocknote-headless/src/vue/blocks/LinkEditor.vue
R editors/blocknote-headless/src/vue/blocks/LinkSuggestItem.vue
R editors/blocknote-headless/src/vue/blocks/LinkSuggestList.vue
R editors/blocknote-headless/src/vue/blocks/LinkToolbar.vue
R editors/blocknote-headless/src/vue/blocks/ParagraphToolbar.vue
R editors/blocknote-headless/src/vue/blocks/ToolbarButtonSet.vue
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
M editors/blocknote-headless/tsconfig.json
M editors/blocknote-headless/vite.config.ts
A editors/blocknote-react/CHANGELOG.md
A editors/blocknote-react/package.json
A editors/blocknote-react/postcss.config.cjs
A editors/blocknote-react/src/App.tsx
A editors/blocknote-react/src/blocknote/blocks/Headings.tsx
A editors/blocknote-react/src/blocknote/index.ts
A editors/blocknote-react/src/blocknote/utils.ts
A editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
A editors/blocknote-react/src/components/CustomFormattingToolbar.tsx
A editors/blocknote-react/src/components/SearchBox.tsx
A editors/blocknote-react/src/components/images/CustomImageToolbar.tsx
A editors/blocknote-react/src/components/images/ImageFilePanel.tsx
A editors/blocknote-react/src/components/images/ImageSelector.tsx
A editors/blocknote-react/src/components/links/CustomCreateLinkButton.tsx
A editors/blocknote-react/src/components/links/CustomLinkToolbar.tsx
A editors/blocknote-react/src/components/links/LinkEditor.tsx
A editors/blocknote-react/src/hooks.ts
A editors/blocknote-react/src/i18n.ts
A editors/blocknote-react/src/index.tsx
A editors/blocknote-react/src/langs/translation-en.json
A editors/blocknote-react/src/misc/linkSuggest.ts
A editors/blocknote-react/src/translations.ts
A editors/blocknote-react/tsconfig.json
A editors/blocknote-react/tsdoc.json
A editors/blocknote-react/vite.config.ts
M editors/blocknote/CHANGELOG.md
M editors/blocknote/package.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
M editors/tiptap/CHANGELOG.md
M editors/tiptap/package.json
M editors/tiptap/src/extensions/markdown.ts
M electron/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudBasicAuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudOAuth2AuthenticationManager.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/CHANGELOG.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/renderer/CHANGELOG.md
M electron/renderer/package.json
M electron/renderer/vite.config.mjs
M electron/settings/settings-main/CHANGELOG.md
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/CHANGELOG.md
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/CHANGELOG.md
M electron/settings/settings-renderer/package.json
M electron/state/CHANGELOG.md
M electron/state/package.json
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M electron/storage/src/components/fileSystemStorage.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/src/electron/preload/index.ts
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M lib/CHANGELOG.md
M lib/package.json
M macros/CHANGELOG.md
M macros/package.json
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M realtime/CHANGELOG.md
M realtime/package.json
M rendering/rendering/CHANGELOG.md
M rendering/rendering/package.json
M rendering/wikimodel/CHANGELOG.md
M rendering/wikimodel/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M skin/CHANGELOG.md
M skin/package.json
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
M sources/xwiki/mock-server/src/index.ts
M utils/inversify/CHANGELOG.md
M utils/inversify/package.json
M web/CHANGELOG.md
M web/package.json
M web/vite.config.ts
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge branch 'main' into CRISTAL-534
Compare: https://github.com/xwiki-contrib/cristal/compare/94822ca9d7a1...f30493d5d479
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f94b8400ede585c78388831970d3fbecae31be4b
https://github.com/xwiki/xwiki-platform/commit/f94b8400ede585c78388831970d3…
Author: github-actions[bot] <41898282+github-actions[bot](a)users.noreply.github.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-websocket/src/main/java/org/xwiki/websocket/internal/DynamicEchoEndpoint.java
M xwiki-platform-core/xwiki-platform-websocket/src/test/java/org/xwiki/websocket/internal/DynamicEchoEndpointTest.java
Log Message:
-----------
XWIKI-23350: Unable to find Decoder for type: jakarta.websocket.MessageHandler$Whole on DynamicEchoEndpoint (#4333) (#4366)
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4333
Home: https://github.com/xwiki/xwiki-platform
Commit: 5fe42595d4f0da13b98a76669a735b78679a004c
https://github.com/xwiki/xwiki-platform/commit/5fe42595d4f0da13b98a76669a73…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-websocket/src/main/java/org/xwiki/websocket/internal/DynamicEchoEndpoint.java
M xwiki-platform-core/xwiki-platform-websocket/src/test/java/org/xwiki/websocket/internal/DynamicEchoEndpointTest.java
Log Message:
-----------
XWIKI-23350: Unable to find Decoder for type: jakarta.websocket.MessageHandler$Whole on DynamicEchoEndpoint (#4333)
(cherry picked from commit 125b8c59f1574e4e9ce4bdf85f8db1a4eb931a48)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 125b8c59f1574e4e9ce4bdf85f8db1a4eb931a48
https://github.com/xwiki/xwiki-platform/commit/125b8c59f1574e4e9ce4bdf85f8d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-websocket/src/main/java/org/xwiki/websocket/internal/DynamicEchoEndpoint.java
M xwiki-platform-core/xwiki-platform-websocket/src/test/java/org/xwiki/websocket/internal/DynamicEchoEndpointTest.java
Log Message:
-----------
XWIKI-23350: Unable to find Decoder for type: jakarta.websocket.MessageHandler$Whole on DynamicEchoEndpoint (#4333)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: ec22d4896987f2e9234af6bb21bd26eb5c77c483
https://github.com/xwiki/xwiki-platform/commit/ec22d4896987f2e9234af6bb21bd…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
Log Message:
-----------
XWIKI-23227: Add support for overriding the default WYSIWYG editor from request
* Update since version.
Commit: d0836d6649afcafec63bdf636f4dc159384af7be
https://github.com/xwiki/xwiki-platform/commit/d0836d6649afcafec63bdf636f4d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteCSSRequireJSModuleUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteEditor.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteRequireJSModuleUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/InplaceEditActionUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/StandaloneEditActionUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/AllIT.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/BlockNoteIT.java
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update since version
Compare: https://github.com/xwiki/xwiki-platform/compare/57c1766909e1...d0836d6649af
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: 6507e8695546e78e190993b634348bfd5ea630b6
https://github.com/xwiki/xwiki-platform/commit/6507e8695546e78e190993b63434…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rendercontent.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Avoid leading and trailing whispace when editing in-place (which is harmless when editing HTML but bad when the edit syntax is different).
Commit: 414c5e781c46123eb54d7fff5c4652a8223f364b
https://github.com/xwiki/xwiki-platform/commit/414c5e781c46123eb54d7fff5c46…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteEditor.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteRequireJSModuleUIExtension.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/macros.wiki
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/syntaxContentEditor.wiki
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/AllIT.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/BlockNoteIT.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/.gitattributes
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/env.d.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/eslint.config.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package-lock.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/inplace.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.app.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.node.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.vitest.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vitest.config.ts
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Boilerplate code to load a Vue-based editor in standalone and in-place edit mode.
Commit: 397c72c2ee1e74e96d182e27afe5487c9c3bc996
https://github.com/xwiki/xwiki-platform/commit/397c72c2ee1e74e96d182e27afe5…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
Log Message:
-----------
XWIKI-23226: Edit menu UI extensions defined in Java are ignored
Commit: c693a3951363f7b23df1a1abba654c5b5ba6bfb5
https://github.com/xwiki/xwiki-platform/commit/c693a3951363f7b23df1a1abba65…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/src/main/java/org/xwiki/edit/internal/DefaultEditConfiguration.java
A xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/src/test/java/org/xwiki/edit/internal/DefaultEditConfigurationTest.java
Log Message:
-----------
XWIKI-23227: Add support for overriding the default WYSIWYG editor from request
Commit: 5ad99132384e47c089208416f4be1aedfff5e161
https://github.com/xwiki/xwiki-platform/commit/5ad99132384e47c089208416f4be…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/InplaceEditActionUIExtension.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/StandaloneEditActionUIExtension.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/inplaceEditMenuItem.vm
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/standaloneEditMenuItem.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Inject links in the Edit menu to allow advanced users to quickly test the BlockNote integration.
Commit: a1abbb0718a2b0e0fe48c775f9280d0d5ce5b9a3
https://github.com/xwiki/xwiki-platform/commit/a1abbb0718a2b0e0fe48c775f928…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/macros.wiki
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* First attempt to load BlockNote
Commit: ef8c671eed058a9e3a3f1c29be9a6a1757ba1a74
https://github.com/xwiki/xwiki-platform/commit/ef8c671eed058a9e3a3f1c29be9a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update config to match Cristal
Commit: 6d184d6ed3960a7f00e514f24bec56781cd4bf30
https://github.com/xwiki/xwiki-platform/commit/6d184d6ed3960a7f00e514f24bec…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/pom.xml
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Switch to pnpm to match the tools used by Cristal, and update the build config to be able to use a local dependency from Cristal.
Commit: c2dfacc76c786d743f003dc599888b9eb14305cd
https://github.com/xwiki/xwiki-platform/commit/c2dfacc76c786d743f003dc59988…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteEditor.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteRequireJSModuleUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/InplaceEditActionUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/StandaloneEditActionUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/AllIT.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/BlockNoteIT.java
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update since version.
Commit: bd787b340a0d0dc9936d3d7e4671ad06cbba238c
https://github.com/xwiki/xwiki-platform/commit/bd787b340a0d0dc9936d3d7e4671…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update pnpm version.
Commit: e829241c7eb5ad1a838a9fee433668c61253a8d2
https://github.com/xwiki/xwiki-platform/commit/e829241c7eb5ad1a838a9fee4336…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-container/pom.xml
R xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/pom.xml
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/pom.xml
Log Message:
-----------
XWIKI-23227: Add support for overriding the default WYSIWYG editor from request
Commit: 20eb26a30b7eac62482d087842f2f497cd919264
https://github.com/xwiki/xwiki-platform/commit/20eb26a30b7eac62482d087842f2…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Move to 17.5.0-SNAPSHOT
Commit: 847b824dc555d175e15801392da65f051abd1288
https://github.com/xwiki/xwiki-platform/commit/847b824dc555d175e15801392da6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/inplaceEditMenuItem.vm
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/standaloneEditMenuItem.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Show the Edit menu entries only for advanced users.
Commit: ce25cc99c0d9f4a615003529fb3657d7869a82e4
https://github.com/xwiki/xwiki-platform/commit/ce25cc99c0d9f4a615003529fb36…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/eslint.config.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Fix the build to support using local Cristal (SNAPSHOT) deps (use workaround for Vite bug)
* Fix linting configuration and linting errors
* Don't depend on cristal-skin because it brings unneeded transitive deps; use ``cristal-api`` instead and implement the SkinManager interface
* No need to depend on React directly / explicitly
* Allow esbuild to hook to build lifecycle
Commit: 3e03b946e6dea52e1690419e402027d8063ec64e
https://github.com/xwiki/xwiki-platform/commit/3e03b946e6dea52e1690419e4020…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Simplify imports
Commit: f27d76f60e10494be7774a0dacc40af21c6a7d9b
https://github.com/xwiki/xwiki-platform/commit/f27d76f60e10494be7774a0dacc4…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* We actually need to depend on React in order to execute the JSX transformations...
Commit: a433f70d15c885ad861cb64a94620e38db8b2c89
https://github.com/xwiki/xwiki-platform/commit/a433f70d15c885ad861cb64a9462…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/document/DefaultDocumentService.ts
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.test.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceHandlerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceParserProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceSerializerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/DefaultRemoteURLParserProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/DefaultRemoteURLSerializerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLParser.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLSerializer.ts
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin/DefaultSkinManager.ts
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/prototypeJSPatches.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Small progress.
Commit: a0045923b1507df13a279166c163d6b04dcab2ca
https://github.com/xwiki/xwiki-platform/commit/a0045923b1507df13a279166c163…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/i18nResolver.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/testUtils.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Localization support.
Commit: d22d70fdc93bd69531bae96d146abb422d071279
https://github.com/xwiki/xwiki-platform/commit/d22d70fdc93bd69531bae96d146a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/DefaultAuthenticationManagerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/XWikiAuthenticationManager.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/DefaultLinkSuggestServiceProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/XWikiLinkSuggestService.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Add missing components.
Commit: 608baedc8528b8bea51947e1b69c6324d5f33e29
https://github.com/xwiki/xwiki-platform/commit/608baedc8528b8bea51947e1b69c…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteCSSRequireJSModuleUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/macros.wiki
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/inplace.js
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm
A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/require/css.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Load the CSS (using a simple CSS loader plugin for RequireJS)
* Fix the input syntax parameter
* Disable all rendering transformations until we implement the protection.
* Increment the version of Cristal dependencies
Commit: 7340c06c11e7856e438fd5349f58047698c3bce3
https://github.com/xwiki/xwiki-platform/commit/7340c06c11e7856e438fd5349f58…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Handle save
* Upgrade some development deps to match Cristal
Commit: 61ee37eb03b9d3a55031a314071ae94174239ba1
https://github.com/xwiki/xwiki-platform/commit/61ee37eb03b9d3a55031a314071a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/inplace.js
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editmeta.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/edit.less
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Improve the styles for the integration with the standalone and in-place edit modes.
Commit: 08194bb1e333eabf8adaf3b9718c03b8481402e3
https://github.com/xwiki/xwiki-platform/commit/08194bb1e333eabf8adaf3b9718c…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/inplace.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Use the "xwikicontent" element in in-place edit mode rather than creating a new sibling element in order to inherit some styles from the XWiki skin.
Commit: 7511657de5ab850c0adf34b71006763084041fa2
https://github.com/xwiki/xwiki-platform/commit/7511657de5ab850c0adf34b71006…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update dev deps
Commit: e34947eddfc731f3c01511322c43107597d485eb
https://github.com/xwiki/xwiki-platform/commit/e34947eddfc731f3c01511322c43…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Improve a bit the content styles to make it look closer to view mode.
Commit: 501d2c1fb0de30d120ee32c1021c7a4a756314b0
https://github.com/xwiki/xwiki-platform/commit/501d2c1fb0de30d120ee32c1021c…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/contentvars.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rendercontent.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Escape the content when the output syntax is not HTML and we output both the title and the content (which requires HTML).
Commit: f59efba492bcebc003a0895adb9592b5f965bcd1
https://github.com/xwiki/xwiki-platform/commit/f59efba492bcebc003a0895adb95…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M pom.xml
Log Message:
-----------
XWIKI-23285: Upgrade to vue-i18n 11.1.5
Commit: 992edea753bfa64833095271cc838053e7bb084c
https://github.com/xwiki/xwiki-platform/commit/992edea753bfa64833095271cc83…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/XWikiEntityReference.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLSerializer.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Upgrade dev dependency
* Fix floating toolbar style
* Fix link edit popop style
* Implement entity reference to URL serialization (for links and images)
Commit: 92ff43de8fff1a89bf0500d49f0995ed5e1cb319
https://github.com/xwiki/xwiki-platform/commit/92ff43de8fff1a89bf0500d49f09…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/eslint.config.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/ds/x-btn.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin/DefaultSkinManager.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin/XWikiDesignSystemLoader.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update dev deps
* Basic design system loader implementation
* Implement the button component using XWiki's design system (Bootstrap)
Commit: 61c555ada373504cb76947fa6ef98dd14417c477
https://github.com/xwiki/xwiki-platform/commit/61c555ada373504cb76947fa6ef9…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/XWikiAuthenticationManager.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/document/DefaultDocumentService.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/XWikiLinkSuggestService.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/XWikiEntityReference.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/XWikiModelReferenceHandler.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/XWikiModelReferenceParser.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/XWikiModelReferenceSerializer.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLParser.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLSerializer.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Use our own implementation of entity/resource reference parser / serializer based on entityReference.js which is well tested.
* Bulletproof the entity reference to URL serializer
Commit: 33388b66af7be7a4408cd90395ab30ae252075f1
https://github.com/xwiki/xwiki-platform/commit/33388b66af7be7a4408cd90395ab…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Upgrade to Cristal 0.19RC1
Commit: 9e4bd6e936678ad6cee77ab67837b26f31fbc086
https://github.com/xwiki/xwiki-platform/commit/9e4bd6e936678ad6cee77ab67837…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Dependency upgrades
Commit: 38731bd15b5838e14521a8635eb16b9719e6711b
https://github.com/xwiki/xwiki-platform/commit/38731bd15b5838e14521a8635eb1…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/storage/DefaultStorageProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/storage/XWikiStorage.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Upgrade to Cristal 0.19.0
Commit: 15f425569dd49589be29e32301057711b7d17c85
https://github.com/xwiki/xwiki-platform/commit/15f425569dd49589be29e3230105…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Debug Pinia issue
Commit: df526bc646b278eabfd82cc52569a90adc289f57
https://github.com/xwiki/xwiki-platform/commit/df526bc646b278eabfd82cc52569…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update pom version to match master branch.
Commit: 57c1766909e1beaf78b64e05f4c612de8bca44a5
https://github.com/xwiki/xwiki-platform/commit/57c1766909e1beaf78b64e05f4c6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Fix the Pinia issue: it seems the Vue version was the problem.. thanks @manuelleduc
Compare: https://github.com/xwiki/xwiki-platform/compare/1cbd2134749c...57c1766909e1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications