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

v0.3.6

Choose a tag to compare

@l7aromeo l7aromeo released this 27 Sep 02:35

MeoNode UI v0.3.6 – Cookie Fix, Element Handling Refinements & Changelog Sync

Release Window: 2025-09-26 → 2025-09-27

Fixes

  • Theme Cookie: Added cookie path to prevent duplicate theme cookie issues.
  • Component Stability: Fixed component remounting problems when children content changed dynamically (e.g., during typing).

Refactors

  • Core:
    • Removed automatic key generation (_generateKey) and all related logic.
    • Simplified _processRawNode by removing the nodeIndex parameter and complex case handling.
    • Updated render() to spread array children as individual arguments to createElement.
    • Preserved only explicit non-null keys from original React elements.

Changes

  • Changelog: Updated missing changelog entries to ensure version history is complete and consistent.

Version Update

  • Consolidated updates from v0.3.4 → v0.3.6. Current version is 0.3.6.

Changelog & Commits