Release v0.2.0 — minor release with the authoring-shortcuts work#12
Merged
Release v0.2.0 — minor release with the authoring-shortcuts work#12
Conversation
Promotes the [Unreleased] section in CHANGELOG.md to a tagged [0.2.0] — 2026-04-29 entry, adds the standard ### Verified block, and refreshes the comparison links at the bottom. package.json's version bumps 0.1.1 → 0.2.0 to match. This is a minor (not patch) release because the work in PR #11 adds substantial editor surfaces (multi-select, inspector multi- edit, drag-to-scrub, copy/paste attributes, var() autocomplete, ? cheat sheet, Cmd-K command palette, layers keyboard nav, palette pattern flyout, per-tag empty-slot hints). No breaking changes — saved project files load identically and every export plugin stays at full feature parity. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tags v0.2.0. Single-commit PR that promotes the
[Unreleased]CHANGELOG section to
[0.2.0] — 2026-04-29, adds the standard### Verifiedblock, refreshes the comparison links, and bumpspackage.json's version 0.1.1 → 0.2.0.This is a minor release — the underlying work in
PR #11 added a substantial set of authoring surfaces (multi-
select, inspector multi-edit, drag-to-scrub, copy/paste
attributes,
var()autocomplete,?cheat sheet, Cmd-K commandpalette, layers keyboard nav, palette pattern flyout, per-tag
empty-slot hints). No breaking changes — saved project files load
identically and every export plugin stays at full feature parity.
After merge: tag
v0.2.0on the merge commit, push the tag, andcreate the GitHub Release; the Pages workflow auto-deploys the
hosted demo on release publish.
Test plan
cljfmt check— all source files formatted correctly.npx shadow-cljs compile test— 571 tests, 0 failures.npx shadow-cljs release app— 0 warnings under Closure Advanced.clj-kondo --lint src test scripts— 0 errors, 0 warnings.🤖 Generated with Claude Code