Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Grid Column Header Drag_Drop Hotfix source code.tar.gz | < 8 hours ago | 16.9 MB | |
Grid Column Header Drag_Drop Hotfix source code.zip | < 8 hours ago | 18.7 MB | |
README.md | < 8 hours ago | 813 Bytes | |
Totals: 3 Items | 35.6 MB | 0 |
Neo.mjs v10.1.1 Release Notes
This is a patch release that addresses a critical regression bug affecting drag-and-drop operations in grids.
Bug Fixes
Grid Column Drag & Drop
- Fixed a bug in
Neo.collection.Base
where themove()
method would fail to correctly swap adjacent items. This was caused by an unsafe, nestedsplice()
operation that could lead to unpredictable behavior. - The direct impact of this bug was the failure of drag-and-drop for grid column reordering, which is a significant regression.
- The
move()
method has been refactored to use a safer, two-step approach, ensuring the stability of all collection-based move operations. - See: https://github.com/neomjs/neo/issues/7118
This fix restores the expected drag-and-drop functionality for grid columns.