Skip to content

Releases: asasugar/HPRichText

v3.1.0

10 Oct 09:58

Choose a tag to compare

v3.1.0 (2025-10-10)

Features

Bug Fixes

  • 🐛 支持嵌套滚动 (#110)
    (e5d236b)

  • 🐛 修复font标签内部包含a标签,会出现文本颜色错误的问题 (#101)
    (c27f5d3)

Refactor

  • 💡 优化入口导出,新增customHandler例子
    #102(fa7d77c)

  • 💡 重命名 Example (8b59aee)

v3.0.9

07 Apr 09:21

Choose a tag to compare

Features

  • 🎸
    新增文本和图片的复制 (9460778)

v3.0.8

07 Apr 09:20

Choose a tag to compare

Bug Fixes

  • 🐛 修复"a标签内容被前后文字包裹,就无法响应onLinkPress"问题 (#97)
    (ad9a1e8)

v3.0.7

07 Apr 09:19

Choose a tag to compare

Bug Fixes

  • 🐛 修复px2Any中存在style属性值带引号时匹配问题 (#93)
    (e280b6f)

v3.0.6

09 Jan 10:09

Choose a tag to compare

Bug Fixes

v3.0.5

06 Jan 07:28

Choose a tag to compare

Bug Fixes

  • 🐛
    处理html文本时移除trimHtml方法保留文本源 (#90)
    (f5d9264)

  • 🐛
    修复点击事件失效问题 (#88)
    (2d423d9)

v3.0.4

04 Nov 02:10

Choose a tag to compare

Bug Fixes

  • 🐛
    修复html非法使用style script标签渲染问题 (#77)
    (e0a66b7)

Features

v3.0.3

23 Oct 03:50

Choose a tag to compare

Bug Fixes

  • 🐛
    兼容内联图片展示 (#68)
    (25bd470)

  • 🐛
    优化正则修复px2Any方法将文本也转化的问题
    (68bb9ed)

Features

  • 🎸
    html字符串img支持本地resource资源链接 (#67)
    (dfe71ff)

v3.0.2

20 Sep 09:57

Choose a tag to compare

Bug Fixes

  • 🐛
    更多标签继承baseFontSize等基础样式属性
    (d9f01df)

v3.0.1

20 Sep 09:11

Choose a tag to compare

Refactor