@aomao/engine@2.10.13
What's Changed
plugin-table
- feat: add fixed width option for tables #200
- feat: Merge external tables when pasting into internal tables
- fix: Resolve highlighting issue when deleting within merged cells in a table #306
card
- fix: Resolve page scrolling issue with middle-positioned scrollbar #308
- fix: Resolve issue where selection effect doesn't disappear when moving the cursor forward after selecting a card #309
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.10.12...@aomao/engine@2.10.13
@aomao/engine@2.10.12
What's Changed
- fix(bug): fix range error when undo the history after deleting text … by @FlordH in https://github.com/red-axe/am-editor/pull/305
- fix: 修复自定义插件不存在默认的ToolbarConfig配置中onDisabled不生效的问题 by @myprelude in https://github.com/red-axe/am-editor/pull/307
- feat: toolbar prompt 逻辑简单调整 by @myprelude in https://github.com/red-axe/am-editor/pull/311
New Contributors
- @FlordH made their first contribution in https://github.com/red-axe/am-editor/pull/305
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.10.2...@aomao/engine@2.10.12
@aomao/engine@2.10.2
What's Changed
- Export
getYDoc
method fromstartServer
- Add
broadcastCustomMessage
method toWSSharedDoc
- Add
requestListener
option to extendhttp.Server
service Improveauth
option to return a unique ID for the document - Remove
onConnection
option
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.10.1...@aomao/engine@2.10.2
@aomao/engine@2.10.1
What's Changed
- Added
messageCustom
message type toyjs-websocket
- Added
requestListener
&onConnection
options toyjs-websocket/server
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.10.0...@aomao/engine@2.10.1
@aomao/engine@2.10.0
What's Changed
- fix(table): avoid jitter on table active/deactive by @Yelmor in https://github.com/red-axe/am-editor/pull/299
- Replace OT with new data structures and YJS. by @big-camel in https://github.com/red-axe/am-editor/pull/302
New Contributors
- @Yelmor made their first contribution in https://github.com/red-axe/am-editor/pull/299
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.9.63...@aomao/engine@2.10.0
@aomao/engine@2.9.63
Fixed
- Resolved issue of partial text loss during paste #295
- Corrected type issue in Schema add method #293
@aomao/engine@2.9.62
What's Changed
- feat: list.merge添加canMerge配置逻辑 by @amibug in https://github.com/red-axe/am-editor/pull/280
- feat: add isMerge options for schema.add method #293
- fix: #281
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.9.56...@aomao/engine@2.9.62
@aomao/engine@2.9.56
Fixed
- Replace
replaceAll
withreplace
method #274 - The
parentNode
cannot be obtained in the applet, and theparentElement
attribute is preferred
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.9.53...@aomao/engine@2.9.56
@aomao/engine@2.9.54
Fixed
card
the dnd node of the card toolbar is not destroyed correctlycodeblock-vue
reports an error after selecting the language item
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.9.53...@aomao/engine@2.9.54
@aomao/engine@2.9.53
What's Changed
- chore: improve performance a bit
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.9.45...@aomao/engine@2.9.53