Doc: update

This commit is contained in:
wanglin2 2023-10-08 15:59:03 +08:00
parent e6c92d4a5e
commit 88e3c1f660
4 changed files with 30 additions and 0 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 0.7.3-fix.2
Fix some issues with collaborative editing:
1.The position of the new node is incorrect when inserting peer nodes;
2.Moving a position within a peer node did not trigger an update;
3.The position of the mobile node inserted as a sibling node is incorrect;
## 0.7.3-fix.1
Fix:

View File

@ -1,6 +1,11 @@
<template>
<div>
<h1>Changelog</h1>
<h2>0.7.3-fix.2</h2>
<p>Fix some issues with collaborative editing:</p>
<p>1.The position of the new node is incorrect when inserting peer nodes;</p>
<p>2.Moving a position within a peer node did not trigger an update;</p>
<p>3.The position of the mobile node inserted as a sibling node is incorrect;</p>
<h2>0.7.3-fix.1</h2>
<p>Fix:</p>
<blockquote>

View File

@ -1,5 +1,15 @@
# Changelog
## 0.7.3-fix.2
修复协同编辑的一些问题:
1.插入同级节点时新节点位置不正确;
2.在同级节点中移动位置没有触发更新;
3.移动节点作为兄弟节点插入时位置不正确;
## 0.7.3-fix.1
修复:

View File

@ -1,6 +1,11 @@
<template>
<div>
<h1>Changelog</h1>
<h2>0.7.3-fix.2</h2>
<p>修复协同编辑的一些问题</p>
<p>1.插入同级节点时新节点位置不正确</p>
<p>2.在同级节点中移动位置没有触发更新</p>
<p>3.移动节点作为兄弟节点插入时位置不正确</p>
<h2>0.7.3-fix.1</h2>
<p>修复</p>
<blockquote>