Release v0.7.0#61
Merged
Merged
Conversation
Incorporate BareDOM 3.2.0 and cut release 0.7.0. Five new components onboarded into the palette, inspector metadata, events, and slots: - x-split-pane (resizable two-panel layout container) - x-code (syntax-highlighted code display) - x-calendar (inline month calendar) - x-range-slider (dual-handle range slider) - x-rating (star / heart rating input) BareDOM bumped 3.1.0 -> 3.2.0 in deps.edn and meta/versions.cljs (lockstep). Version bumped 0.6.1 -> 0.7.0; CHANGELOG [Unreleased] block promoted. 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.
Incorporate BareDOM 3.2.0 and cut release v0.7.0 (0.6.1 → 0.7.0, minor — five new user-facing components).
Five new components
Onboarded via the
:scaffoldrecipe, then hand-polished beyond the scaffolder's heuristic kinds:x-split-panestart/endpanels);orientationenumx-codelanguageenum,code→:string-longx-calendarmode/first-day-of-weekenums;min/maxas ISO-date strings (matchingx-date-picker)x-range-slidersizeenumx-ratingprecision/shape/sizeenumsAll five are interactive — their DOM events are registered in
meta/events.cljsso the inspector's Events section surfaces them.Changes
deps.edn+src/bareforge/meta/versions.cljs— BareDOM3.1.0→3.2.0(lockstep).meta/public_api.cljs,augment.cljs,categories.cljs— scaffolded registrations; augment entries hand-polished for enum/boolean/number kinds and defaults.meta/events.cljs— event lists for all five interactive tags.meta/slots.cljs—x-split-paneregistered as astart/endmulti-slot container.registry_test.cljs—expected-tag-count99 → 104.slot_strips_test.cljs—x-split-paneadded to the qualifying-container set.package.json+CHANGELOG.md— version bump +[Unreleased]promoted to[0.7.0].Gates
All four PR-readiness gates green (also re-run inside
clojure -X:release):clj-kondo— 0 errors, 0 warningscljfmt check— cleanshadow-cljs compile test— 847 tests, 0 failures, 0 errorsshadow-cljs release app— 0 warnings🤖 Generated with Claude Code