Kevin Jahns
53a7b286b8
Move content and list iteration abstraction
2021-12-06 15:06:13 +01:00
Kevin Jahns
294ba351b6
Merge branch 'main' of github.com:yjs/yjs
2021-11-27 11:38:00 +01:00
Kevin Jahns
610e532868
add test case for nested Y.Text as embeds.
2021-11-27 11:37:11 +01:00
Kevin Jahns
f73fb4796b
Merge pull request #351 from haved/remove-cattaz-link
...
Remove broken link to terminated cattaz website
2021-11-27 10:22:17 +01:00
HKrogstie
32d391d7ab
remove broken link to terminated cattaz
...
Someone else bought the domain and redirects it to a crummy google results reskin with ads.
According to the FujitsuLaboratories/cattaz repo, the website has been terminated.
2021-11-26 19:09:45 +01:00
Kevin Jahns
28e1b19e57
add loading event logic
2021-11-24 23:15:55 +01:00
Kevin Jahns
e90d9de5ed
13.5.22
v13.5.22
2021-11-19 13:48:52 +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
9df5016667
13.5.21
v13.5.21
2021-11-15 14:00:04 +01:00
Kevin Jahns
1becaccdd9
bump lib0 dependency for bugfix dmonad/lib0#34
2021-11-15 13:58:22 +01:00
Kevin Jahns
ea4e9a0007
change order of logging statement for debugging
2021-11-14 13:10:52 +01:00
Kevin Jahns
a4e48d1ddf
13.5.20
v13.5.20
2021-11-09 16:53:35 +01:00
Kevin Jahns
0a39a92b33
export testHelper
2021-11-09 16:51:54 +01:00
Kevin Jahns
bd819243eb
13.5.19
v13.5.19
2021-11-09 16:39:58 +01:00
Kevin Jahns
2ec19defcb
export testHelper esm properly
2021-11-06 15:55:59 +01:00
Kevin Jahns
336f7b1b1d
13.5.18
v13.5.18
2021-11-06 14:39:55 +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
e22fed7af3
13.5.17
v13.5.17
2021-10-29 21:55:55 +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
f915ebda1b
13.5.16
v13.5.16
2021-10-15 19:18:51 +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
491cd422c4
13.5.14
v13.5.14
2021-10-14 16:21:02 +02:00
Kevin Jahns
4b88e2aac5
update dependencies
2021-10-14 16:19:24 +02:00
Kevin Jahns
e33c67fc72
bump standard linter
2021-10-14 16:18:50 +02:00
Kevin Jahns
085dda4cbd
fix formatting test case #326
2021-10-14 16:09:23 +02:00
Kevin Jahns
f382846874
Merge pull request #326 from raedle/main
...
[tests] Encode/decode doc with attribute changes
2021-10-14 15:13:32 +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
Kevin Jahns
7486ea7148
Merge pull request #339 from ViktorQvarfordt/patch-1
...
Fix type annotation of getMap
2021-10-12 22:26:54 +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
233872493b
Merge pull request #338 from nikgraf/patch-2
...
escape the plus to not interpret it as a list item
2021-10-08 17:53:58 +02:00
Nik Graf
64d164a904
escape the plus to not interpret it as a list item
2021-10-08 17:09:20 +02:00
Kevin Jahns
a08e54c2fc
13.5.13
v13.5.13
2021-10-07 11:34:29 +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
Kevin Jahns
b2761b50f2
more complex embed test
2021-09-25 11:58:39 +02:00
Kevin Jahns
28a9ce962d
import from internals
2021-09-25 11:53:16 +02:00
Kevin Jahns
0ec67170d3
allow types as Y.Text embeds
2021-09-25 11:51:08 +02:00
Kevin Jahns
df9bfbe778
Merge branch 'main' of github.com:yjs/yjs
2021-09-23 22:14:42 +02:00
Kevin Jahns
f1ab417570
mergeUpdates on array with single entry just returns the first entry
2021-09-23 22:14:29 +02:00
Thomas Welter
4922eeac56
Add support for null values in Y.Map and Y.Array
2021-09-21 14:23:58 +02:00
Roman Rädle
57d6c6f831
[tests] Encode/decode doc with attribute changes
...
Encode a document with a text and decode it into a new document. Then, test if the same change to both documents results in the same text deltas.
2021-08-21 20:18:23 -07:00
Kevin Jahns
371f2b6d55
Merge pull request #318 from dai-shi/patch-1
...
Add valtio-yjs binding in README
2021-08-15 16:59:57 +02:00