Coralite v0.2.1
Coralite’s latest release introduces enhancements to layout component parsing, SVG tag support, and codebase cleanup while improving test coverage for critical functions.
Key Improvements #
- Improved root element parsing to enable hierarchical layout components, resolving compatibility issues with nested structures.
- Expanded HTML rendering capabilities by including native
<svg>
tag support for embedded vector graphics. - Enhanced test coverage with new unit tests for the `getHTML` function, ensuring robustness during template processing.
Codebase Optimisations #
- Removed unused dependencies (`acorn`, `eval-estree-expression`) and outdated configuration files to reduce maintenance overhead.
- Updated CI workflows for release note generation, ensuring consistency across versions.
Get the release #
npm install coralite@0.2.1
For detailed information on all changes, refer to the git v0.2.1 changelog
Related posts
- Coralite v0.13.0 - 18 July 25
- Coralite v0.12.0 - 17 July 25
- Coralite v0.11.4 - 21 June 25