Frontmatter
| tagName | 10.0.2 |
| name | v10 polishing |
| publishedAt | 7/26/2025, 8:02:56 PM |
| isPrerelease | |
| isDraft |
v10 polishing
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
recordsnow optionally support functions, enabled by changes indata.RecordFactory. - DOM Rendering:
DomApiRendererhas been improved for creating void attributes, enhancing rendering accuracy. - Core Component Fix: Re-added the lost
parentIddefault 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
idas the keyProperty.