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 `
- 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.11.3 - 18 June 25
- Coralite v0.11.2 - 15 June 25
- Coralite v0.11.1 - 5 June 25