Coralite v0.12.0
Coralite’s latest release introduces plugin hook support, codebase refactoring, and improved type definitions while enhancing the framework's flexibility and robustness.
New Features #
- Add plugin hook support to allow custom extensions during page and template lifecycle events.
- Added method to register plugin hooks, enabling developers to define custom functions that can be triggered at specific points in the build process.
Codebase Improvements #
- Refactored module linker to use new source modules configuration for better path resolution and performance.
- Added async support for template and page file handlers, ensuring that asynchronous operations are handled correctly during rendering.
Codebase Optimisations #
- Removed metadata and custom elements collection to reduce memory usage and improve performance.
- Updated CI workflows for release note generation, ensuring consistency across versions.
Get the release #
npm install coralite@0.12.0
For detailed information on all changes, refer to the git v0.12.0 changelog
Related posts
- Coralite v0.13.0 - 18 July 25
- Coralite v0.11.4 - 21 June 25