@netless/window-manager 0.4.16 → 0.4.17

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,6 +1,10 @@
1
+ ## 0.4.17
2
+
3
+ 1. 修复 safari 浏览器下 removeScenes 为 "/" 没有清理完成完成时可以 addApp
4
+
1
5
  ## 0.4.16
2
6
 
3
- 1. 修复 removeScenes 为 "/" 没有清理完成完成时添加 app 造成的状态错误
7
+ 1. 修复 removeScenes 为 "/" 没有清理完成完成时 addApp 造成的状态错误
4
8
 
5
9
  ## 0.4.15
6
10
 
@@ -90,6 +90,7 @@ export declare class AppManager {
90
90
  focusByAttributes(apps: any): void;
91
91
  onReconnected(): Promise<void>;
92
92
  notifyContainerRectUpdate(rect: TeleBoxRect): void;
93
+ updateRootDirRemoving: (removing: boolean) => void;
93
94
  dispatchInternalEvent(event: Events, payload?: any): void;
94
95
  destroy(): void;
95
96
  }