-
Notifications
You must be signed in to change notification settings - Fork 962
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @builder.io/[email protected] ### 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: Content API invocations will have `includeRefs` set to `true` by 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] ### 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: Content API invocations will have `includeRefs` set to `true` by default. - a8009ba: Fix: hydration errors in Next v15 while a user is editing - 409aec9: Feat: add `meta` type to custom components - 40d572d: Renders Symbol correctly when apiEndpoint is 'content' - 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 - Updated dependencies [06b1124] - Updated dependencies [56f9461] - Updated dependencies [409aec9] - Updated dependencies [40d572d] - Updated dependencies [2fc9fc5] - @builder.io/[email protected] ## @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 ## @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 ## @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 ## @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 ## @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 ## @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 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
06b1124
commit 429b961
Showing
30 changed files
with
123 additions
and
100 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# @builder.io/react | ||
|
||
## 8.0.0 | ||
|
||
### 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: Content API invocations will have `includeRefs` set to `true` by default. | ||
- a8009ba: Fix: hydration errors in Next v15 while a user is editing | ||
- 409aec9: Feat: add `meta` type to custom components | ||
- 40d572d: Renders Symbol correctly when apiEndpoint is 'content' | ||
- 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 | ||
- Updated dependencies [06b1124] | ||
- Updated dependencies [56f9461] | ||
- Updated dependencies [409aec9] | ||
- Updated dependencies [40d572d] | ||
- Updated dependencies [2fc9fc5] | ||
- @builder.io/[email protected] | ||
|
||
## 7.0.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@builder.io/sdk-angular", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"files": [ | ||
"lib" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters