Skip to content

Releases: BuilderIO/builder

@builder.io/sdk-vue@3.0.0

20 Nov 16:01
83f46fd
Compare
Choose a tag to compare

Major Changes

  • 78b8e5d: Breaking Change 🧨: fetchEntries and fetchOneEntry calls will now throw any errors thrown by fetch, or any non-success response returned from the Builder API.

    Previously, both functions would swallow all errors and return null.

@builder.io/sdk-svelte@3.0.0

20 Nov 16:01
83f46fd
Compare
Choose a tag to compare

Major Changes

  • 78b8e5d: Breaking Change 🧨: fetchEntries and fetchOneEntry calls will now throw any errors thrown by fetch, or any non-success response returned from the Builder API.

    Previously, both functions would swallow all errors and return null.

@builder.io/sdk-solid@3.0.0

20 Nov 16:01
83f46fd
Compare
Choose a tag to compare

Major Changes

  • 78b8e5d: Breaking Change 🧨: fetchEntries and fetchOneEntry calls will now throw any errors thrown by fetch, or any non-success response returned from the Builder API.

    Previously, both functions would swallow all errors and return null.

@builder.io/sdk-react@3.0.0

20 Nov 16:00
83f46fd
Compare
Choose a tag to compare

Major Changes

  • 78b8e5d: Breaking Change 🧨: fetchEntries and fetchOneEntry calls will now throw any errors thrown by fetch, or any non-success response returned from the Builder API.

    Previously, both functions would swallow all errors and return null.

@builder.io/sdk-react-nextjs@0.17.0

20 Nov 16:00
83f46fd
Compare
Choose a tag to compare

Minor Changes

  • 78b8e5d: Breaking Change 🧨: fetchEntries and fetchOneEntry calls will now throw any errors thrown by fetch, or any non-success response returned from the Builder API.

    Previously, both functions would swallow all errors and return null.

@builder.io/sdk-react-native@3.0.0

20 Nov 16:01
83f46fd
Compare
Choose a tag to compare

Major Changes

  • 78b8e5d: Breaking Change 🧨: fetchEntries and fetchOneEntry calls will now throw any errors thrown by fetch, or any non-success response returned from the Builder API.

    Previously, both functions would swallow all errors and return null.

@builder.io/sdk-qwik@0.17.0

20 Nov 16:01
83f46fd
Compare
Choose a tag to compare

Minor Changes

  • 78b8e5d: Breaking Change 🧨: fetchEntries and fetchOneEntry calls will now throw any errors thrown by fetch, or any non-success response returned from the Builder API.

    Previously, both functions would swallow all errors and return null.

@builder.io/sdk-angular@0.17.0

20 Nov 16:00
83f46fd
Compare
Choose a tag to compare

Minor Changes

  • 78b8e5d: Breaking Change 🧨: fetchEntries and fetchOneEntry calls will now throw any errors thrown by fetch, or any non-success response returned from the Builder API.

    Previously, both functions would swallow all errors and return null.

@builder.io/react@7.0.1

20 Nov 16:00
83f46fd
Compare
Choose a tag to compare

Patch Changes

  • bf8d783: feat: allow symbols to be edited in the context of a parent entry

@builder.io/sdk@5.0.0

17 Nov 19:39
bf9ccaa
Compare
Choose a tag to compare

Major Changes

  • f12f43d: Breaking Change: Use /query instead of /content for API calls. This change fixes a symbol rendering issue introduced in #3681, which was included in the 4.0.0 release.