Skip to content

Commit d5f081a

Browse files
authored
Merge pull request #1667 from jd-opensource/dev
fix Firefox does not support caretRangeFromPoint
2 parents be236ba + ccdcd9d commit d5f081a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/zh-cn/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
- 修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
88

99
---
10+
### 1.0.0-rc.28
11+
12+
`2025-12-04`
13+
- **Bug Fix**
14+
- 🐞 Firefox不支持caretRangeFromPoint,需要兼容修复,[相关PR](https://github.com/jd-opensource/micro-app/pull/1653/files)
15+
1016
### 1.0.0-rc.27
1117

1218
`2025-08-29`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-zoe/micro-app",
3-
"version": "1.0.0-rc.27",
3+
"version": "1.0.0-rc.28",
44
"description": "A lightweight, efficient and powerful micro front-end framework",
55
"private": false,
66
"main": "lib/index.min.js",

0 commit comments

Comments
 (0)