Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-26 | 1.2 kB | |
v10 polishing source code.tar.gz | 2025-07-26 | 16.9 MB | |
v10 polishing source code.zip | 2025-07-26 | 18.7 MB | |
Totals: 3 Items | 35.6 MB | 0 |
Neo.mjs v10.0.2 Release Notes
This release includes several enhancements and fixes since v10.0.1.
Key Updates:
README.md
& Comparison Enhancements: Significant updates to theREADME.md
, including a new section "đ Inside v10: A New Era of Frontend Architecture" with links to a five-part blog series. The architectural comparison table "đ Architectural Deep Dive: Neo.mjs vs. Main-Thread Frameworks" has been expanded, and detailed comparison documents (NeoVsAngular.md
,NeoVsReact.md
,NeoVsVue.md
) have been updated to provide enhanced insights.- Data Model Enhancements: Default values for
records
now optionally support functions, enabled by changes indata.RecordFactory
. - DOM Rendering:
DomApiRenderer
has been improved for creating void attributes, enhancing rendering accuracy. - Core Component Fix: Re-added the lost
parentId
default value tocomponent.Abstract
, which resolves an issue with the tooltip singleton. - Dark Theme: Improved the styling for ghost buttons
- Tree List Polished drag&drop support for the edge case where stores are not using
id
as the keyProperty.