@webspatial/core-sdk 0.1.10 → 0.1.13
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 +20 -0
- package/dist/iife/index.d.ts +730 -0
- package/dist/iife/index.global.js +11 -0
- package/dist/iife/index.global.js.map +1 -0
- package/dist/index.d.ts +20 -2
- package/dist/index.js +845 -825
- package/dist/index.js.map +1 -1
- package/package.json +9 -2
- package/src/core/Spatial.ts +6 -6
- package/src/core/SpatialHelper.ts +4 -0
- package/src/core/SpatialWindowContainer.ts +6 -0
- package/src/core/component/SpatialWindowComponent.ts +11 -3
- package/src/core/private/WebSpatial.ts +36 -9
- package/src/types/global.d.ts +12 -0
- package/tsconfig.json +1 -1
- package/tsup.config.ts +29 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @webspatial/core-sdk
|
|
2
2
|
|
|
3
|
+
## 0.1.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bc93209: export version
|
|
8
|
+
- 1c0709c: add close container method
|
|
9
|
+
- 3e0b072: Add react to ci test
|
|
10
|
+
|
|
11
|
+
## 0.1.12
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- f6befd2: fix SpatialWindowComponent.setstyle error
|
|
16
|
+
|
|
17
|
+
## 0.1.11
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 6cc8bef: Get androidXR command message working again
|
|
22
|
+
|
|
3
23
|
## 0.1.10
|
|
4
24
|
|
|
5
25
|
## 0.1.9
|