Coralite v0.5.0
Coralite’s latest release introduces enhanced capabilities for manipulating named slot content within components and improved test coverage, reinforcing the stability of its HTML module static site generator.
Core Functionality #
- Introduced support for programmatically manipulating named slot content through the
defineComponent
function, enabling greater flexibility in component composition and rendering logic. - Expanded test coverage to include comprehensive testing of slot functions within
defineComponent
, ensuring robustness in edge cases such as nested or conditional slot usage. - Updated build configurations to automatically ignore unused files during npm package generation, improving performance and reducing unnecessary dependencies.
- Implemented additional test scenarios for named slot handling within the
<body>
element, addressing potential rendering inconsistencies in complex layouts.
Get the release #
npm install coralite@0.5.0
For detailed information on all changes, refer to the git v0.5.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