Download Latest Version Grid Column Header Drag_Drop Hotfix source code.tar.gz (16.9 MB)
Email in envelope

Get an email when there's a new version of neo.mjs

Home / 10.1.1
Name Modified Size InfoDownloads / 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 the move() method would fail to correctly swap adjacent items. This was caused by an unsafe, nested splice() 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.

Source: README.md, updated 2025-07-27