1976 Commits

Author SHA1 Message Date
Kevin Jahns
271330889b 13.6.31 v13.6.31 2026-05-28 18:31:04 +02:00
Kevin Jahns
1ddba7e48c Merge branch 'ppiotrowicz-fix/757-undo-attr-redo' into v13 2026-05-28 18:26:35 +02:00
Kevin Jahns
d9aaff72b2 fix #757 in v13 2026-05-28 18:23:31 +02:00
Pawel Piotrowicz
67c809ee6b fix undoing setAttribute combined with delete corrupts remote state - closes #757
When an attribute change and a delete on the same XmlText are bundled in
a single undo stack item, the redone attribute item kept an `origin`
pointing at an item under the now-deleted original parent. The encoder
then omitted parent info (origin was non-null), and the remote derived
parent from origin -- attaching the attribute to the wrong, deleted
type. The restored attribute went missing on sync.

In redoItem, after determining `left` for parentSub items, drop it if
it refers to a different parent than the redo target. This forces the
encoder to write parent info directly, so the remote attaches the
attribute to the correct (redone) parent.
2026-05-08 11:33:21 +02:00
Kevin Jahns
676cc334ed 13.6.30 v13.6.30 2026-03-14 14:05:33 +01:00
Kevin Jahns
0504939a75 lint 2026-03-14 14:03:01 +01:00
Kevin Jahns
5d5f1ad6fa fix mutation of DeleteItem in sortAndMergeDeleteSet - closes #767 2026-03-14 13:56:56 +01:00
Kevin Jahns
a6b7a9b3a4 13.6.29 v13.6.29 2026-01-03 13:47:46 +01:00
Kevin Jahns
cff7de11b8 catch errors in deep event handlers 2026-01-03 13:43:54 +01:00
Kevin Jahns
0a09ff854b 13.6.28 v13.6.28 2025-12-17 15:54:01 +01:00
Kevin Jahns
ed29b64c30 proper cloning of yxmlElement with attributes that are not strings 2025-12-17 15:47:10 +01:00
Kevin Jahns
4120d72161 Merge pull request #725 from mattkrick/mattkrick-patch-1
fix typings: remove newValue from YEvent
2025-07-11 17:26:30 +02:00
Matt Krick
783a7c4c1b remove newValue from YEvent 2025-07-09 17:02:57 -07:00
Kevin Jahns
f94f2eb536 Merge pull request #716 from i3dly/patch-2
README: add pluv.io provider
2025-06-30 10:34:51 +02:00
Kevin Jahns
d5a74c9e66 Merge pull request #722 from hyonun321/typos
Fix typos in documentation and code comments
2025-06-26 15:55:22 +02:00
hyonun321
f4fa053272 fix typos
- Fix 'randon' to 'random' in tests/testHelper.js
- Fix 'successfull' to 'successful' in funding.json
2025-06-25 21:06:12 +09:00
Kevin Jahns
b3c92f6bee Merge pull request #719 from kasugamirai/chore/readme
Add reearth-flow to the README as a collaborative data calculation tool
2025-06-19 15:12:46 +02:00
Kevin Jahns
0b8a0fca8d add tiptap 2025-06-19 14:29:31 +02:00
Kevin Jahns
c87430ae5a add milkdown 2025-06-19 14:24:28 +02:00
Kevin Jahns
61258d8452 add blocknote 2025-06-19 14:17:46 +02:00
Kevin Jahns
fcfdba1501 added superdoc as one of the providers 2025-06-19 14:08:42 +02:00
Kevin Jahns
2995fcd2b8 Merge pull request #721 from cloneot/patch-1
README: Update outdated y-sweet debugger hyperlink
2025-06-16 18:00:27 +02:00
Clo Junseo Kim
bc941a57a7 README: Update y-sweet debugger hyperlink 2025-06-15 23:59:21 +09:00
xy
7310314fcb Add reearth-flow to the README as a collaborative data calculation tool 2025-06-11 01:12:20 +09:00
Kevin Jahns
55df734c14 add lightpage as a user 2025-06-10 16:00:35 +02:00
Kevin Jahns
273c53b7ef add yjs-cf-ws-provider 2025-05-27 16:47:40 +02:00
Kevin Jahns
2d09ed44cf add electric-sql as a provider 2025-05-27 10:06:08 +02:00
i3dly
4ea9a75cf5 README: add pluv.io provider
Added the pluv.io Yjs provider to the README.

GitHub: https://github.com/pluv-io/pluv
Docs: https://pluv.io/docs/storage/using-yjs#Yjs-Provider
2025-05-26 13:07:45 -07:00
Kevin Jahns
987c9ebb5a 13.6.27 v13.6.27 2025-05-13 16:32:59 +02:00
Kevin Jahns
7dad24d7b6 support bigints in Y.Map.set - fixes #711 2025-05-13 16:25:40 +02:00
Kevin Jahns
bd645c47bf remove y-crdt (separate funding.json is maintained in y-crdt org) 2025-04-30 18:26:02 +02:00
Kevin Jahns
2f33d1665e lint 2025-04-27 19:52:50 +02:00
Kevin Jahns
120d61176c better description of myself 2025-04-27 19:48:11 +02:00
Kevin Jahns
29ab38cc43 add y-crdt 2025-04-27 19:42:00 +02:00
Kevin Jahns
780b27bdba update funding manifest 2025-04-27 19:27:14 +02:00
Kevin Jahns
50378316fa add funding manifest to .well-known 2025-04-27 18:58:39 +02:00
Kevin Jahns
6b7e65d251 Merge pull request #708 from Yeshan-K/main
Added utilities category to README
2025-04-22 17:28:40 +02:00
Yeshan Kaushik
120856dfaf Update README.md 2025-04-22 20:44:16 +05:30
Yeshan Kaushik
2fbc73e8f8 Update README.md 2025-04-22 20:39:09 +05:30
Kevin Jahns
2f4b8c38a1 13.6.26 v13.6.26 2025-04-18 16:12:26 +02:00
Kevin Jahns
13cd563c53 [iterateStructs] additional check for non-existent structs 2025-04-18 16:10:35 +02:00
Kevin Jahns
0ae8d6cf5a 13.6.25 v13.6.25 2025-04-18 14:22:09 +02:00
Kevin Jahns
e866222193 lint 2025-04-18 14:20:36 +02:00
Kevin Jahns
c2097e71e7 fix iterating through deleted structs when they dont exist 2025-04-18 14:15:13 +02:00
Kevin Jahns
b9aa098b04 add y-op-sqlite 2025-04-07 06:48:54 +02:00
Kevin Jahns
4d671671b3 add yrs-warp to providers 2025-04-03 00:18:36 +02:00
Kevin Jahns
2b621ebe56 add JupyterGIS 2025-04-01 20:07:19 +02:00
Kevin Jahns
f1f96e1d87 lint 2025-04-01 11:02:23 +02:00
Kevin Jahns
520059810e Merge pull request #700 from hacklschorsch/patch-1
README: Remove a duplicate SageMaker mention
2025-04-01 10:49:39 +02:00
Kevin Jahns
e17616c284 Merge branch 'main' into patch-1 2025-04-01 10:49:18 +02:00