You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes several enhancements and fixes since v10.0.1.
4
+
5
+
**Key Updates:**
6
+
7
+
***`README.md` & Comparison Enhancements**: Significant updates to the `README.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.
8
+
***Data Model Enhancements**: Default values for `records` now optionally support functions, enabled by changes in `data.RecordFactory`.
9
+
***DOM Rendering**: `DomApiRenderer` has been improved for creating void attributes, enhancing rendering accuracy.
10
+
***Core Component Fix**: Re-added the lost `parentId` default value to `component.Abstract`, which resolves an issue with the tooltip singleton.
0 commit comments