2258 Commits

Author SHA1 Message Date
Kevin Jahns
ad248577a0 14.0.0-rc.23 v14.0.0-rc.23 2026-07-05 23:39:58 +02:00
Kevin Jahns
87c4bac7a9 bump lib0 2026-07-05 23:39:15 +02:00
Kevin Jahns
5b73c7873f last remainder of all fuzz tests extracted into test cases and fixed 2026-07-05 23:33:40 +02:00
Kevin Jahns
72e0113acd fix a bunch of fuzz tests 2026-07-05 22:47:19 +02:00
Kevin Jahns
ffef070c1a add reduced (failing) suggestion-mode fuzz tests 2026-07-05 19:52:11 +02:00
Kevin Jahns
1715e8b415 fix reproducible cache-drift in suggestion mode 2026-07-05 19:17:19 +02:00
Kevin Jahns
5b190f5908 fix clearing of attributions when accepting changes 2026-07-05 17:33:39 +02:00
Kevin Jahns
804e4d346e revert changes that can't be applied in applyDelta + use d.useFormats() instead of writing directly 2026-07-05 16:39:34 +02:00
Kevin Jahns
53fd028511 fix rendering of insertions in deleted children + fast path for content rendering + renderer updates 2026-07-04 16:03:01 +02:00
Kevin Jahns
da8f35dae2 fire event handlers on deleted types 2026-07-03 19:35:43 +02:00
Kevin Jahns
13a5f39ac1 handle renderer change events and special edge-cases for incremental updates 2026-07-03 00:37:32 +02:00
Kevin Jahns
59cb523552 applyDelta accepts an origin paramiter - conforming to RDT interface 2026-07-02 18:44:46 +02:00
Kevin Jahns
d6a217ea5d 14.0.0-rc.22 v14.0.0-rc.22 2026-07-02 17:14:48 +02:00
Kevin Jahns
2d903dc9da bump lib0 to 1.0.0-rc.20 2026-07-02 17:14:33 +02:00
Kevin Jahns
d55f7f91ad add origin to rdt's 'delta' event 2026-07-02 00:59:03 +02:00
Kevin Jahns
b6a1cbca78 bump lib0 to 1.0.0-rc.19 2026-07-01 14:38:41 +02:00
Kevin Jahns
c0f9ee9961 lint v14.0.0-rc.21 2026-07-01 12:00:42 +02:00
Kevin Jahns
bdb182df31 14.0.0-rc.21 2026-07-01 11:51:49 +02:00
Kevin Jahns
1eb03f65f1 bump lib0 to 1.0.0-rc.18 2026-07-01 11:50:33 +02:00
Kevin Jahns
61a0abaaab consistently name formatting attributes => formats 2026-07-01 11:45:55 +02:00
Kevin Jahns
dd8c2ab193 fix remaining issues with cached ytype.delta 2026-07-01 01:36:50 +02:00
Kevin Jahns
562c1e32d8 partially fix attribution updates on the ytype maintained delta 2026-07-01 01:36:50 +02:00
Kevin Jahns
856d5b29ba YType is an RDT 2026-07-01 01:36:50 +02:00
Kevin Jahns
92e90b651b 14.0.0-rc.20 v14.0.0-rc.20 2026-06-22 20:06:14 +02:00
Kevin Jahns
2a3e92f05f export missing IdSet/IdMap primitives 2026-06-22 20:05:55 +02:00
Kevin Jahns
3162e1d13e 14.0.0-rc.19 v14.0.0-rc.19 2026-06-22 18:01:24 +02:00
Kevin Jahns
3e976a22ab implement Y.gcIdSet 2026-06-22 18:00:47 +02:00
Kevin Jahns
b8a12cdd70 Merge pull request #784 from unadlib/add-mutative
README: add mutative-yjs bindings
2026-06-19 19:47:31 +02:00
unadlib
e76ff61d0f README: add mutative-yjs bindings 2026-06-20 01:07:48 +08:00
Kevin Jahns
e53a6a0227 rename concept AttributionManager => Renderer
definitely a breaking change to all users of the current attribution api
2026-06-16 21:29:45 +02:00
Kevin Jahns
b2fd836017 remove tsc' --skipLibCheck 2026-06-16 20:39:38 +02:00
Kevin Jahns
a64a2fa8c6 bump dependencies 2026-06-16 20:32:40 +02:00
Kevin Jahns
2215f6468e Merge pull request #778 from heylakatos/docs/fix-stale-api-refs
fix stale JSDoc examples after v14 API rename
2026-06-13 18:12:10 +02:00
Kevin Jahns
21fbed3950 14.0.0-rc.18 v14.0.0-rc.18 2026-06-12 18:05:27 +02:00
Kevin Jahns
4d5176bf60 fix #781 - drop of content when intersecting with contentIds 2026-06-12 18:03:34 +02:00
Kevin Jahns
a11907df3f add ygo to readme - #779 2026-06-01 20:31:46 +02:00
Kevin Jahns
c20aa0387d small comment fix. closes #780 2026-05-28 18:41:36 +02:00
Kevin Jahns
566e7c63a0 [undo-manager] handle edge case - fixes #757 2026-05-28 18:17:46 +02:00
Kevin Jahns
858df07076 lint v14.0.0-rc.17 2026-05-26 20:40:44 +02:00
Kevin Jahns
825bb9f663 14.0.0-rc.17 2026-05-26 20:30:33 +02:00
Kevin Jahns
c528128949 additional test for "only positive ops for snapshots" 2026-05-26 20:29:54 +02:00
Kevin Jahns
6ed8ece9da only positive ops + attribution when rendering snapshots. related to yjs/y-prosemirror#247 2026-05-26 20:12:26 +02:00
heylakatos
6f26479920 fix stale JSDoc examples after v14 API rename
Update doc comments in src/utils/Snapshot.js and src/utils/Transaction.js
to reference Doc#get() and YType#setAttr() instead of the removed
ydoc.getText()/getMap() and YMap#set() methods.
2026-05-17 10:30:42 +08:00
Kevin Jahns
b744f4d4b7 14.0.0-rc.16 v14.0.0-rc.16 2026-05-12 16:25:11 +02:00
Kevin Jahns
b21451be34 fix attribution names insertedAt => insertAt 2026-05-12 16:24:51 +02:00
Kevin Jahns
5eba5cd199 14.0.0-rc.15 v14.0.0-rc.15 2026-05-11 14:50:55 +02:00
Kevin Jahns
7d113d98b2 don't apply changes on deleted types 2026-05-11 14:48:40 +02:00
Kevin Jahns
983110fc30 14.0.0-rc.14 v14.0.0-rc.14 2026-05-10 11:51:09 +02:00
Kevin Jahns
dd58632ec6 [idset] fix unsorted after copy bug 2026-05-10 11:49:57 +02:00
Kevin Jahns
da7366c085 14.0.0-rc.13 v14.0.0-rc.13 2026-04-15 01:29:46 +02:00