Releases: BuilderIO/builder
Releases · BuilderIO/builder
@builder.io/[email protected]
Patch Changes
- c822422: Fix: symbols will now show published content instead of preview/autosave content while editing a page
@builder.io/[email protected]
Patch Changes
- c822422: Fix: symbols will now show published content instead of preview/autosave content while editing a page
- Updated dependencies [c822422]
- @builder.io/[email protected]
@builder.io/[email protected]
Patch Changes
- 94fdaee: Fix: clearing image from content input not reflecting in symbols without page refresh.
@builder.io/[email protected]
Major Changes
- 56f9461: - Adds
apiEndpoint
prop tobuilder
instance with permitted values being'content'
or'query'
. It dictates which API endpoint is used for fetching Builder content- Breaking Change 🧨: Removes
apiEndpoint
argument frombuilder.get()
,builder.getAll()
, and theoptions
prop of<BuilderContent>
component. NOTE: this argument was not working as expected.
- Breaking Change 🧨: Removes
Patch Changes
- 06b1124: Fix: remove
enrich=true
default option passed to the API and instead useincludeRefs=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
@builder.io/[email protected]
Patch Changes
- 409aec9: Feat: add
meta
type to custom components - 23b7594: Feat: extend allowed file types of Image and Video Block
- ee436bf: Fix:
locale
prop to automatically resolve localized fields - 2fc9fc5: Fix:
onChange
functions passed to builder inputs can now receive async functions - ebfd876: Fix: allow previewing and visual editing when content is null
@builder.io/[email protected]
Patch Changes
- 409aec9: Feat: add
meta
type to custom components - 23b7594: Feat: extend allowed file types of Image and Video Block
- ee436bf: Fix:
locale
prop to automatically resolve localized fields - 2fc9fc5: Fix:
onChange
functions passed to builder inputs can now receive async functions - ebfd876: Fix: allow previewing and visual editing when content is null
@builder.io/[email protected]
@builder.io/[email protected]
@builder.io/[email protected]
Patch Changes
- a66adee: Fix: handle component infos exported from client modules
- 409aec9: Feat: add
meta
type to custom components - 23b7594: Feat: extend allowed file types of Image and Video Block
- ee436bf: Fix:
locale
prop to automatically resolve localized fields - 2fc9fc5: Fix:
onChange
functions passed to builder inputs can now receive async functions