This commit is contained in:
gsx
2022-04-23 20:57:15 +08:00
parent 7be36282a8
commit 70d7b33cf0
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ee",
"version": "2.1.1",
"version": "2.1.2",
"description": "A fast, desktop software development framework",
"main": "main.js",
"scripts": {

View File

@@ -1,3 +1,12 @@
## 2.1.2
1. ipc通信增加 invoke/handle 模型
2. ipcRender增加 invoke异步/sendSync同步方法
3. 优化ee-core代码
4. 优化storage demo
5. 优化ipc通信 同步、异步、双向通信demo
6. 替换所有前端ipcCall为ipcInvoke
7. 修复ipc并发请求问题
## 2.1.1
1. 修复托盘窗口关闭问题
2. 修复ee-core窗口事件