Skip to main content

Coralite v0.15.0

Thomas David -

Coralite v0.15.0 introduces a suite of enhancements that strengthen project automation, improve developer workflow, and expand support for modern web tooling. This release centers on stabilizing the build pipeline, refining configuration, and delivering better tooling for content and asset management.

Key Improvements #

This release brings significant upgrades to tooling, configuration, and runtime behavior. The core focus is on making Coralite more predictable, maintainable, and easier to use across different project types.

New CLI and Automation #

A new coralite-release package adds a dedicated CLI for version management and Git tagging. It simplifies the release process with built-in commands for version bumping, changelog generation, and tagging commits.

Enhanced Build and Asset Support #

Support for SASS and SCSS compilation is now integrated directly into the build system with watch mode and source maps.

Content and Collection Improvements #

Collection handling has been overhauled to support more flexible file paths and clearer loading behavior.

Developer Experience and Tooling #

Improvements to configuration, logging, and documentation make Coralite more approachable and reliable.

Notable Fixes #

Several critical issues were resolved to improve stability and correctness.

Documentation and Community #

Documentation has been expanded to support new features and improve onboarding.

How to Upgrade #

To upgrade to the stable version of Coralite v0.15.0, run:

bash
Code copied!
npm install coralite@0.18.1

Ensure your project’s package.json includes coralite-scripts as the entry point, and update any scripts referencing coralite-run to use coralite-scripts instead.

For full details, view the full changelog.

Start Building with Coralite!

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

Copied commandline!