v5.6.56
- [core] Allow
MENU_CONFoverrides to provide partial nested menu configs so TypeScript users can set - [table-module] Export fixed-layout tables with an explicit table width when column widths are known, so
colgroup - [table-module] Normalize table-cell soft line breaks to use standard
\nhandling so pressingEnterin a cell
Package versions
| Package | Version |
|---|---|
@wangeditor-next/basic-modules |
1.5.53 |
@wangeditor-next/code-highlight |
1.3.49 |
@wangeditor-next/core |
1.7.51 |
@wangeditor-next/editor |
5.6.56 |
@wangeditor-next/list-module |
1.1.58 |
@wangeditor-next/plugin-float-image |
1.0.41 |
@wangeditor-next/plugin-formula |
1.0.42 |
@wangeditor-next/plugin-link-card |
1.0.41 |
@wangeditor-next/plugin-markdown |
1.0.41 |
@wangeditor-next/plugin-mention |
1.0.26 |
@wangeditor-next/table-module |
1.6.67 |
@wangeditor-next/upload-image-module |
1.1.56 |
@wangeditor-next/video-module |
1.3.57 |
@wangeditor-next/yjs |
0.1.50 |
@wangeditor-next/yjs-for-react |
0.1.67 |
@wangeditor-next/yjs-for-vue |
0.1.10 |
v5.6.55
- Fix pasted Excel and WPS tables dropping non-first columns when clipboard HTML uses
Package versions
| Package | Version |
|---|---|
@wangeditor-next/editor |
5.6.55 |
@wangeditor-next/plugin-float-image |
1.0.40 |
@wangeditor-next/plugin-formula |
1.0.41 |
@wangeditor-next/plugin-link-card |
1.0.40 |
@wangeditor-next/plugin-markdown |
1.0.40 |
@wangeditor-next/plugin-mention |
1.0.25 |
@wangeditor-next/table-module |
1.6.66 |
@wangeditor-next/yjs-for-react |
0.1.66 |
@wangeditor-next/yjs-for-vue |
0.1.9 |
v5.6.54
- [core] Avoid throwing when an editor is destroyed before textarea async initialization completes.
- [core] Avoid restoring stale selections when
setHtmlreplaces the entire document content. - [editor] Preserve Excel-imported table cells that use
display:nonestyles but still contain content.
Package versions
| Package | Version |
|---|---|
@wangeditor-next/basic-modules |
1.5.52 |
@wangeditor-next/code-highlight |
1.3.48 |
@wangeditor-next/core |
1.7.50 |
@wangeditor-next/editor |
5.6.54 |
@wangeditor-next/list-module |
1.1.57 |
@wangeditor-next/plugin-float-image |
1.0.39 |
@wangeditor-next/plugin-formula |
1.0.40 |
@wangeditor-next/plugin-link-card |
1.0.39 |
@wangeditor-next/plugin-markdown |
1.0.39 |
@wangeditor-next/plugin-mention |
1.0.24 |
@wangeditor-next/table-module |
1.6.65 |
@wangeditor-next/upload-image-module |
1.1.55 |
@wangeditor-next/video-module |
1.3.56 |
@wangeditor-next/yjs |
0.1.49 |
@wangeditor-next/yjs-for-react |
0.1.65 |
@wangeditor-next/yjs-for-vue |
0.1.8 |
v5.6.53
- Fix multi-editor pages losing the active caret when switching between editors.
Package versions
| Package | Version |
|---|---|
@wangeditor-next/basic-modules |
1.5.51 |
@wangeditor-next/code-highlight |
1.3.47 |
@wangeditor-next/core |
1.7.49 |
@wangeditor-next/editor |
5.6.53 |
@wangeditor-next/list-module |
1.1.56 |
@wangeditor-next/plugin-float-image |
1.0.38 |
@wangeditor-next/plugin-formula |
1.0.39 |
@wangeditor-next/plugin-link-card |
1.0.38 |
@wangeditor-next/plugin-markdown |
1.0.38 |
@wangeditor-next/plugin-mention |
1.0.23 |
@wangeditor-next/table-module |
1.6.64 |
@wangeditor-next/upload-image-module |
1.1.54 |
@wangeditor-next/video-module |
1.3.55 |
@wangeditor-next/yjs |
0.1.48 |
@wangeditor-next/yjs-for-react |
0.1.64 |
@wangeditor-next/yjs-for-vue |
0.1.7 |
v5.6.52
- Fix IME selection handling so composition does not restore stale selections on commit.
Package versions
| Package | Version |
|---|---|
@wangeditor-next/basic-modules |
1.5.50 |
@wangeditor-next/code-highlight |
1.3.46 |
@wangeditor-next/core |
1.7.48 |
@wangeditor-next/editor |
5.6.52 |
@wangeditor-next/list-module |
1.1.55 |
@wangeditor-next/plugin-float-image |
1.0.37 |
@wangeditor-next/plugin-formula |
1.0.38 |
@wangeditor-next/plugin-link-card |
1.0.37 |
@wangeditor-next/plugin-markdown |
1.0.37 |
@wangeditor-next/plugin-mention |
1.0.22 |
@wangeditor-next/table-module |
1.6.63 |
@wangeditor-next/upload-image-module |
1.1.53 |
@wangeditor-next/video-module |
1.3.54 |
@wangeditor-next/yjs |
0.1.47 |
@wangeditor-next/yjs-for-react |
0.1.63 |
@wangeditor-next/yjs-for-vue |
0.1.6 |
v5.6.51
- [basic-modules] Upgrade the Slate dependency line to
slate@^0.123.0andslate-history@^0.115.0, and realign wangEditor's DOM bridge, selection sync, and composition handling with current Slate behavior. - [core] Fix full-document delete so clearing a code block resets the editor to a single empty paragraph and shows the placeholder immediately.
- [core] Fix default multi-file uploads to send one request per file and trigger success callbacks for every uploaded file.
- [core] fix HTML paste truncation when maxLength is exceeded
Package versions
| Package | Version |
|---|---|
@wangeditor-next/basic-modules |
1.5.49 |
@wangeditor-next/code-highlight |
1.3.45 |
@wangeditor-next/core |
1.7.47 |
@wangeditor-next/editor |
5.6.51 |
@wangeditor-next/list-module |
1.1.54 |
@wangeditor-next/plugin-float-image |
1.0.36 |
@wangeditor-next/plugin-formula |
1.0.37 |
@wangeditor-next/plugin-link-card |
1.0.36 |
@wangeditor-next/plugin-markdown |
1.0.36 |
@wangeditor-next/plugin-mention |
1.0.21 |
@wangeditor-next/table-module |
1.6.62 |
@wangeditor-next/upload-image-module |
1.1.52 |
@wangeditor-next/video-module |
1.3.53 |
@wangeditor-next/yjs |
0.1.46 |
@wangeditor-next/yjs-for-react |
0.1.62 |
@wangeditor-next/yjs-for-vue |
0.1.5 |
v5.6.50
- Improve large plain-text paste performance by inserting lines as a single fragment
- Fix
customPastereturningfalsenot blocking the default paste behaviour - Fix Word superscript copy introducing extra line breaks
- Sanitize imported HTML by default (editor init,
setHtml, paste) - Fix Office/nested inline styles (bold, superscript) incorrectly expanding to the whole text segment
- Preserve consecutive spaces when importing styled inline HTML
- (table) Preserve line breaks when importing cell content from Word-like HTML
- (table) Preserve
colgroupcolumn widths throughgetHtml/setHtmlround-trips
Package versions
| Package | Version |
|---|---|
@wangeditor-next/editor |
5.6.50 |
@wangeditor-next/core |
1.7.46 |
@wangeditor-next/basic-modules |
1.5.48 |
@wangeditor-next/table-module |
1.6.61 |
@wangeditor-next/list-module |
1.1.53 |
@wangeditor-next/code-highlight |
1.3.44 |
@wangeditor-next/upload-image-module |
1.1.51 |
@wangeditor-next/video-module |
1.3.52 |
@wangeditor-next/yjs |
0.1.45 |
@wangeditor-next/plugin-float-image |
1.0.35 |
@wangeditor-next/plugin-formula |
1.0.36 |
@wangeditor-next/plugin-link-card |
1.0.35 |
@wangeditor-next/plugin-markdown |
1.0.35 |
@wangeditor-next/plugin-mention |
1.0.20 |
@wangeditor-next/yjs-for-react |
0.1.61 |
@wangeditor-next/yjs-for-vue |
0.1.4 |
Release v1.7.46
Published on 2026-03-16
- c47ad92: Improve HTML style parsing for nested and Office-like inline text styles so partial bold and superscript formatting do not expand to the whole text segment.
- b9b8d94: Fix the fullscreen menu to show the correct icon and title for the current editor state.
- Updated dependencies [943a933]
- Updated dependencies [1a859f0]
- Updated dependencies [890a8b5]
- Updated dependencies [c10a734]
- Updated dependencies [c47ad92]
- Updated dependencies [56e2d9a]
- @wangeditor-next/core@1.7.46
- Updated dependencies [943a933]
- Updated dependencies [1a859f0]
- Updated dependencies [890a8b5]
- Updated dependencies [c10a734]
- Updated dependencies [c47ad92]
- Updated dependencies [56e2d9a]
- @wangeditor-next/core@1.7.46
- 943a933: Improve large multi-line plain-text paste performance by inserting pasted lines as a fragment instead of splitting and inserting each line one by one.
- 1a859f0: Prevent the default browser paste when
customPastereturnsfalse, including plain-text paste flows. - 890a8b5: Ignore formatting newlines around nested inline html imports so Word superscript content does not introduce extra line breaks.
- c10a734: Sanitize imported HTML by default for editor initialization,
setHtml, and standard HTML paste flows before parsing it into editor content. - c47ad92: Improve HTML style parsing for nested and Office-like inline text styles so partial bold and superscript formatting do not expand to the whole text segment.
- 56e2d9a: Preserve consecutive spaces when importing styled inline HTML so underlined whitespace does not collapse to a single space.
- Updated dependencies [943a933]
- Updated dependencies [1a859f0]
- Updated dependencies [890a8b5]
- Updated dependencies [c10a734]
- Updated dependencies [c47ad92]
- Updated dependencies [56e2d9a]
- @wangeditor-next/core@1.7.46
- d672332: Preserve line breaks when importing table cell content from Word-like HTML paragraphs.
- b8810ee: Preserve
colgroupcolumn widths when importing tables with merged cells so adjusted table widths survivegetHtmlandsetHtmlround-trips. - Updated dependencies [943a933]
- Updated dependencies [1a859f0]
- Updated dependencies [890a8b5]
- Updated dependencies [c10a734]
- Updated dependencies [c47ad92]
- Updated dependencies [56e2d9a]
- @wangeditor-next/core@1.7.46
- Updated dependencies [943a933]
- Updated dependencies [1a859f0]
- Updated dependencies [890a8b5]
- Updated dependencies [c10a734]
- Updated dependencies [c47ad92]
- Updated dependencies [56e2d9a]
- Updated dependencies [b9b8d94]
- @wangeditor-next/core@1.7.46
- @wangeditor-next/basic-modules@1.5.48
- Updated dependencies [943a933]
- Updated dependencies [1a859f0]
- Updated dependencies [890a8b5]
- Updated dependencies [c10a734]
- Updated dependencies [c47ad92]
- Updated dependencies [56e2d9a]
- @wangeditor-next/core@1.7.46
- Updated dependencies [943a933]
- Updated dependencies [1a859f0]
- Updated dependencies [890a8b5]
- Updated dependencies [c10a734]
- Updated dependencies [c47ad92]
- Updated dependencies [56e2d9a]
- @wangeditor-next/core@1.7.46