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

v0.2.11

Choose a tag to compare

@l7aromeo l7aromeo released this 11 Sep 04:47
· 348 commits to main since this release

MeoNode UI v0.2.11 – Improved Documentation & Child Processing Overhaul

Release Date: 2025-09-11

What's Enhanced

  • Core (BaseNode):
    • Expanded and clarified JSDoc documentation, covering prop processing, child handling, and rendering logic.
    • Overhauled child processing and caching mechanism to boost server-side performance and fix a memory leak.
      • Replaced object stringification with a more efficient hashing strategy for cache keys.
      • Introduced a cache management policy for better memory handling.

What's Fixed

  • Helper: Fixed an unnecessary string check in flexbox style processing.
  • Core (BaseNode): Updated a function placeholder to follow the unused parameter naming convention.

Version Update

  • Incremented version to 0.2.11.

Changelog & Commits