Skip to main content

Coralite v0.14.2

Thomas David -

Coralite v0.14.2 is a targeted update focused on stability, correctness, and safety. This release addresses critical parsing edge cases and strengthens validation across template and custom element handling. It follows the v0.14.0 release, which introduced foundational improvements to the parser and runtime.

Bug Fixes #

Impact and Value #

These fixes reduce the risk of crashes, improve security by rejecting malformed input, and ensure compliance with web standards. They make Coralite more resilient in production environments and easier to debug when issues arise.

Developers using Coralite in templates with complex or dynamic content will benefit from more predictable parsing behavior, especially when handling user-generated or external HTML.

How to Upgrade #

To upgrade to Coralite v0.14.2, run the following command:

bash
Code copied!
npm install coralite@0.14.2

For a complete list of changes, view the full changelog.

Start Building with Coralite!

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

Copied commandline!