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.
- 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.
- Type Definitions: Added a detailed documentation entry for the
CoraliteResulttype, 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.
npm install coralite@0.6.1
For a full list of changes, see the v0.6.1 changelog.
