This repository was archived by the owner on Aug 2, 2026. It is now read-only.
v0.2.17
MeoNode UI v0.2.17 – Utility Enhancements & Core Streamlining
Release Date: 2025-09-14
What's New
- Helpers: Added
omitandomitUndefinedutility functions to create object copies without specified keys or undefined values. - Integration: Applied these utilities to manage
finalPropsfor both standard HTML tags and custom components.
Refactors
- Removed unnecessary type assertions for
childrenincore.node.ts. - Streamlined element creation logic in
core.node.tsfor cleaner and more efficient rendering.
Tests
- Added a test case for rendering a
Divnode using theComponentHOC. - Replaced
Divcomponents withContainerfor consistency in performance tests. - Added a test for rendering an empty-prop
Divnode innode.test.ts.
Version Update
- Incremented version to 0.2.17.