Skip to content

Latest commit

 

History

History
865 lines (625 loc) · 47.8 KB

CHANGELOG.md

File metadata and controls

865 lines (625 loc) · 47.8 KB

Change Log

5.6.27

Patch Changes

  • 31f0207: fix(table): improve type handling for table-cell elements in parseRowHtml function
  • Updated dependencies [31f0207]
    • @wangeditor-next/table-module@1.6.38

5.6.26

Patch Changes

  • d1d8246: feat: add customCopy event handler for copy
  • Updated dependencies [d1d8246]
    • @wangeditor-next/core@1.7.29
    • @wangeditor-next/basic-modules@1.5.29
    • @wangeditor-next/code-highlight@1.3.26
    • @wangeditor-next/list-module@1.1.35
    • @wangeditor-next/table-module@1.6.37
    • @wangeditor-next/upload-image-module@1.1.32
    • @wangeditor-next/video-module@1.3.35

5.6.25

Patch Changes

  • 592c7b6: fix(table): add colLength judge
  • Updated dependencies [592c7b6]
    • @wangeditor-next/table-module@1.6.36

5.6.24

Patch Changes

  • 76819e1: fix(table): table tdList first column default width
  • Updated dependencies [76819e1]
    • @wangeditor-next/table-module@1.6.35

5.6.23

Patch Changes

  • f4e759e: 375 复制excel数据到编辑器中格式错乱
  • Updated dependencies [f4e759e]
    • @wangeditor-next/table-module@1.6.34

5.6.22

Patch Changes

  • 7225111: fix(max length): sync update leftLength
  • Updated dependencies [7225111]
    • @wangeditor-next/core@1.7.28
    • @wangeditor-next/basic-modules@1.5.28
    • @wangeditor-next/code-highlight@1.3.25
    • @wangeditor-next/list-module@1.1.34
    • @wangeditor-next/table-module@1.6.33
    • @wangeditor-next/upload-image-module@1.1.31
    • @wangeditor-next/video-module@1.3.34

5.6.21

Patch Changes

  • 2099e64: fix(upload): add complete upload callback
  • Updated dependencies [2099e64]
    • @wangeditor-next/core@1.7.27
    • @wangeditor-next/basic-modules@1.5.27
    • @wangeditor-next/code-highlight@1.3.24
    • @wangeditor-next/list-module@1.1.33
    • @wangeditor-next/table-module@1.6.32
    • @wangeditor-next/upload-image-module@1.1.30
    • @wangeditor-next/video-module@1.3.33

5.6.20

Patch Changes

  • 8c762a9: feat(code block): add code block handletab
  • Updated dependencies [8c762a9]
    • @wangeditor-next/basic-modules@1.5.26
    • @wangeditor-next/upload-image-module@1.1.29

5.6.19

Patch Changes

  • 5fa2a72: fix(upload): delete remove file api
  • Updated dependencies [5fa2a72]
    • @wangeditor-next/core@1.7.26
    • @wangeditor-next/basic-modules@1.5.25
    • @wangeditor-next/code-highlight@1.3.23
    • @wangeditor-next/list-module@1.1.32
    • @wangeditor-next/table-module@1.6.31
    • @wangeditor-next/upload-image-module@1.1.28
    • @wangeditor-next/video-module@1.3.32

5.6.18

Patch Changes

  • ad3d49b: fix(table): If followed by a table deleteforward is disabled
  • Updated dependencies [ad3d49b]
    • @wangeditor-next/table-module@1.6.30

5.6.17

Patch Changes

  • 230e46d: fix table merge row show error
  • Updated dependencies [230e46d]
    • @wangeditor-next/table-module@1.6.28

5.6.16

Patch Changes

  • 33d87c9: video module add align prop
  • Updated dependencies [33d87c9]
    • @wangeditor-next/video-module@1.3.31

5.6.15

Patch Changes

  • 5bbff78: fix: add more font style
  • 7b80f5d: fix: revert default font config
  • Updated dependencies [5bbff78]
  • Updated dependencies [7b80f5d]
    • @wangeditor-next/basic-modules@1.5.24
    • @wangeditor-next/core@1.7.25
    • @wangeditor-next/upload-image-module@1.1.27
    • @wangeditor-next/code-highlight@1.3.22
    • @wangeditor-next/list-module@1.1.31
    • @wangeditor-next/table-module@1.6.27
    • @wangeditor-next/video-module@1.3.30

5.6.14

Patch Changes

  • af6b10e: revert diff by selection
  • Updated dependencies [af6b10e]
    • @wangeditor-next/core@1.7.24
    • @wangeditor-next/basic-modules@1.5.23
    • @wangeditor-next/code-highlight@1.3.21
    • @wangeditor-next/list-module@1.1.30
    • @wangeditor-next/table-module@1.6.26
    • @wangeditor-next/upload-image-module@1.1.26
    • @wangeditor-next/video-module@1.3.29

5.6.13

Patch Changes

  • 9fb698d: perf: reduce re-rendering
  • Updated dependencies [9fb698d]
    • @wangeditor-next/core@1.7.23
    • @wangeditor-next/basic-modules@1.5.22
    • @wangeditor-next/code-highlight@1.3.20
    • @wangeditor-next/list-module@1.1.29
    • @wangeditor-next/table-module@1.6.25
    • @wangeditor-next/upload-image-module@1.1.25
    • @wangeditor-next/video-module@1.3.28

5.6.12

Patch Changes

  • 11135d9: - Fix incorrect nesting of tables within paragraph tags
    • Improve table cell interaction handling
    • Prevent node splitting on new lines
    • Handle deletion without affecting table structure
    • Enhance tab navigation between cells
    • Maintain document structure with proper paragraph placement
  • Updated dependencies [11135d9]
    • @wangeditor-next/table-module@1.6.24

5.6.11

Patch Changes

  • 51f9221: fix(table): fill in the hidden table cell
  • Updated dependencies [51f9221]
    • @wangeditor-next/table-module@1.6.23

5.6.10

Patch Changes

  • 258e365: fix: show microsoft world img
  • Updated dependencies [258e365]
    • @wangeditor-next/core@1.7.21
    • @wangeditor-next/basic-modules@1.5.20
    • @wangeditor-next/code-highlight@1.3.18
    • @wangeditor-next/list-module@1.1.27
    • @wangeditor-next/table-module@1.6.21
    • @wangeditor-next/upload-image-module@1.1.23
    • @wangeditor-next/video-module@1.3.26

5.6.9

Patch Changes

  • 58022b2: 319 bug 表格单元格内多选内容删除事件没有执行
  • Updated dependencies [58022b2]
    • @wangeditor-next/core@1.7.20
    • @wangeditor-next/basic-modules@1.5.19
    • @wangeditor-next/code-highlight@1.3.17
    • @wangeditor-next/list-module@1.1.26
    • @wangeditor-next/table-module@1.6.20
    • @wangeditor-next/upload-image-module@1.1.22
    • @wangeditor-next/video-module@1.3.25

5.6.8

Patch Changes

  • 85c2579: 278 bug选中区域同时选中了有序无序列表与表格单元格时进行删除操作后报错
  • Updated dependencies [85c2579]
    • @wangeditor-next/table-module@1.6.19
    • @wangeditor-next/core@1.7.19
    • @wangeditor-next/basic-modules@1.5.18
    • @wangeditor-next/code-highlight@1.3.16
    • @wangeditor-next/list-module@1.1.25
    • @wangeditor-next/upload-image-module@1.1.21
    • @wangeditor-next/video-module@1.3.24

5.6.7

Patch Changes

  • 1e70838: fix(composition): reinput when cursor in link fornt
  • Updated dependencies [1e70838]
    • @wangeditor-next/core@1.7.18
    • @wangeditor-next/basic-modules@1.5.17
    • @wangeditor-next/code-highlight@1.3.15
    • @wangeditor-next/list-module@1.1.24
    • @wangeditor-next/table-module@1.6.18
    • @wangeditor-next/upload-image-module@1.1.20
    • @wangeditor-next/video-module@1.3.23

5.6.6

Patch Changes

  • f1848d5: feat: elem id add type
  • Updated dependencies [f1848d5]
    • @wangeditor-next/core@1.7.17
    • @wangeditor-next/basic-modules@1.5.16
    • @wangeditor-next/code-highlight@1.3.14
    • @wangeditor-next/list-module@1.1.23
    • @wangeditor-next/table-module@1.6.17
    • @wangeditor-next/upload-image-module@1.1.19
    • @wangeditor-next/video-module@1.3.22

5.6.5

Patch Changes

  • 5e1d59a: update editor module version

5.6.4

Patch Changes

  • c18aa53: fix: 修复单元格内的换行在编辑模式下的视觉错误
  • Updated dependencies [c18aa53]
    • @wangeditor-next/core@1.7.13
    • @wangeditor-next/table-module@1.6.11
    • @wangeditor-next/basic-modules@1.5.12
    • @wangeditor-next/code-highlight@1.3.10
    • @wangeditor-next/list-module@1.1.18
    • @wangeditor-next/upload-image-module@1.1.15
    • @wangeditor-next/video-module@1.3.18

5.6.3

Patch Changes

  • c0cfd9c: 254 在windows上搭建webview2或者electron客户端使用wangeditor和搜狗输入法执行特定步骤会出现异常
  • Updated dependencies [c0cfd9c]
    • @wangeditor-next/upload-image-module@1.1.14
    • @wangeditor-next/code-highlight@1.3.9
    • @wangeditor-next/basic-modules@1.5.11
    • @wangeditor-next/table-module@1.6.10
    • @wangeditor-next/video-module@1.3.17
    • @wangeditor-next/list-module@1.1.17
    • @wangeditor-next/core@1.7.12

5.6.2

Patch Changes

  • ceeb138: fix path resolve warning
  • Updated dependencies [ceeb138]
    • @wangeditor-next/upload-image-module@1.1.13
    • @wangeditor-next/code-highlight@1.3.8
    • @wangeditor-next/basic-modules@1.5.10
    • @wangeditor-next/table-module@1.6.9
    • @wangeditor-next/video-module@1.3.16
    • @wangeditor-next/list-module@1.1.16
    • @wangeditor-next/core@1.7.11

5.6.1

Patch Changes

  • eea16b2: perf: added menu config ts type
  • Updated dependencies [eea16b2]
    • @wangeditor-next/basic-modules@1.5.8
    • @wangeditor-next/core@1.7.9
    • @wangeditor-next/upload-image-module@1.1.10
    • @wangeditor-next/code-highlight@1.3.6
    • @wangeditor-next/list-module@1.1.14
    • @wangeditor-next/table-module@1.6.7
    • @wangeditor-next/video-module@1.3.13

5.6.0

Minor Changes

  • 739f925: refactor test\style\build

5.5.8

Patch Changes

  • ac57da1: refactor test and build depts
  • Updated dependencies [ac57da1]
    • @wangeditor-next/basic-modules@1.5.6
    • @wangeditor-next/code-highlight@1.3.4
    • @wangeditor-next/core@1.7.7
    • @wangeditor-next/list-module@1.1.12
    • @wangeditor-next/table-module@1.6.5
    • @wangeditor-next/upload-image-module@1.1.8
    • @wangeditor-next/video-module@1.3.11

5.5.7

Patch Changes

  • c7ef2d0: refactor by new eslint rule
  • Updated dependencies [c7ef2d0]
    • @wangeditor-next/upload-image-module@1.1.7
    • @wangeditor-next/code-highlight@1.3.3
    • @wangeditor-next/basic-modules@1.5.5
    • @wangeditor-next/table-module@1.6.4
    • @wangeditor-next/video-module@1.3.10
    • @wangeditor-next/list-module@1.1.11
    • @wangeditor-next/core@1.7.6

5.5.6

Patch Changes

  • 94f8470: revert modify table with hook
  • Updated dependencies [94f8470]
    • @wangeditor-next/table-module@1.6.2

5.5.5

Patch Changes

  • 52340bc: refactor workflow
  • Updated dependencies [52340bc]
    • @wangeditor-next/basic-modules@1.5.3
    • @wangeditor-next/code-highlight@1.3.1
    • @wangeditor-next/core@1.7.4
    • @wangeditor-next/list-module@1.1.9
    • @wangeditor-next/table-module@1.6.1
    • @wangeditor-next/upload-image-module@1.1.5
    • @wangeditor-next/video-module@1.3.8

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.5.4 (2024-09-06)

Note: Version bump only for package @wangeditor-next/editor

5.5.3 (2024-09-01)

Note: Version bump only for package @wangeditor-next/editor

5.5.2 (2024-08-29)

Reverts

  • Revert "chore: modify package publish config" (7e2785e)

5.5.1 (2024-08-25)

Note: Version bump only for package @wangeditor-next/editor

5.5.0 (2024-08-18)

Features

  • format painter menu: add format painter menu (93a2d4b)

5.4.2 (2024-08-15)

Note: Version bump only for package @wangeditor-next/editor

5.4.0 (2024-08-11)

Features

  • table module: add table property setting (48d0f3b)

5.3.15 (2024-08-08)

Note: Version bump only for package @wangeditor-next/editor

5.3.14 (2024-08-03)

Note: Version bump only for package @wangeditor-next/editor

5.3.13 (2024-07-27)

Note: Version bump only for package @wangeditor-next/editor

5.3.12 (2024-07-27)

Reverts

  • Revert "chore(release): publish" (64b047f)

5.3.12-alpha.1 (2024-07-25)

Note: Version bump only for package @wangeditor-next/editor

5.3.12-alpha.0 (2024-07-25)

Note: Version bump only for package @wangeditor-next/editor

5.3.11 (2024-07-23)

Note: Version bump only for package @wangeditor-next/editor

5.3.10 (2024-07-21)

Note: Version bump only for package @wangeditor-next/editor

5.3.9 (2024-07-21)

Note: Version bump only for package @wangeditor-next/editor

5.3.8 (2024-07-19)

Note: Version bump only for package @wangeditor-next/editor

5.3.7 (2024-07-17)

Note: Version bump only for package @wangeditor-next/editor

5.3.6 (2024-07-16)

Note: Version bump only for package @wangeditor-next/editor

5.3.5 (2024-07-15)

Note: Version bump only for package @wangeditor-next/editor

5.3.4 (2024-07-14)

Note: Version bump only for package @wangeditor-next/editor

5.4.0 (2024-07-11)

Features

  • Table add merge / split cell (26250fa)

5.3.2 (2024-07-08)

Note: Version bump only for package @wangeditor-next/editor

5.3.1 (2024-06-29)

Note: Version bump only for package @wangeditor-next/editor

5.3.0 (2024-06-24)

Features

  • video: add edit video src menu (77b6d13)

5.2.8 (2024-06-22)

Note: Version bump only for package @wangeditor-next/editor

5.2.7 (2024-06-22)

Performance Improvements

  • video: modify video position by toolbar (b0c5f0a)
  • show more config (055cffc)

Reverts

  • example: revert content config (ecfc3e9)

5.2.6 (2024-06-17)

Note: Version bump only for package @wangeditor-next/editor

5.2.5 (2024-06-14)

Note: Version bump only for package @wangeditor-next/editor

5.2.4 (2024-06-13)

Performance Improvements

  • add edit image and video width height menu (f0a9ce6)

5.2.3 (2024-06-08)

Performance Improvements

  • issue 13: add replace icon svg by menu config (a897f58)

5.2.2 (2024-06-04)

Performance Improvements

  • issue 5259: video element default center (9c01d40)

5.2.1 (2024-05-30)

Note: Version bump only for package @wangeditor-next/editor

5.2.0 (2024-05-19)

Bug Fixes

  • 不支持 IE 浏览器的提醒 (70c5cae)
  • 尝试修复 nuxt 报错 issue#4409 (912f888)
  • 打包问题 (c4e87cc)
  • 更新各包之间依赖版本 (75c552c)
  • 兼容 AggregateError (0cbd82d)
  • 兼容next.js及nuxt.js (233728e)
  • 开放几个第三方用的 API (bdf3e70)
  • 拼音隐藏 placeholder (aec1a9f)
  • 上传视频 - customBrowseAndUpload 缺少 poster (c24627a)
  • 上传图片 - base64 仍触发上传 + 超出 maxSize 的报错提醒 (a1d469a)
  • 添加QQ浏览器polyfill (a1b476a)
  • 图片上传,提示 (3754012)
  • 修复 node 环境下报错问题 (5a635a5)
  • 修复取消链接后撤销再重做报错的问题 (9b233a9)
  • 移除了每个包下的 publishConfig directory 配置 (16559f0)
  • 优化选中代码块不应该展示 hoverbar 的交互 (33dcbd6)
  • checkVideo 增加 poster 参数 (c0402e1)
  • customInsert 不触发 onSuccess (d6f4a1b)
  • delete divider (f04cbd6)
  • divider - 键盘删除 (31db059)
  • example/code-hightlight (7885988)
  • focus table 时 isFocused 异常 (5c52bf3)
  • globalThis 兼容性 (7a47f4b)
  • group-menu 考虑 excludeKeys (ecc29f3)
  • hoverbar config - 同时选中文字和 table (8f6b4d1)
  • hoverbarKeys - text (59b4840)
  • html 特殊字符 (b3eb81b)
  • i18n - 获取多语言配置 (9f81597)
  • i18n 切换语言 (b3b4642)
  • insertKeys (0a89420)
  • link, text hoverbar 选区问题 (e0b7438)
  • menu 点击多次才能生效 (6497e39)
  • normalize when create editor (2b51962)
  • parse html - v4 video (8dca822)
  • qq 浏览器报错 (8a09ed5)
  • readOnly 时菜单还可操作 (0d4a29b)
  • registerModule (189981c)
  • rename es module filename (1821d4e)
  • scroll 滚动问题 (bc133e1)
  • setHtml 支持空字符串 (d438157)
  • shadow dom 样式缺失 (2fcb69c)
  • style-to-html - 输入 a 会删除外部的 标签 (af1f523)
  • table - elemToHtml (e36e609)
  • tableCell 中 br 报错 (8604db7)
  • text hoverbar (c7de4f8)
  • text hoverbar (efe9a34)
  • upload file callback error (bf20e07)
  • video - 键盘删除 (5a6bedd)

Features

5.1.23 (2022-11-14)

Note: Version bump only for package @wangeditor/editor

5.1.22 (2022-10-18)

Note: Version bump only for package @wangeditor/editor

5.1.21 (2022-10-04)

Note: Version bump only for package @wangeditor/editor

5.1.20 (2022-09-27)

Note: Version bump only for package @wangeditor/editor

5.1.19 (2022-09-27)

Note: Version bump only for package @wangeditor/editor

5.1.18 (2022-09-16)

Note: Version bump only for package @wangeditor/editor

5.1.17 (2022-09-15)

Bug Fixes

  • customInsert 不触发 onSuccess (d6f4a1b)
  • focus table 时 isFocused 异常 (5c52bf3)
  • 上传视频 - customBrowseAndUpload 缺少 poster (c24627a)

5.1.16 (2022-09-14)

Note: Version bump only for package @wangeditor/editor

5.1.15 (2022-08-30)

Bug Fixes

  • checkVideo 增加 poster 参数 (c0402e1)

5.1.14 (2022-07-27)

Note: Version bump only for package @wangeditor/editor

5.1.13 (2022-07-27)

Bug Fixes

  • setHtml 支持空字符串 (d438157)
  • upload file callback error (bf20e07)

5.1.12 (2022-07-22)

Note: Version bump only for package @wangeditor/editor

5.1.11 (2022-07-18)

Note: Version bump only for package @wangeditor/editor

5.1.10 (2022-07-16)

Note: Version bump only for package @wangeditor/editor

5.1.9 (2022-07-14)

Note: Version bump only for package @wangeditor/editor

5.1.8 (2022-07-14)

Note: Version bump only for package @wangeditor/editor

5.1.7 (2022-07-13)

Note: Version bump only for package @wangeditor/editor

5.1.6 (2022-07-12)

Note: Version bump only for package @wangeditor/editor

5.1.5 (2022-07-11)

Bug Fixes

5.1.4 (2022-07-11)

Bug Fixes

5.1.3 (2022-07-11)

Bug Fixes

5.1.2 (2022-07-11)

Note: Version bump only for package @wangeditor/editor

5.1.1 (2022-06-02)

Note: Version bump only for package @wangeditor/editor

5.1.0 (2022-05-25)

Features

5.0.1 (2022-04-18)

Bug Fixes

  • 不支持 IE 浏览器的提醒 (70c5cae)
  • 打包问题 (c4e87cc)
  • 更新各包之间依赖版本 (75c552c)
  • 兼容 AggregateError (0cbd82d)
  • 兼容next.js及nuxt.js (233728e)
  • 开放几个第三方用的 API (bdf3e70)
  • 拼音隐藏 placeholder (aec1a9f)
  • 上传图片 - base64 仍触发上传 + 超出 maxSize 的报错提醒 (a1d469a)
  • 添加QQ浏览器polyfill (a1b476a)
  • 图片上传,提示 (3754012)
  • 修复 node 环境下报错问题 (5a635a5)
  • 修复取消链接后撤销再重做报错的问题 (9b233a9)
  • 移除了每个包下的 publishConfig directory 配置 (16559f0)
  • 优化选中代码块不应该展示 hoverbar 的交互 (33dcbd6)
  • delete divider (f04cbd6)
  • divider - 键盘删除 (31db059)
  • example/code-hightlight (7885988)
  • globalThis 兼容性 (7a47f4b)
  • group-menu 考虑 excludeKeys (ecc29f3)
  • hoverbar config - 同时选中文字和 table (8f6b4d1)
  • hoverbarKeys - text (59b4840)
  • html 特殊字符 (b3eb81b)
  • i18n - 获取多语言配置 (9f81597)
  • i18n 切换语言 (b3b4642)
  • insertKeys (0a89420)
  • link, text hoverbar 选区问题 (e0b7438)
  • menu 点击多次才能生效 (6497e39)
  • normalize when create editor (2b51962)
  • parse html - v4 video (8dca822)
  • qq 浏览器报错 (8a09ed5)
  • readOnly 时菜单还可操作 (0d4a29b)
  • registerModule (189981c)
  • rename es module filename (1821d4e)
  • shadow dom 样式缺失 (2fcb69c)
  • style-to-html - 输入 a 会删除外部的 标签 (af1f523)
  • table - elemToHtml (e36e609)
  • tableCell 中 br 报错 (8604db7)
  • text hoverbar (c7de4f8)
  • text hoverbar (efe9a34)
  • video - 键盘删除 (5a6bedd)

Features