Coralite v0.13.0
Coralite’s latest release, version 0.13.0, focuses on improving plugin compatibility and refining internal processing logic for better performance and clarity.
Key Improvements #
- Plugin hooks have been updated to use
onPageSetandonTemplateSetinstead of the previousonPageCreateandonTemplateCreate. This change ensures consistency with internal event handling mechanisms. - Temporary elements for hooks are now included during compilation, providing better debugging capabilities while removing them in production.
Codebase Optimisations #
- The plugin hook system has been refactored for improved maintainability and clarity, aligning with the new event naming conventions.
- Type definitions have been updated to reflect the new callback names for page and template events, ensuring type safety in plugin development.
Get the release #
npm install coralite@0.13.0
For detailed information on all changes, refer to the git v0.13.0 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
