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
onPageSet
andonTemplateSet
instead of the previousonPageCreate
andonTemplateCreate
. 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.12.0 - 17 July 25
- Coralite v0.11.4 - 21 June 25