Coralite v0.36.1 Released

Coralite v0.36.1 is now available. This release addresses a bug in the client-side runtime that affected how HTML content and element attributes were handled during hydration.

HTML Hydration and Attribute Preservation #

Prior to this release, the client-side runtime hardcoded text node bindings to the text type. This caused HTML content, such as aggregated blog pagination, to be escaped and rendered as plain text during client-side hydration.

This update introduces two key changes to improve hydration accuracy:

How to Upgrade #

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

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

Related posts

More blog posts

Start Building with Coralite!

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

Copied commandline!