Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

v0.2.17

Choose a tag to compare

@l7aromeo l7aromeo released this 14 Sep 11:48

MeoNode UI v0.2.17 – Utility Enhancements & Core Streamlining

Release Date: 2025-09-14

What's New

  • Helpers: Added omit and omitUndefined utility functions to create object copies without specified keys or undefined values.
  • Integration: Applied these utilities to manage finalProps for both standard HTML tags and custom components.

Refactors

  • Removed unnecessary type assertions for children in core.node.ts.
  • Streamlined element creation logic in core.node.ts for cleaner and more efficient rendering.

Tests

  • Added a test case for rendering a Div node using the Component HOC.
  • Replaced Div components with Container for consistency in performance tests.
  • Added a test for rendering an empty-prop Div node in node.test.ts.

Version Update

  • Incremented version to 0.2.17.

Changelog & Commits