🔖 Version packages - #10
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 24, 2026 20:53
72c12c1 to
00c3fe7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 24, 2026 20:59
00c3fe7 to
1e1886b
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
@b10cks/cli@2.1.0
Minor Changes
#13
674abc2Thanks @badmike! - Fixgenerate types -opath resolution and discriminate generated blocks-ois now resolved against the working directory. Only the default output path is placed under a Nuxt 4app/rootDir, so-o ./app/b10cks/typesno longer lands inapp/app/….block: 'slug', narrowingB10cksItem'sblock: string. A heterogeneous body array can be discriminated onblockwithout a cast. A schema field namedblockis skipped, since it would redeclare the discriminant.The literal
blockis a type-level narrowing. Code that assigns a hand-built object with a widenedblock: stringto a generated interface (test fixtures, mocks) needsas constor an explicit literal after regenerating.Patch Changes
122bcd4]:@b10cks/client@1.10.0
Minor Changes
#9
161b103Thanks @badmike! - Fix live preview losing the page on a scoped edit, and duplicate-instance injection failuresPreviewStorenow mergesCONTENT_UPDATEby blockid(applyContentUpdate/mergeContentUpdate) instead of replacing the root. The editor sends updates scoped to the edited block, which previously collapsed the whole preview to that block. Unknown ids are ignored.Symbol.for(...), so a duplicated@b10cks/vuecopy (Vite dep pre-bundling) can no longer breakuseB10cksApi()during hydration.@b10cks/nuxtregisters@b10cks/vue,@b10cks/clientand@b10cks/richtextinvite.resolve.dedupeandoptimizeDeps.exclude, and transpiles them by bare specifier (the previousresolver.resolve('@b10cks/vue')produced a nonexistent path).toRootBlock(entry)helper (@b10cks/client, re-exported from@b10cks/vue, auto-imported in Nuxt) returns{ ...entry.content, id, block }so the root block is selectable withv-editableand root-level editor updates match it. READMEs updated.getConfig()now includes the config entry'sidin its result, sov-editable="config"works for config-driven regions. Potentially breaking only for a config schema with its ownidfield, which the entry id now shadows.#13
0a032afThanks @badmike! - Close SDK gaps found auditing three production Nuxt sites@b10cks/client:rvis now part ofIBBaseQueryParams, so pinning a request to a revision (or passingDate.now()from a server route to sidestep a stale delivery cache) no longer needs anas objectcast.@b10cks/client:getDataEntriestakes a typedIBDataEntryParamswithdimension, the locale-style variant selector for data sources.@b10cks/client:GetConfigOptions.languageis deprecated in favour oflanguage_iso, matching every other content param. Both still work.@b10cks/nuxt:useB10cksConfigwatcheslanguage_isoas well aslanguage, so a config passedlanguage_isorefetches on a locale change instead of going stale.@b10cks/nuxt: newuseB10cksServerApi(), auto-imported in the server bundle. Nitro routes and middleware get the fullB10cksDataApi—getRedirects,getSitemap,getNamedSitemapwith pagination and caching — instead of hand-rolling paginated fetches and TTL caches.@b10cks/nuxt: newuseB10cksVersion()composable, normalizing?b10cks_vidto a version string defaulting topublished.@b10cks/richtext: newisRichTextEmpty(document), re-exported from@b10cks/vue/rich-textand@b10cks/nuxt. Reports whether a document renders anything, so a field an editor cleared (an empty paragraph) can skip its wrapper markup.@b10cks/client:renderSitemapXmlandfilterSitemapEntriestake alocalePrefixstrategy (auto|always|never|except-default). It defaults toauto, which prefixes only when the entries span more than one language. A mono-lingual space previously emitted/en/aboutfor a page served at/about, making every sitemap URL a 404 or a redirect.filterforid/canonical_id/parent_idqueries. The Nuxt README surfacesusePreviewContentfrom the top of the usage section.@b10cks/nuxt@3.5.0
Minor Changes
#9
161b103Thanks @badmike! - Fix live preview losing the page on a scoped edit, and duplicate-instance injection failuresPreviewStorenow mergesCONTENT_UPDATEby blockid(applyContentUpdate/mergeContentUpdate) instead of replacing the root. The editor sends updates scoped to the edited block, which previously collapsed the whole preview to that block. Unknown ids are ignored.Symbol.for(...), so a duplicated@b10cks/vuecopy (Vite dep pre-bundling) can no longer breakuseB10cksApi()during hydration.@b10cks/nuxtregisters@b10cks/vue,@b10cks/clientand@b10cks/richtextinvite.resolve.dedupeandoptimizeDeps.exclude, and transpiles them by bare specifier (the previousresolver.resolve('@b10cks/vue')produced a nonexistent path).toRootBlock(entry)helper (@b10cks/client, re-exported from@b10cks/vue, auto-imported in Nuxt) returns{ ...entry.content, id, block }so the root block is selectable withv-editableand root-level editor updates match it. READMEs updated.getConfig()now includes the config entry'sidin its result, sov-editable="config"works for config-driven regions. Potentially breaking only for a config schema with its ownidfield, which the entry id now shadows.#13
0a032afThanks @badmike! - Close SDK gaps found auditing three production Nuxt sites@b10cks/client:rvis now part ofIBBaseQueryParams, so pinning a request to a revision (or passingDate.now()from a server route to sidestep a stale delivery cache) no longer needs anas objectcast.@b10cks/client:getDataEntriestakes a typedIBDataEntryParamswithdimension, the locale-style variant selector for data sources.@b10cks/client:GetConfigOptions.languageis deprecated in favour oflanguage_iso, matching every other content param. Both still work.@b10cks/nuxt:useB10cksConfigwatcheslanguage_isoas well aslanguage, so a config passedlanguage_isorefetches on a locale change instead of going stale.@b10cks/nuxt: newuseB10cksServerApi(), auto-imported in the server bundle. Nitro routes and middleware get the fullB10cksDataApi—getRedirects,getSitemap,getNamedSitemapwith pagination and caching — instead of hand-rolling paginated fetches and TTL caches.@b10cks/nuxt: newuseB10cksVersion()composable, normalizing?b10cks_vidto a version string defaulting topublished.@b10cks/richtext: newisRichTextEmpty(document), re-exported from@b10cks/vue/rich-textand@b10cks/nuxt. Reports whether a document renders anything, so a field an editor cleared (an empty paragraph) can skip its wrapper markup.@b10cks/client:renderSitemapXmlandfilterSitemapEntriestake alocalePrefixstrategy (auto|always|never|except-default). It defaults toauto, which prefixes only when the entries span more than one language. A mono-lingual space previously emitted/en/aboutfor a page served at/about, making every sitemap URL a 404 or a redirect.filterforid/canonical_id/parent_idqueries. The Nuxt README surfacesusePreviewContentfrom the top of the usage section.Patch Changes
161b103,0a032af]:@b10cks/richtext@0.7.0
Minor Changes
#13
0a032afThanks @badmike! - Close SDK gaps found auditing three production Nuxt sites@b10cks/client:rvis now part ofIBBaseQueryParams, so pinning a request to a revision (or passingDate.now()from a server route to sidestep a stale delivery cache) no longer needs anas objectcast.@b10cks/client:getDataEntriestakes a typedIBDataEntryParamswithdimension, the locale-style variant selector for data sources.@b10cks/client:GetConfigOptions.languageis deprecated in favour oflanguage_iso, matching every other content param. Both still work.@b10cks/nuxt:useB10cksConfigwatcheslanguage_isoas well aslanguage, so a config passedlanguage_isorefetches on a locale change instead of going stale.@b10cks/nuxt: newuseB10cksServerApi(), auto-imported in the server bundle. Nitro routes and middleware get the fullB10cksDataApi—getRedirects,getSitemap,getNamedSitemapwith pagination and caching — instead of hand-rolling paginated fetches and TTL caches.@b10cks/nuxt: newuseB10cksVersion()composable, normalizing?b10cks_vidto a version string defaulting topublished.@b10cks/richtext: newisRichTextEmpty(document), re-exported from@b10cks/vue/rich-textand@b10cks/nuxt. Reports whether a document renders anything, so a field an editor cleared (an empty paragraph) can skip its wrapper markup.@b10cks/client:renderSitemapXmlandfilterSitemapEntriestake alocalePrefixstrategy (auto|always|never|except-default). It defaults toauto, which prefixes only when the entries span more than one language. A mono-lingual space previously emitted/en/aboutfor a page served at/about, making every sitemap URL a 404 or a redirect.filterforid/canonical_id/parent_idqueries. The Nuxt README surfacesusePreviewContentfrom the top of the usage section.@b10cks/vue@2.7.0
Minor Changes
#9
161b103Thanks @badmike! - Fix live preview losing the page on a scoped edit, and duplicate-instance injection failuresPreviewStorenow mergesCONTENT_UPDATEby blockid(applyContentUpdate/mergeContentUpdate) instead of replacing the root. The editor sends updates scoped to the edited block, which previously collapsed the whole preview to that block. Unknown ids are ignored.Symbol.for(...), so a duplicated@b10cks/vuecopy (Vite dep pre-bundling) can no longer breakuseB10cksApi()during hydration.@b10cks/nuxtregisters@b10cks/vue,@b10cks/clientand@b10cks/richtextinvite.resolve.dedupeandoptimizeDeps.exclude, and transpiles them by bare specifier (the previousresolver.resolve('@b10cks/vue')produced a nonexistent path).toRootBlock(entry)helper (@b10cks/client, re-exported from@b10cks/vue, auto-imported in Nuxt) returns{ ...entry.content, id, block }so the root block is selectable withv-editableand root-level editor updates match it. READMEs updated.getConfig()now includes the config entry'sidin its result, sov-editable="config"works for config-driven regions. Potentially breaking only for a config schema with its ownidfield, which the entry id now shadows.#13
0a032afThanks @badmike! - Close SDK gaps found auditing three production Nuxt sites@b10cks/client:rvis now part ofIBBaseQueryParams, so pinning a request to a revision (or passingDate.now()from a server route to sidestep a stale delivery cache) no longer needs anas objectcast.@b10cks/client:getDataEntriestakes a typedIBDataEntryParamswithdimension, the locale-style variant selector for data sources.@b10cks/client:GetConfigOptions.languageis deprecated in favour oflanguage_iso, matching every other content param. Both still work.@b10cks/nuxt:useB10cksConfigwatcheslanguage_isoas well aslanguage, so a config passedlanguage_isorefetches on a locale change instead of going stale.@b10cks/nuxt: newuseB10cksServerApi(), auto-imported in the server bundle. Nitro routes and middleware get the fullB10cksDataApi—getRedirects,getSitemap,getNamedSitemapwith pagination and caching — instead of hand-rolling paginated fetches and TTL caches.@b10cks/nuxt: newuseB10cksVersion()composable, normalizing?b10cks_vidto a version string defaulting topublished.@b10cks/richtext: newisRichTextEmpty(document), re-exported from@b10cks/vue/rich-textand@b10cks/nuxt. Reports whether a document renders anything, so a field an editor cleared (an empty paragraph) can skip its wrapper markup.@b10cks/client:renderSitemapXmlandfilterSitemapEntriestake alocalePrefixstrategy (auto|always|never|except-default). It defaults toauto, which prefixes only when the entries span more than one language. A mono-lingual space previously emitted/en/aboutfor a page served at/about, making every sitemap URL a 404 or a redirect.filterforid/canonical_id/parent_idqueries. The Nuxt README surfacesusePreviewContentfrom the top of the usage section.Patch Changes
161b103,0a032af]:@b10cks/mcp-server@0.14.4
Patch Changes
122bcd4]:@b10cks/mgmt-client@2.1.1
Patch Changes
#13
122bcd4Thanks @badmike! - Unwrap the{ data }envelope on single-content endpointscontents.get,create,update,move,publish,unpublishandscheduledeclared a bareContentbut resolved to{ data: Content }, so callers had to branch on the shape themselves. They now unwrap, making the declared type true. An already-bare response is passed through untouched.@b10cks/next@0.4.6
Patch Changes
161b103,0a032af]:@b10cks/react@0.7.1
Patch Changes
161b103,0a032af]:@b10cks/svelte@0.7.1
Patch Changes
161b103,0a032af]: