Doc: update
This commit is contained in:
parent
e6c92d4a5e
commit
88e3c1f660
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# 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
|
## 0.7.3-fix.1
|
||||||
|
|
||||||
Fix:
|
Fix:
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1>Changelog</h1>
|
<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>
|
<h2>0.7.3-fix.1</h2>
|
||||||
<p>Fix:</p>
|
<p>Fix:</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.3-fix.2
|
||||||
|
|
||||||
|
修复协同编辑的一些问题:
|
||||||
|
|
||||||
|
1.插入同级节点时新节点位置不正确;
|
||||||
|
|
||||||
|
2.在同级节点中移动位置没有触发更新;
|
||||||
|
|
||||||
|
3.移动节点作为兄弟节点插入时位置不正确;
|
||||||
|
|
||||||
## 0.7.3-fix.1
|
## 0.7.3-fix.1
|
||||||
|
|
||||||
修复:
|
修复:
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1>Changelog</h1>
|
<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>
|
<h2>0.7.3-fix.1</h2>
|
||||||
<p>修复:</p>
|
<p>修复:</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user