@builder.io/sdk 6.0.1 → 6.0.3-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/dist/index.browser.js +1 -1
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +2 -2
- package/dist/src/builder.class.d.ts +10 -0
- package/dist/src/builder.class.js.map +1 -1
- package/dist/src/functions/get-top-level-domain.d.ts +6 -0
- package/dist/src/sdk-version.d.ts +1 -1
- package/dist/src/sdk-version.js +1 -1
- package/dist/src/types/content.d.ts +1 -0
- package/dist/src/types/element.d.ts +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -4
- package/scripts/set-sdk-version.sh +0 -0
- package/.yarnrc.yml +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @builder.io/sdk
|
|
2
2
|
|
|
3
|
+
## 6.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 306f8d5: Fix: add missing `folded` and `keysHelperText` types to custom component `Input`
|
|
8
|
+
- 306f8d5: Types: add `firstPublished` to BuilderContent
|
|
9
|
+
|
|
3
10
|
## 6.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -15,7 +22,7 @@
|
|
|
15
22
|
|
|
16
23
|
### Patch Changes
|
|
17
24
|
|
|
18
|
-
- 06b1124: Fix:
|
|
25
|
+
- 06b1124: Fix: remove `enrich=true` default option passed to the API and instead use `includeRefs=true` as default
|
|
19
26
|
- 409aec9: Feat: add `meta` type to custom components
|
|
20
27
|
- 40d572d: Renders Symbol correctly when apiEndpoint is 'content'
|
|
21
28
|
- 2fc9fc5: Fix: `onChange` functions passed to builder inputs can now receive async functions
|