Coralite v0.6.1
Coralite’s latest release, v0.6.1, introduces improvements and documentation enhancements to support more robust development practices and better user guidance when working with the HTML module static site generator.
Key Improvements and Features #
- Dynamic Module Import: Added support for dynamically importing modules, enabling more flexible and modular project structures. This is particularly useful in large-scale static site generation workflows.
- Bug Fix: Render Computed Slot Nodes: Resolved an issue with the rendering of computed slot nodes, ensuring that dynamic content placement within templates functions as intended.
Documentation Enhancements #
- Type Definitions: Added a detailed documentation entry for the
CoraliteResult
type, improving clarity and usability for developers working with Coralite’s return values. - Example Usage: Introduced example annotations within the documentation to illustrate practical usage patterns of Coralite features.
- Improved Technical Documentation: Added foundational technical documentation covering key concepts, making it easier for new users and contributors to understand and work with Coralite’s architecture.
Get the release #
npm install coralite@0.6.1
For a full list of changes, see the v0.6.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