Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Oct 15, 2021
1 parent afc3fda commit 0b48d46
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/zh-cn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@

---

### 0.4.0

`2021-10-15`

- **New**

- 🆕 新增了ignore属性,用于忽略部分部分元素
- 🆕 新增了全局变量 `__MICRO_APP_BASE_APPLICATION__` 用于标记当前应用为基座应用

- **Bug Fix**

- 🐞 修复了对webpack5 & jsonp 的支持
- 🐞 修复了angular下动态设置url属性导致加载失败的问题
- 🐞 修复了在vite环境下,内存优化的支持
- 🐞 修复了script type 为特殊情况下的兜底处理,如application/json
- 🐞 修复了循环嵌套时没有完全卸载应用的问题

- **Update**

- 📝 优化了对ssr的支持方式
- 📝 优化了动态module的创建和渲染
- 📝 优化了对data、blob类型数据的处理


### 0.3.3

`2021-09-13`
Expand Down

0 comments on commit 0b48d46

Please sign in to comment.