@netless/window-manager 0.4.37 → 0.4.40

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 CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.4.40 (2022-08-12)
2
+
3
+ - 修复: 适配 `white-web-sdk@2.16.33` 的 `InvisiblePlugin` 类型
4
+ - 修复: 修复加载 `url` 的问题
5
+
6
+ ## 0.4.39 (2022-08-11)
7
+
8
+ - 类型: `Register` 支持 `dynamic import`
9
+
10
+ ## 0.4.38 (2022-08-11)
11
+
12
+ - 修复: `setContainerSizeRatio` 动态修改比例重复调用会缩小 `camera` 的问题
13
+
1
14
  ## 0.4.37 (2022-07-29)
2
15
 
3
16
  - 修复: 只读用户 Slide 最小化状态下重新进入房间恢复正常无法恢复到正确的大小
@@ -1,4 +1,4 @@
1
1
  import type { NetlessApp } from "../typings";
2
2
  export declare const getScript: (url: string) => Promise<string>;
3
3
  export declare const executeScript: (text: string, appName: string) => NetlessApp;
4
- export declare const loadApp: (url: string, key: string, name?: string | undefined) => Promise<NetlessApp | undefined>;
4
+ export declare const loadApp: (url: string, key: string, name?: string | undefined) => Promise<NetlessApp>;