Skip to main content

Coralite v0.18.0

Thomas David -

Coralite v0.18.0 delivers a focused update to improve module structure, type safety, and consistency across the project. This release centers on internal refactoring for better developer experience, with clear improvements in how libraries are imported and typed.

Key Improvements #

The primary changes in this release aim to streamline how developers interact with Coralite’s core functionality. By reorganizing exports and aligning import paths, we reduce friction when building and maintaining applications.

Bug Fixes #

Several fixes ensure consistency in rendering, imports, and performance. These updates address subtle but impactful issues that could affect development workflows.

How to Upgrade #

Upgrading to v0.18.0 is straightforward. Depending on your project setup, you’ll need to update one or both of the following packages:

bash
Code copied!
npm install coralite@0.18.1

If you’re using coralite-scripts for scaffolding, update that as well:

bash
Code copied!
npm install coralite-scripts@0.18.1

After upgrading, review any import paths in your code. The changes to core exports and module structure may require minor adjustments to ensure compatibility.

For a full list of changes, including detailed commit messages, view the full changelog.

Start Building with Coralite!

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

Copied commandline!