This issue has been created
There are 6 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e8942c1f-691c-4494-b6e2-3cde21d27379 XWIKI-24836 Closed

Update dependency org.webjars.npm:fuse.js to v7.5.0

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-f64c3f55-0757-4c84-be92-5730e6dc9c6d Marius Dumitru Florea created this issue on 09/Sep/26 10:54
 
Summary: Update dependency org.webjars.npm:fuse.js to v7.5.0
Issue Type: cid:jira-generated-image-avatar-e8942c1f-691c-4494-b6e2-3cde21d27379 Task
Affects Versions: 18.7.0
Assignee: Unassigned
Components: Dependency Upgrades
Created: 09/Sep/26 10:54
Priority: cid:jira-generated-image-static-major-0e644c62-3c67-486f-b86e-a401d3a72a38 Major
Reporter: Marius Dumitru Florea
Description:

See https://github.com/krisk/Fuse/blob/HEAD/CHANGELOG.md#750-2026-07-13 .

fuse.js powers the fuzzy quick action (slash) search of the CKEditor xwiki-slash plugin. Every change in 7.5.0 is a scoring or ranking bug fix, so the order in which the quick actions are suggested in the slash menu can shift:

  • the key weights we use (id: 5, nameTokens: 4, name: 3, descriptionTokens: 2, group.id: 1, group.nameTokens: 1) don't sum to 1, and 7.5.0 normalises them, which changes the relative influence of each key
  • limit now keeps the correct top-N when scores tie
  • field-length normalisation now counts tabs and newlines as word separators

The public API is unchanged, so the upgrade itself is a drop-in.

 
 

6 updates

 
cid:jira-generated-image-avatar-f64c3f55-0757-4c84-be92-5730e6dc9c6d Changes by Marius Dumitru Florea on 09/Sep/26 10:54
 
Fix Version: 18.8.0-rc-1
Documentation in Release Notes: N/A
Documentation: N/A
Assignee: Marius Dumitru Florea
Resolution: Fixed
Status: Open Closed