Release v0.7.1#67
Merged
Merged
Conversation
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.
Patch release bundling the 5 commits merged to
mainsince v0.7.0. No BareBuild / server-state work is included.Changes
package.json: 0.7.0 → 0.7.1CHANGELOG.md:[Unreleased]promoted to[0.7.1] — 2026-06-10Fixed
x-table-cells stretch to the row height; tables/rows/cells and other structural containers get a droppable footprint. Editor-only; export unaffected. (fix(canvas): make table & structural containers droppable; empty table cells fill the row #66)Changed
:versionreject, save-timer cancel on load, autosave-failure indicator; sharedaction-ref/template-source helpers;volatile!removed). (review pass: load-boundary hardening + codegen dedup #64)v*tag push. (ci: publish a GitHub Release on tag push #62)Security
Verification
Cut with
scripts/release.clj(clojure -X:release :bump :patch :confirm true), which ran all four PR-readiness gates green:clj-kondo --lint src test scriptscljfmt checknpx shadow-cljs compile test— 866 tests / 0 failuresnpx shadow-cljs release app— 0 warningsBareDOM
deps.edn↔meta/versions.cljslockstep verified.After merge
Tag to publish the Release:
git checkout main && git pull && git tag v0.7.1 && git push origin v0.7.1(the tag triggersrelease.yml).🤖 Generated with Claude Code