079b10da 📦 Publish SDKs (#4851)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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
## @builder.io/react@9.4.6
### Patch Changes
- 08321f6: Fix: editing a block inside a Symbol's Slot no longer
remounts the Symbol. Slot content lives in `symbol.data.<slotName>`,
which keyed the nested `BuilderComponent`, so every keystroke rebuilt
the subtree and made the Visual Editor's inline edit popup flicker.
## @builder.io/sdk-angular@0.25.13
### Patch Changes
- b0337c6: Add `enrichOptions` to `fetchOneEntry` and to `Content`, so
reference enrichment can be constrained (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor is told which constraints your
site fetches with.
## @builder.io/sdk-react-nextjs@0.25.13
### Patch Changes
- b0337c6: Add `enrichOptions` to `fetchOneEntry` and to `Content`, so
reference enrichment can be constrained (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor is told which constraints your
site fetches with.
## @builder.io/sdk-qwik@0.25.13
### Patch Changes
- b0337c6: Add `enrichOptions` to `fetchOneEntry` and to `Content`, so
reference enrichment can be constrained (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor is told which constraints your
site fetches with.
## @builder.io/sdk-react@5.2.11
### Patch Changes
- b0337c6: Add `enrichOptions` to `fetchOneEntry` and to `Content`, so
reference enrichment can be constrained (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor is told which constraints your
site fetches with.
## @builder.io/sdk-react-native@5.2.11
### Patch Changes
- b0337c6: Add `enrichOptions` to `fetchOneEntry` and to `Content`, so
reference enrichment can be constrained (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor is told which constraints your
site fetches with.
## @builder.io/sdk-solid@5.2.11
### Patch Changes
- b0337c6: Add `enrichOptions` to `fetchOneEntry` and to `Content`, so
reference enrichment can be constrained (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor is told which constraints your
site fetches with.
## @builder.io/sdk-svelte@5.2.11
### Patch Changes
- b0337c6: Add `enrichOptions` to `fetchOneEntry` and to `Content`, so
reference enrichment can be constrained (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor is told which constraints your
site fetches with.
## @builder.io/sdk-vue@5.2.11
### Patch Changes
- b0337c6: Add `enrichOptions` to `fetchOneEntry` and to `Content`, so
reference enrichment can be constrained (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor is told which constraints your
site fetches with.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Release-only version and changelog updates; underlying changes are
patch-level editor UX and optional fetch enrichment APIs with
backward-compatible defaults.
>
> **Overview**
> This is a **Changesets release** PR: it bumps published package
versions, appends changelog entries, and removes the consumed changeset
files. No new implementation code appears in the diff.
>
> **@builder.io/react@9.4.6** ships a Visual Editor fix so editing
blocks inside a **Symbol Slot** no longer remounts the Symbol (nested
`BuilderComponent` was keyed on `symbol.data.<slotName>`, which changed
on every keystroke and caused inline-edit popup flicker).
>
> **Gen 2 SDKs** (`@builder.io/sdk-angular`, `-react`, `-react-nextjs`,
`-qwik`, `-react-native`, `-solid`, `-svelte`, `-vue` at their new patch
versions) document **`enrichOptions`** on `fetchOneEntry` and `Content`,
so reference enrichment can be limited (`enrichLevel`, per-model
`fields`/`omit`) and the Visual Editor can reflect those fetch
constraints.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
31479b153ba1d43cb8ee4e9f58e02f72f25ef67e. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Signed-off-by: Aishwarya Parab <aishwaryaparab1@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>