Skip to main content

Coralite v0.18.7

Thomas David -

Coralite v0.18.7 Release includes updated dependencies, enhanced callback control, better type checking support, and refined scaffolding behavior.

Key Improvements #

Bug Fixes #

Documentation & Infrastructure #

Development & Tooling #

How to Upgrade #

Update your project dependencies using either the CLI tool or the scaffolding tool:

bash
Code copied!
npm install coralite@0.18.1

Or update the scaffolding tool:

bash
Code copied!
npm install coralite-scripts@0.18.1

After upgrading, verify your project builds and runs as expected. Check the full changelog for details on all changes.

Start Building with Coralite!

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

Copied commandline!