Coralite v0.7.0
Coralite’s latest release, v0.7.0
, introduces enhancements focused on type safety and nested component handling, improving reliability in complex template structures.
Core Functionality #
- Introduced type helper functions to validate node types, ensuring robustness when processing child elements and slots.
- Implemented checks to confirm whether a slot is a valid node, preventing runtime errors during rendering.
- Enhanced support for nested components by fixing attribute value application and expanding test coverage for nested element handling.
Get the release #
npm install coralite@0.7.0
For detailed information on all changes, refer to the git v0.7.0 changelog
Related posts
- Coralite v0.11.3 - 18 June 25
- Coralite v0.11.2 - 15 June 25
- Coralite v0.11.1 - 5 June 25