Skip to content

Commit 6e53112

Browse files
committed
release v2.0.5
1 parent 60d21b6 commit 6e53112

File tree

36 files changed

+139
-123
lines changed

36 files changed

+139
-123
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -217,24 +217,25 @@
217217
![支持](https://gitee.com/jin-yufeng/mp-html/raw/master/docs/assets/sponsor.png)
218218

219219
## 更新日志
220+
- v2.0.5 (20210312)
221+
1. `U` [linktap](https://jin-yufeng.gitee.io/mp-html/#/basic/event#linktap) 事件增加返回内部文本内容 `innerText` [详细](https://github.com/jin-yufeng/mp-html/issues/271)
222+
2. `U` [selectable](https://jin-yufeng.gitee.io/mp-html/#/basic/prop#selectable) 属性设置为 `force` 时能够在微信 `iOS` 端生效(文本块会变成 `inline-block`) [详细](https://github.com/jin-yufeng/mp-html/issues/267)
223+
3. `F` 修复了部分情况下竖向无法滚动的问题 [详细](https://github.com/jin-yufeng/mp-html/issues/182)
224+
4. `F` 修复了 `uni-app` 包多次修改富文本数据时部分内容可能不显示的问题
225+
5. `F` 修复了百度小程序真机部分内容不显示的问题 [详细](https://github.com/jin-yufeng/mp-html/issues/272)
226+
6. `F` 修复了 [腾讯视频](https://jin-yufeng.gitee.io/mp-html/#/advanced/plugin#txv-video) 插件可能无法播放的问题 [详细](https://github.com/jin-yufeng/mp-html/issues/265)
227+
7. `F` 修复了 [highlight](https://jin-yufeng.gitee.io/mp-html/#/advanced/plugin#highlight) 插件没有设置高亮语言时没有应用默认样式的问题 [详细](https://github.com/jin-yufeng/mp-html/issues/276) by [@fuzui](https://github.com/fuzui)
228+
220229
- v2.0.4 (20210131)
221-
1. `A` `editable` 插件增加下划线和图片超链接的功能 [详细](https://github.com/jin-yufeng/mp-html/issues/254)
230+
1. `A` [editable](https://jin-yufeng.gitee.io/mp-html/#/advanced/plugin#editable) 插件增加下划线和图片超链接的功能 [详细](https://github.com/jin-yufeng/mp-html/issues/254)
222231
2. `U` 支付宝和头条小程序原生包直接通过 `template` 递归实现渲染
223232
3. `F` 修复了 `img` 标签设置 `data-src` 可能导致图片不显示的问题 [详细](https://github.com/jin-yufeng/mp-html/issues/257)
224233
4. `F` 修复了 `script` 标签中的 `<` 会被解析为标签的问题 [详细](https://github.com/jin-yufeng/mp-html/issues/259)
225234
5. `F` 修复了 `uni-app` 包的 `app` 端播放视频时可能高度突然变小的问题
226235
6. `F` 修复了 `uni-app` 包的 `app` 端长按图片会报错的问题
227-
7. `F` 修复了 `uni-app` 包的 `nvue` 端使用 `editable` 插件后无法显示的问题
228-
8. `F` 修复了 `editable` 插件删除图片和切换内容时可能出现错误选择框的问题
229-
9. `F` 修复了 `editable` 插件无法编辑链接文本内容的问题
230-
231-
- v2.0.3 (20210115)
232-
1. `U` 图片被点击时不冒泡(可以与整体的点击区分开,不影响链接中的图片)
233-
2. `F` 修复了图片链接缺省协议名时可能无法预览的问题
234-
3. `F` 修复了原生包 `video``audio` 标签内放置文本会报错的问题
235-
4. `F` 修复了 `editable` 插件清空内容时弹窗可能不消失的问题
236-
5. `F` 修复了 `highlight` 插件部分情况下样式不正确的问题 [详细](https://github.com/jin-yufeng/mp-html/issues/231)
237-
6. `F` 修复了文档首页跳转到快速开始页时 `404` 的问题 by [@AnsonZnl](https://github.com/AnsonZnl)
236+
7. `F` 修复了 `uni-app` 包的 `nvue` 端使用 [editable](https://jin-yufeng.gitee.io/mp-html/#/advanced/plugin#editable) 插件后无法显示的问题
237+
8. `F` 修复了 [editable](https://jin-yufeng.gitee.io/mp-html/#/advanced/plugin#editable) 插件删除图片和切换内容时可能出现错误选择框的问题
238+
9. `F` 修复了 [editable](https://jin-yufeng.gitee.io/mp-html/#/advanced/plugin#editable) 插件无法编辑链接文本内容的问题
238239

239240
`1.x` 的升级方法可见 [更新指南](https://jin-yufeng.gitee.io/mp-html/#/changelog/changelog?id=v200)
240241

dist/mp-alipay/index.acss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
._root{overflow:auto;-webkit-overflow-scrolling:touch}._select{-webkit-user-select:text;user-select:text}
1+
._root{padding:1px 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}._select{-webkit-user-select:text;user-select:text}

dist/mp-alipay/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mp-alipay/node/node.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)