Skip to content

@builder.io/[email protected]

Compare
Choose a tag to compare
@builderio-bot builderio-bot released this 23 Dec 06:23
· 9 commits to main since this release
429b961

Major Changes

  • 56f9461: - Adds apiEndpoint prop to builder instance with permitted values being 'content' or 'query'. It dictates which API endpoint is used for fetching Builder content
    • Breaking Change 🧨: Removes apiEndpoint argument from builder.get(), builder.getAll(), and the options prop of <BuilderContent> component. NOTE: this argument was not working as expected.

Patch Changes

  • 06b1124: Fix: remove enrich=true default option passed to the API and instead use includeRefs=true as default
  • 409aec9: Feat: add meta type to custom components
  • 40d572d: Renders Symbol correctly when apiEndpoint is 'content'
  • 2fc9fc5: Fix: onChange functions passed to builder inputs can now receive async functions