Coralite v0.6.6
Coralite’s latest release introduces improvements in template processing and HTML parsing, enhancing reliability and flexibility for developers using the HTML module static site generator.
Core Functionality #
- Enhanced HTML parsing capabilities through a reusable
parseHTML
utility function, enabling consistent token extraction and rendering across templates. This includes support for parsing HTML within tokens and appending rendered content to custom element slots. - Resolved an issue where computed slot token parameters incorrectly excluded attribute values, ensuring accurate data handling during template processing.
- Exported the current document context to template rendering pipelines, improving access to contextual metadata for dynamic content generation.
- Updated type definitions in
CoraliteModuleValues
to align with recent API changes, enhancing code clarity and type safety across modules.
Get the release #
npm install coralite@0.6.6
For detailed information on all changes, refer to the git v0.6.6 changelog.
Related posts
- Coralite v0.11.3 - 18 June 25
- Coralite v0.11.2 - 15 June 25
- Coralite v0.11.1 - 5 June 25