Version Packages - #35
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
August 24, 2026 21:48
ae6918c to
d5c70db
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 25, 2026 00:21
d5c70db to
d9b5f26
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@camp.dev/bones@0.3.0
Minor Changes
#34
7e4e1a0Thanks @hunterbecton! - Add@camp.dev/bones/element, a<bones-boundary>custom element that owns the loading state of its subtree. Setbusyand the element setsaria-busy="true"andinertafter adelay(200 ms), keeps them for at leastmin-duration(400 ms), and removes them inside a view transition where the browser supports one. It firesbones:showandbones:hide, honorsforcefor demos, and adopts server-renderedaria-busyon upgrade.@camp.dev/bones/reactgains a hook-free<BonesBoundary>wrapper.#37
b7548ccThanks @hunterbecton! - Addprecision="measured"to<bones-boundary>: the element measures its rendered content withRange.getClientRects()and draws pixel-accurate per-line overlay bones in a shadow root, re-measuring on resize and falling back to theauto.csspath when there is nothing to measure. The React wrapper gains a matchingprecisionprop, andauto.csskeeps[data-bones-auto="off"]subtrees visible under the overlay.#39
ae5fbc6Thanks @hunterbecton! - Add@camp.dev/bones/server:streamBonesstreams an HTML shell with busy<bones-boundary>regions and flushes out-of-order<template>+ swap-script chunks as promises settle, plus the primitives (BOOTSTRAP_SCRIPT,renderBoundary,renderChunk,renderErrorChunk) that emit each wire-protocol piece for servers in any stack.Patch Changes
9361a44Thanks @hunterbecton! - Measured bones re-measure when the boundary's children or text change while busy, not only when the boundary resizes. Streamed and htmx-style swaps mid-skeleton now update the bars instead of leaving stale ones.bones-demo@0.0.3
Patch Changes
7e4e1a0,b7548cc,9361a44,ae5fbc6]:bones-docs@0.0.3
Patch Changes
7e4e1a0,b7548cc,9361a44,ae5fbc6]:bones-stream@0.0.1
Patch Changes
7e4e1a0,b7548cc,9361a44,ae5fbc6]: