Version Packages - #1150
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 20:20
ff6e795 to
85ee23d
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
hyperbook@0.100.4
Patch Changes
d91255bThanks @mikebarkmin! - Improve the cloud sync indicator:previously rendered the identical person glyph, distinguished only by fill
color, so amber "unsynced" and green "synced" were indistinguishable to a
red-green color blind reader.
Being offline or failing to save was only visible in a drawer most readers
never open. The notice offers a retry when a save fails, and says how much is
waiting while offline. Successful saves stay silent.
explained first, with a "Reload now" button, and the reload follows a few
seconds later. Reloading is still necessary because directives read the store
once at startup, but it is no longer a surprise.
the status line is an
aria-liveregion, so a change is announced rather thanonly shown.
last save landed, and how many batches are waiting while offline. "Saved
locally" alone read as "you are all done".
the user drawer.
were fixed mid-tones at roughly 2-3:1 on white.
hyperbook.i18n.gethonors its fallback argument. Ten call sites in thecloud UI passed one, but the parameter did not exist, so a missing key
rendered the raw key id.
following sibling, and builds its markup as nodes instead of interpolating
the username into
innerHTML.d91255bThanks @mikebarkmin! - Fix several data-loss and corruption bugs in cloud sync:snapshot. The reconstruction the server builds from an event log alone
carries a placeholder database version, which
importrejected outright —so a user's work synced up but never came back down, silently, until
something happened to post a full snapshot.
the same origin shared one
localStoragekey, so each sent the other'safterEventIdand got stuck in a permanent conflict loop.server state, replays its pending events on top of it locally and remotely,
and only then reloads.
after the first previously carried a watermark recorded before the flush and
was rejected, discarding the whole queue.
onto a table it has no snapshot for without assuming the key field is
id.currentState(cursor, scroll, window size) is no longer includedin cloud snapshots; it was already excluded from events.
a 404 from the cloud no longer throws a
TypeErrorthat looked transient.onlineevents can no longer start two overlapping queue flushes.keepaliverequestinstead of only warning. Anything changed inside the debounce window was
lost when the tab closed, and
beforeunloadnever fires at all on mobileSafari or when a background tab is discarded.
@hyperbook/markdown@0.71.4
Patch Changes
d91255bThanks @mikebarkmin! - Improve the cloud sync indicator:previously rendered the identical person glyph, distinguished only by fill
color, so amber "unsynced" and green "synced" were indistinguishable to a
red-green color blind reader.
Being offline or failing to save was only visible in a drawer most readers
never open. The notice offers a retry when a save fails, and says how much is
waiting while offline. Successful saves stay silent.
explained first, with a "Reload now" button, and the reload follows a few
seconds later. Reloading is still necessary because directives read the store
once at startup, but it is no longer a surprise.
the status line is an
aria-liveregion, so a change is announced rather thanonly shown.
last save landed, and how many batches are waiting while offline. "Saved
locally" alone read as "you are all done".
the user drawer.
were fixed mid-tones at roughly 2-3:1 on white.
hyperbook.i18n.gethonors its fallback argument. Ten call sites in thecloud UI passed one, but the parameter did not exist, so a missing key
rendered the raw key id.
following sibling, and builds its markup as nodes instead of interpolating
the username into
innerHTML.d91255bThanks @mikebarkmin! - Fix several data-loss and corruption bugs in cloud sync:snapshot. The reconstruction the server builds from an event log alone
carries a placeholder database version, which
importrejected outright —so a user's work synced up but never came back down, silently, until
something happened to post a full snapshot.
the same origin shared one
localStoragekey, so each sent the other'safterEventIdand got stuck in a permanent conflict loop.server state, replays its pending events on top of it locally and remotely,
and only then reloads.
after the first previously carried a watermark recorded before the flush and
was rejected, discarding the whole queue.
onto a table it has no snapshot for without assuming the key field is
id.currentState(cursor, scroll, window size) is no longer includedin cloud snapshots; it was already excluded from events.
a 404 from the cloud no longer throws a
TypeErrorthat looked transient.onlineevents can no longer start two overlapping queue flushes.keepaliverequestinstead of only warning. Anything changed inside the debounce window was
lost when the tab closed, and
beforeunloadnever fires at all on mobileSafari or when a background tab is discarded.
@hyperbook/cloud@0.0.2
Patch Changes
9df0010Thanks @mikebarkmin! - Make the cloud server easier to run and safer to update:docker compose up -dis thewhole deployment, and
docker compose pull && docker compose up -dthe wholeupdate. An image tag is something to pin, which tracking
mainnever was.docker-compose.yml, aDockerfileand anecosystem.config.jsfornon-container deployments are committed rather than pasted from the README.
PRAGMA user_versioninstead of re-derivingitself from
CREATE TABLE IF NOT EXISTSand column probes on every boot.Each migration runs at most once, in order, and the version is recorded only
after the step succeeds, so an interrupted upgrade retries rather than skips.
with
VACUUM INTO. If the copy cannot be written, the migration does notrun. The five most recent backups are kept.
instead of silently reading a schema it does not understand.
JWT_SECRETis missing orstill the placeholder, when it is shorter than 32 characters, when
BASE_URLis unset, or when SMTP is half configured. It prints every problem at once
and suggests a generated secret. Previously a deployment that forgot
JWT_SECRETran with a value published in this repository, and said nothing.enginesnow records the Node versionsbetter-sqlite3can be builtagainst, so a mismatch fails at install rather than at
require.d91255bThanks @mikebarkmin! - Fix event replay corrupting the state it reconstructs:first field verbatim left the markers on (
++id,&email,*tags), so thekey matched no row property at all and every update and delete missed
silently while creates piled up duplicates. Compound keys (
[a+b]) andoutbound keys are handled too.
unreachable to every later event.
prim_keystoredString(primKey), flatteningnumeric and compound keys so they no longer matched the rows they addressed;
events now also carry
prim_key_json.createappended unconditionally, so a retried orreplayed batch duplicated rows; it now upserts.
update(id, {"state.zoom": 2})) are applied tothe nested field instead of being written as a literal
"state.zoom"property.
snapshot is no longer assumed to be keyed by
id. Tables keyed by somethingelse —
bookmarksbypath,onlineidebyscriptId— had a bogusidstamped onto every row.
afterEventIdcheck and the append now share one transaction. Twoclients writing at the same moment could both pass the check and interleave.
and returning 500, which the client treated as transient and retried forever.
Both new columns are added by migration; existing databases keep working.
hyperbook-studio@0.51.7
Patch Changes
d91255b,d91255b]: