Coralite v0.6.8
Coralite’s HTML module static site generator (SSG) release introduces refinements to metadata handling, template processing, and nested component support, enhancing reliability and developer experience for module-based website construction.
Core Functionality #
- Enhanced computed slot parsing with string support via
evalComputedTokens
, enabling dynamic attribute replacements during template rendering. - Improved metadata management by introducing a
meta
namespace for aggregated values and page sorting logic. - Refactored module identifiers in
SourceTextModule
to improve traceability and debugging capabilities. - Resolved issues with slot attribute handling by removing redundant attributes and ensuring computed tokens are processed before value replacement.
- Expanded test coverage for nested components and updated HTML parsing strategies in test environments.
Get the release #
npm install coralite@0.6.8
For detailed information on all changes, refer to the git v0.6.8 changelog
Related posts
- Coralite v0.13.0 - 18 July 25
- Coralite v0.12.0 - 17 July 25
- Coralite v0.11.4 - 21 June 25