We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358199c commit da00cf7Copy full SHA for da00cf7
docs/zh-cn/changelog.md
@@ -7,6 +7,14 @@
7
- 修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
8
9
---
10
+### 1.0.0-rc.16
11
+
12
+`2024-12-09`
13
+- **Bug Fix**
14
+ - 🐞 修复 子应用 使用 blob string url 创建 WebWorker 时报错,[issue 1444](https://github.com/micro-zoe/micro-app/issues/1444)。
15
+- **Feature**
16
+ - 支持 unocss。
17
18
### 1.0.0-rc.15
19
20
`2024-11-22`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@micro-zoe/micro-app",
3
- "version": "1.0.0-rc.15",
+ "version": "1.0.0-rc.16",
4
"description": "A lightweight, efficient and powerful micro front-end framework",
5
"private": false,
6
"main": "lib/index.min.js",
0 commit comments