Skip to content

@builder.io/sdk-vue@3.0.0

Latest
Compare
Choose a tag to compare
@builderio-bot builderio-bot released this 20 Nov 16:01
· 30 commits to main since this release
83f46fd

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.