1749 Commits

Author SHA1 Message Date
Bartosz Sypytkowski
c7f069318e even more delayed visitedLink initialization in event bubbling 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
6e95c19b3e prevent infinite loops when deepObserve is called over links with circular references 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
cc3ca51d6a make WeakLink event propagation bubble up 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
0e0d626220 deep event propagation over linked elements 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
6bbb6aca74 working flat observers over arrays + test 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
e50db9e123 reimplemented WeakLink as an AbstractType 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
6f9db68f9a renamed WeakLink -> YWeakLink + YWeakLinkEvent 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
c6640fae5b more thorough tests 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
16556fd8a1 simplified model for weak links 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
0d9de28609 WeakLink: generally working except events 2023-08-31 19:15:17 +02:00
Bartosz Sypytkowski
1b6b69f056 first tests passing 2023-08-31 19:15:16 +02:00
Bartosz Sypytkowski
608a309f2c more work 2023-08-31 19:15:16 +02:00
Bartosz Sypytkowski
740598cef2 draft for WeakLink API 2023-08-31 19:15:16 +02:00
Kevin Jahns
eeae74decf sponsors update 2023-08-29 16:34:26 +02:00
Kevin Jahns
5ac498d62e
Merge pull request #566 from IllumiDesk/docs/add-illumidesk-ref
Adds IllumiDesk as a reference to the using list
2023-08-29 16:33:32 +02:00
Greg Werner
9a9a1ffeeb Adds IllumiDesk as a reference to the using list
Signed-off-by: Greg Werner <werner.greg@gmail.com>
2023-08-28 14:45:43 -04:00
Kevin Jahns
1ed12434a1
Merge pull request #556 from AdventureBeard/patch-1
Update README.md
2023-08-28 12:26:31 +02:00
Kevin Jahns
7a4975ee85
Merge branch 'main' into patch-1 2023-08-28 12:26:18 +02:00
Kevin Jahns
92ee76ad6e
Merge pull request #564 from akshaykmr/readme-update-who-is-using
add oorja.io to who is using yjs
2023-08-24 14:01:32 +02:00
Kevin Jahns
97c09a6cca fix #509 2023-08-24 13:52:38 +02:00
Kevin Jahns
2e3ba0f81f
Merge pull request #565 from himself65/himself65-patch-1
Update README.md
2023-08-23 16:46:17 +02:00
Alex Yang
61abf3a1db
Update README.md 2023-08-23 09:25:18 -05:00
Akshay Kumar
bd867cb161 add oorja to who is using yjs 2023-08-23 19:31:58 +05:30
Kevin Jahns
87b7d3e951 add Yjs-compatible ports to documentation 2023-08-23 15:42:48 +02:00
Braden
03b9a806e8
Update README.md 2023-07-23 14:40:03 -05:00
Kevin Jahns
5ee6992d1f 13.6.7 v13.6.7 2023-07-17 14:43:07 +02:00
Kevin Jahns
dd31040656
Merge pull request #553 from yjs/simpler-bulk-changes-fix-542
bulk-merging structs - replaces #542, fixes #541
2023-07-17 14:35:18 +02:00
Kevin Jahns
c77dedb68d bulk-merging structs - replaces #542, fixes #541 2023-07-17 14:29:54 +02:00
Kevin Jahns
90f2a06b5e throw error when event changes are computed after a transaction 2023-06-27 13:20:53 +02:00
Kevin Jahns
8586806932 13.6.6 v13.6.6 2023-06-25 19:10:34 +02:00
Kevin Jahns
981340139f skip iterating when there are no formatting items - replaces #547 2023-06-25 12:46:02 +02:00
Kevin Jahns
b792902f17 13.6.5 v13.6.5 2023-06-22 17:55:45 +02:00
Kevin Jahns
83b7c6839e
Merge pull request #548 from YousefED/fix/equalDeleteSets
fix equalDeleteSets
2023-06-22 17:46:34 +02:00
Kevin Jahns
65c4d40a87 Merge branch 'NilSet-path-cache-invalidation' 2023-06-22 17:48:19 +02:00
Kevin Jahns
942c8a267b remove duplicate Transaction.callAll logic 2023-06-22 17:46:49 +02:00
yousefed
eda085936a keep original imports 2023-06-21 18:29:40 +02:00
yousefed
12be6c006a fix equalDeleteSets 2023-06-21 18:28:53 +02:00
Noel Levy
5d862477cd invalidate cached path when changing currentTarget of event
fixes #544
2023-06-19 11:31:45 -07:00
Kevin Jahns
c398448152 add blocksuite editor by affine 2023-06-16 16:04:30 +02:00
Kevin Jahns
2fbba13246 13.6.4 v13.6.4 2023-06-15 13:11:40 +02:00
Kevin Jahns
885a740470 heavily improve performance when there are many events 2023-06-15 13:09:30 +02:00
Kevin Jahns
aedd4c8bf3 13.6.3 v13.6.3 2023-06-15 12:47:48 +02:00
Kevin Jahns
9563612126
Merge pull request #540 from yjs/ytext-cleanup-538-refactor
Ytext cleanup 538 refactor
2023-06-15 12:39:12 +02:00
Kevin Jahns
ce098d0ac2 refactor #538 (formatting attrs) a bit 2023-06-15 12:40:28 +02:00
Noel Levy
08801dd406 scan the document once for all ytexts when cleaning up
Fixes #522 but is a scarier change
2023-06-12 18:20:22 -07:00
Noel Levy
3741f43a11 group cleanups for YText changes into a single transaction
Fixes #522 but is still massively slow
2023-06-12 16:56:19 -07:00
Kevin Jahns
00ef472d68 13.6.2 v13.6.2 2023-06-08 11:19:06 +02:00
Kevin Jahns
719858201a implement snapshotContainsUpdate 2023-06-08 11:14:49 +02:00
Kevin Jahns
5db1eed181
Merge pull request #528 from jamesgpearce/patch-1
Add missing getting-started steps
2023-05-05 12:21:56 +02:00
Kevin Jahns
2e9a648d08 13.6.1 v13.6.1 2023-05-04 11:29:08 +02:00