Releases: BuilderIO/builder
@builder.io/sdk-vue@3.0.0
Major Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, 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
Major Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, 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
Major Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, 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
Major Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, 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
Minor Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, 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
Major Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, 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
Minor Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, 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
Minor Changes
-
78b8e5d: Breaking Change 🧨:
fetchEntries
andfetchOneEntry
calls will now throw any errors thrown byfetch
, 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
Patch Changes
- bf8d783: feat: allow symbols to be edited in the context of a parent entry