Skip to main content
Casca
Theme

Casca 1.4.0 (2026-06-03)Link to section

v1.4.0 release with v2-era licensing, distribution, and tooling reorganization. The CSS surface walks forward with additive changes (analytics block, theme manifests, picker form, opt-in live layer). The monorepo carries the licensing switch, the two-package npm split (@skellvin/casca CSS-only stays at v1.x; new @skellvin/casca-cli ships independently), the codeberg mirror at skell/casca-css, the cargo crate, and the release pipeline. The CLI debut rides separately at [0.1.0] (below).

AddedLink to section

ChangedLink to section

LicensingLink to section

DistributionLink to section

ToolingLink to section

MigrationLink to section

The @skellvin/casca npm package keeps its v1.x CSS-only contract. Existing consumers do not need to change anything: imports of @skellvin/casca/dist/casca.css continue to resolve at the same path. The v1.4.0 bump is additive (analytics block, theme picker, live layer) and the bundle stays byte-clean MIT.

Rust users can install the new CLI via cargo install --git <https://codeberg.org/skell/casca.git> --tag v1.4.0 casca, and npm users can install it independently via npm install -g @skellvin/casca-cli. The CLI is AGPL+exception; the CSS package remains MIT.