post

v0.2 fixes every issue an adopter filed.

What landed in this release, and the principle behind shipping the small stuff fast.

by clear team

An adopter built a marketing site on clear v0.1.4 and filed seven issues — most of them papercuts, two of them genuine bugs. v0.2 ships fixes for all seven, plus a few extras.

What changed

The principle

Every issue here is small. Several are one-line fixes. None of them moved the architectural needle. But each one was the first thing a real adopter hit when they sat down with clear, and each one was the moment they had to stop building and start debugging us.

We treat papercuts as bugs. The job of a CMS is to get out of your way; every minute you spend grepping our source for an env var is a minute we owe you back. v0.2 ships in two days because the cost of letting these accumulate is higher than the cost of fixing them.

Upgrade

$ pnpm up @clearcms/admin@latest @clearcms/astro@latest @clearcms/sdk@latest

No protocol changes — your bucket from v0.1.x reads cleanly under v0.2. The new CLI commands are additive; existing scripts keep working.