Kevin Jahns
|
71fad52854
|
fix typing information YMap.iterator - fixes #420
|
2022-04-20 13:09:56 +02:00 |
|
Kevin Jahns
|
a22b3cdbc1
|
add option to UndoManager to ignore remote map changes. implements #390
|
2022-03-26 10:29:19 +01:00 |
|
Kevin Jahns
|
e9a0dc4ed2
|
add destroy logic
|
2022-03-25 11:08:30 +01:00 |
|
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 |
|
dkuhnert
|
fddb620d41
|
cleanup redundant text attributes when delete attributes
fixes #392
|
2022-02-23 18:20:26 +01:00 |
|
dkuhnert
|
abf3fab1b6
|
cleanup redundant text attributes when delete attributes
fixes #392
|
2022-02-23 14:53:31 +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
|
24eddb2d75
|
fix concurrent formatting / cleanup bug
|
2022-02-04 12:41:13 +01:00 |
|
Kevin Jahns
|
2d1e3fde43
|
fixed edge formatting case
|
2022-02-04 11:26:32 +01:00 |
|
Kevin Jahns
|
04009f0d42
|
Merge branch 'update-attributes-on-delete' of git://github.com/ja2nicholl/yjs into ja2nicholl-update-attributes-on-delete
|
2022-02-04 10:39:41 +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
|
f08682ddfd
|
Merge branch 'main' of github.com:yjs/yjs
|
2022-02-03 21:15:18 +01:00 |
|
Kevin Jahns
|
c20d72b886
|
Merge pull request #370 from doodlewind/typo
fix minor typos
|
2022-02-03 21:14:02 +01:00 |
|
Kevin Jahns
|
4cfa49d601
|
reproduce and fix issues #355 #343 #304 and closes #367
|
2022-02-03 21:10:24 +01:00 |
|
Jeremy Nicholl
|
164b38f0cd
|
Avoid copying attribute map when deleting
Calling cleanupFormattingGap should not make a copy of the
attributes because it needs to be able to update them.
|
2022-01-31 14:49:16 -05:00 |
|
Ville Immonen
|
81a36a2762
|
add more accurate typing for YEvent.target
|
2022-01-15 14:22:17 +02:00 |
|
Kevin Jahns
|
20e1234af2
|
implement performant push in arrays
|
2022-01-11 21:53:20 +01:00 |
|
Yifeng Wang
|
51bb732606
|
fix minor typos
|
2022-01-05 01:20:57 +08:00 |
|
Dirk Holtwick
|
f857345451
|
Add canUndo/canRedo to UndoManager. Fixes #365
|
2021-12-18 18:26:32 +01:00 |
|
Kevin Jahns
|
1cf709093c
|
export V1 ⇔ V2 update format conversion. Closes #363
|
2021-12-15 18:45:08 +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
|
8abf5b85ff
|
fix #344 - formatting attribute assign bug
|
2021-11-06 14:35:04 +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
|
a9b92b9099
|
13.5.15
|
2021-10-15 19:17:08 +02:00 |
|
Kevin Jahns
|
cbddf6ef90
|
add warning when Yjs was already imported
|
2021-10-15 19:10:11 +02:00 |
|
Kevin Jahns
|
e33c67fc72
|
bump standard linter
|
2021-10-14 16:18:50 +02:00 |
|
Kevin Jahns
|
9afc5cf615
|
Merge pull request #331 from thomaswelter/main
Add support for null values in Y.Map and Y.Array
|
2021-10-14 15:08:20 +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
|
d369a771a9
|
Merge pull request #335 from benmerckx/fix/array_map_dts
Remove T from JSDoc template, fixes #334
|
2021-10-14 15:00:38 +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
|
2b377cd46d
|
export findIndexSS
|
2021-10-07 11:31:40 +02:00 |
|
Ben Merckx
|
b4b8927550
|
Remove T from JSDoc template, fixes #334
|
2021-09-28 12:36:01 +02:00 |
|