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
metanamespace for aggregated values and page sorting logic. - Refactored module identifiers in
SourceTextModuleto 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.18.7 Release Notes - 18 Oct 25
- Coralite v0.18.6 Release Notes - 24 Sept 25
- Coralite v0.18.5 Release Notes - 18 Sept 25
