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

v0.3.17

Choose a tag to compare

@l7aromeo l7aromeo released this 12 Nov 04:25
· 223 commits to main since this release

MeoNode UI v0.3.17 – Iterative Renderer, Prop Caching & TypeScript Configuration Improvements

Release Date: 2025-11-12

⚡ Performance

  • core: Implemented iterative renderer and prop caching to reduce re-renders and improve overall rendering efficiency (8a3a264).
  • helper: Refactored theme resolution logic for improved performance and more reliable cache correctness (9614cb8).

🧹 Chore & Maintenance

  • Fixed minor typo in useTheme JSDoc comment (de0ddd9).
  • Added deprecation notice to usePortal hook (planned for removal in future release) (f8a2923).
  • Updated PortalProps type definition to include a default generic type parameter (de73ba5).
  • Updated isNodeInstance type guard to use BaseNode instead of NodeInstance for more accurate inference (2c69d05).
  • scripts: Increased Jest stack size and fixed build commands for better CI reliability (e046cdf).
  • Renamed jest.config.mjsjest.config.ts to improve TypeScript testing integration (a3213eb).
  • Updated tsconfig.json to:
    • Exclude dist and node_modules directories (eeb9577).
    • Enhance compiler options and add path mappings for a smoother development experience (89bc1a4).

📦 Version Update

  • Current version: 0.3.17

🔗 Changelog & Commits