Kevin Jahns
|
d3e117702c
|
add method to add & remove tracked origins
|
2022-03-25 11:00:07 +01:00 |
|
Kevin Jahns
|
6b8cef29e2
|
address #398
|
2022-03-20 23:58:14 +01:00 |
|
Kevin Jahns
|
4a06492fb1
|
add stack-item-updated event to Y.UndoManager. implements #407
|
2022-03-20 22:49:23 +01:00 |
|
Kevin Jahns
|
46fbce0de8
|
more utility around Y.UndoManager
|
2022-03-20 22:41:33 +01:00 |
|
alderzhang
|
6aea35246b
|
fix decodeUpdateV2 bug
|
2022-03-15 15:22:51 +08:00 |
|
Kevin Jahns
|
d0f9c4a27f
|
lint
|
2022-03-02 13:25:56 +01:00 |
|
Kevin Jahns
|
9f1548204a
|
Merge pull request #376 from fson/yevent-target-type
Add more accurate typing for YEvent.target
|
2022-03-02 13:18:00 +01:00 |
|
Kevin Jahns
|
46e108f345
|
Merge pull request #388 from sanalabs/uk/decode-methods
Add decode methods
|
2022-03-01 15:16:59 +01:00 |
|
Ulf Karlsson
|
8678ef62d6
|
Remove curr.info
|
2022-02-07 20:00:10 +01:00 |
|
Ulf Karlsson
|
db53b6c720
|
Add decode methods
|
2022-02-07 17:15:06 +01:00 |
|
Kevin Jahns
|
931a37a331
|
only fire stack-item-added when and item was actually added. closes #368
|
2022-02-03 21:36:54 +01:00 |
|
Kevin Jahns
|
8fd1f3405a
|
lint
|
2022-02-03 21:25:29 +01:00 |
|
Kevin Jahns
|
f577a8e3cf
|
Merge pull request #366 from holtwick/main
Add canUndo/canRedo to UndoManager. Fixes #365
|
2022-02-03 21:21:33 +01:00 |
|
Kevin Jahns
|
4cfa49d601
|
reproduce and fix issues #355 #343 #304 and closes #367
|
2022-02-03 21:10:24 +01:00 |
|
Ville Immonen
|
81a36a2762
|
add more accurate typing for YEvent.target
|
2022-01-15 14:22:17 +02:00 |
|
Dirk Holtwick
|
f857345451
|
Add canUndo/canRedo to UndoManager. Fixes #365
|
2021-12-18 18:26:32 +01:00 |
|
Kevin Jahns
|
28e1b19e57
|
add loading event logic
|
2021-11-24 23:15:55 +01:00 |
|
Kevin Jahns
|
9a7250f192
|
fix undoing of content containing subdocs
|
2021-11-19 13:47:10 +01:00 |
|
Kevin Jahns
|
4154b12f14
|
handle local/remote autoload edge cases
|
2021-11-19 13:27:14 +01:00 |
|
Kevin Jahns
|
ea4e9a0007
|
change order of logging statement for debugging
|
2021-11-14 13:10:52 +01:00 |
|
Kevin Jahns
|
2ec19defcb
|
export testHelper esm properly
|
2021-11-06 15:55:59 +01:00 |
|
Kevin Jahns
|
320e8cbe18
|
add transaction to subdocs event
|
2021-11-02 23:24:28 +01:00 |
|
Kevin Jahns
|
49150f4adb
|
add ydoc as argument in subdocs event
|
2021-10-29 22:04:59 +02:00 |
|
Kevin Jahns
|
c91945228f
|
inherid collectionid
|
2021-10-29 21:53:21 +02:00 |
|
Kevin Jahns
|
3586d91925
|
fire subdocs event only when something changed
|
2021-10-29 17:49:30 +02:00 |
|
Kevin Jahns
|
e33c67fc72
|
bump standard linter
|
2021-10-14 16:18:50 +02:00 |
|
Kevin Jahns
|
ca0fb4b15d
|
Merge pull request #332 from yjs/types-as-embeds
Allow types as Y.Text embeds
|
2021-10-14 15:04:26 +02:00 |
|
Kevin Jahns
|
995fbfa4cc
|
Proper follow redones in nested redos - fixes #317
|
2021-10-14 14:59:26 +02:00 |
|
Viktor Qvarfordt
|
2c80a955da
|
Fix type annotation of getMap
Make `getMap<T>()` take a generic type parameter just like `getArray<T>()`.
|
2021-10-10 11:05:18 +02:00 |
|
Kevin Jahns
|
0ec67170d3
|
allow types as Y.Text embeds
|
2021-09-25 11:51:08 +02:00 |
|
Kevin Jahns
|
f1ab417570
|
mergeUpdates on array with single entry just returns the first entry
|
2021-09-23 22:14:29 +02:00 |
|
Kevin Jahns
|
89c5541ee6
|
fix merge logic edge-cases with skips
|
2021-06-24 15:14:49 +02:00 |
|
Kevin Jahns
|
0c34216ed0
|
merge pending structs in v1 format
|
2021-06-21 12:04:40 +02:00 |
|
Kevin Jahns
|
5cac153a17
|
Fix #308 - stateVector should ignore skips and incomplete content
|
2021-06-07 19:41:54 +02:00 |
|
Kevin Jahns
|
71d8da6513
|
force that transactions that apply document updates are set as non-local transatctions. Fixes #307
|
2021-05-31 17:54:24 +02:00 |
|
Kevin Jahns
|
7bd764fba7
|
use non-explicit resolution for lib0
|
2021-05-14 18:53:24 +02:00 |
|
Kevin Jahns
|
4e343ccace
|
remove unnecessary if-conditition (reminiscent from a previous Yjs version)
|
2021-04-29 20:25:57 +02:00 |
|
Kevin Jahns
|
9e98fec504
|
Perform undo until change was applied
|
2021-04-13 13:04:49 +02:00 |
|
Kevin Jahns
|
77958da657
|
unify Y.Array & Y.Text deltas so event.changes.delta is equal to event.delta
|
2021-03-21 21:31:28 +01:00 |
|
Kevin Jahns
|
e0b76cd2f4
|
[UndoManager] stop tracking unrelated insertions - yjs/y-monaco#10
|
2021-03-11 18:52:35 +01:00 |
|
Kevin Jahns
|
fdf632f03e
|
Merge pull request #274 from yjs/differential-updates-263
Differential updates
|
2021-02-07 23:58:59 +01:00 |
|
Kevin Jahns
|
7a128c271b
|
add changedParentTypes to undomanager events
|
2021-02-02 15:09:42 +01:00 |
|
Kevin Jahns
|
2199ac3e4e
|
merge relativePosition updates
|
2021-01-30 00:12:01 +01:00 |
|
Kevin Jahns
|
275d52b19d
|
implement diffUpdates with tests - #263
|
2021-01-29 18:18:29 +01:00 |
|
Kevin Jahns
|
7edbb2485f
|
complete refactor of update mechanism to allow encoding of pending updates - #263
|
2021-01-28 20:28:30 +01:00 |
|
Kevin Jahns
|
304812fb07
|
concept for improved implementation of pending updates
|
2021-01-17 15:22:36 +01:00 |
|
Kevin Jahns
|
baca852733
|
add relevant relative positions exports
|
2021-01-13 01:16:21 +01:00 |
|
Kevin Jahns
|
c28ad0608e
|
emit transaction on update call
|
2021-01-10 12:19:44 +01:00 |
|
Kevin Jahns
|
4af04d6a29
|
fix associative relative positions
|
2021-01-10 00:01:56 +01:00 |
|
Kevin Jahns
|
656328631c
|
first prototype of associative relative positions (left- or right-associative)
|
2021-01-08 23:03:16 +01:00 |
|