This repository was archived by the owner on Aug 2, 2026. It is now read-only.
v0.3.6
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
_processRawNodeby removing thenodeIndexparameter and complex case handling. - Updated
render()to spread array children as individual arguments tocreateElement. - Preserved only explicit non-null keys from original React elements.
- Removed automatic key generation (
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.