Skip to main content

Coralite v0.23.0 Released

Thomas David -

I am excited to announce the release of Coralite v0.23.0! This update introduces a powerful new plugin hook for interacting with rendered pages, refines attribute handling for slot components, and includes several bug fixes and type definition improvements.

The onAfterPageRender Plugin Hook #

We've introduced the onAfterPageRender plugin hook, which is executed right after a page has been fully rendered and its HTML string is ready. This provides an excellent entry point for generating sitemaps, RSS feeds, or modifying the final HTML output.

For instance, the new coralite-plugin-translation utilizes this hook to process translations on the final rendered output.

Bug Fixes & Refactoring #

This release also brings several under-the-hood improvements to make your Coralite experience smoother:

How to Upgrade #

To upgrade to the latest version, update your project dependencies:

bash
Code copied!
  npm install coralite@0.23.0
bash
Code copied!
  npm install coralite-scripts@0.23.0

Related posts

More blog posts

Start Building with Coralite!

Use the scaffolding script to get jump started into your next project with Coralite