Commit Graph

  • c91945228f inherid collectionid Kevin Jahns 2021-10-29 21:53:21 +02:00
  • 3586d91925 fire subdocs event only when something changed Kevin Jahns 2021-10-29 17:49:30 +02:00
  • f915ebda1b 13.5.16 v13.5.16 Kevin Jahns 2021-10-15 19:18:51 +02:00
  • a9b92b9099 13.5.15 Kevin Jahns 2021-10-15 19:14:11 +02:00
  • cbddf6ef90 add warning when Yjs was already imported Kevin Jahns 2021-10-15 19:10:11 +02:00
  • 491cd422c4 13.5.14 v13.5.14 Kevin Jahns 2021-10-14 16:21:02 +02:00
  • 4b88e2aac5 update dependencies Kevin Jahns 2021-10-14 16:19:24 +02:00
  • e33c67fc72 bump standard linter Kevin Jahns 2021-10-14 16:18:50 +02:00
  • 085dda4cbd fix formatting test case #326 Kevin Jahns 2021-10-14 16:09:23 +02:00
  • f382846874 Merge pull request #326 from raedle/main Kevin Jahns 2021-10-14 15:13:32 +02:00
  • 9afc5cf615 Merge pull request #331 from thomaswelter/main Kevin Jahns 2021-10-14 15:08:20 +02:00
  • ca0fb4b15d Merge pull request #332 from yjs/types-as-embeds Kevin Jahns 2021-10-14 15:04:26 +02:00
  • d369a771a9 Merge pull request #335 from benmerckx/fix/array_map_dts Kevin Jahns 2021-10-14 15:00:38 +02:00
  • 995fbfa4cc Proper follow redones in nested redos - fixes #317 Kevin Jahns 2021-10-14 14:59:26 +02:00
  • 7486ea7148 Merge pull request #339 from ViktorQvarfordt/patch-1 Kevin Jahns 2021-10-12 22:26:54 +02:00
  • 2c80a955da Fix type annotation of getMap Viktor Qvarfordt 2021-10-10 11:05:18 +02:00
  • 233872493b Merge pull request #338 from nikgraf/patch-2 Kevin Jahns 2021-10-08 17:53:58 +02:00
  • 64d164a904 escape the plus to not interpret it as a list item Nik Graf 2021-10-08 17:09:20 +02:00
  • a08e54c2fc 13.5.13 v13.5.13 Kevin Jahns 2021-10-07 11:34:29 +02:00
  • 2b377cd46d export findIndexSS Kevin Jahns 2021-10-07 11:31:40 +02:00
  • b4b8927550 Remove T from JSDoc template, fixes #334 Ben Merckx 2021-09-28 12:36:01 +02:00
  • b2761b50f2 more complex embed test Kevin Jahns 2021-09-25 11:58:39 +02:00
  • 28a9ce962d import from internals Kevin Jahns 2021-09-25 11:53:16 +02:00
  • 0ec67170d3 allow types as Y.Text embeds Kevin Jahns 2021-09-25 11:51:08 +02:00
  • df9bfbe778 Merge branch 'main' of github.com:yjs/yjs Kevin Jahns 2021-09-23 22:14:42 +02:00
  • f1ab417570 mergeUpdates on array with single entry just returns the first entry Kevin Jahns 2021-09-23 22:14:29 +02:00
  • 4922eeac56 Add support for null values in Y.Map and Y.Array Thomas Welter 2021-09-21 14:23:58 +02:00
  • 57d6c6f831 [tests] Encode/decode doc with attribute changes Roman Rädle 2021-08-21 20:18:23 -07:00
  • 371f2b6d55 Merge pull request #318 from dai-shi/patch-1 Kevin Jahns 2021-08-15 16:59:57 +02:00
  • 85a7ad148f Merge pull request #323 from vivaxy/bugfix/readme Kevin Jahns 2021-08-09 15:05:33 +02:00
  • 7ec1b3a19e docs: update an algorithm example vivaxy 2021-08-09 19:33:45 +08:00
  • 633eb9033c 13.5.12 v13.5.12 Kevin Jahns 2021-08-02 16:48:25 +02:00
  • 4707fc46ac fix formatting bug. fixes #319 closes #320 Kevin Jahns 2021-08-02 16:43:25 +02:00
  • 89b4320a8e fix test in #310 Kevin Jahns 2021-08-02 16:20:01 +02:00
  • 0ea0a35521 Merge pull request #310 from SamDuvall/fix-xml-clone Kevin Jahns 2021-08-02 16:12:39 +02:00
  • 15ea4ee805 Update README.md Daishi Kato 2021-07-25 10:08:43 +09:00
  • 744469d363 13.5.11 v13.5.11 Kevin Jahns 2021-06-24 17:00:48 +02:00
  • 311dd50f1b array.insert throws length-exceeded event - fixes #314 Kevin Jahns 2021-06-24 16:50:25 +02:00
  • 89c5541ee6 fix merge logic edge-cases with skips Kevin Jahns 2021-06-24 15:14:49 +02:00
  • 28d8db86f0 Merge branch 'main' of github.com:yjs/yjs into main Kevin Jahns 2021-06-21 12:05:09 +02:00
  • 0c34216ed0 merge pending structs in v1 format Kevin Jahns 2021-06-21 12:04:40 +02:00
  • 9aa518bc14 Merge pull request #313 from YousefED/hasAttribute Kevin Jahns 2021-06-16 02:59:00 +02:00
  • 27b1190a28 Merge pull request #312 from whawker/console-log-removal Kevin Jahns 2021-06-16 01:48:22 +02:00
  • f3d8db491b implement hasAttribute Yousef El-Dardiry 2021-06-15 16:36:22 +02:00
  • e9905602f8 remove console.log debug artifact added in #309 Will Hawker 2021-06-11 09:30:54 +01:00
  • 2b8154fa16 Merge pull request #309 from whawker/map-clear Kevin Jahns 2021-06-09 16:07:44 +02:00
  • 5ddb7eefed Fix YXmlElement.clone and YXmlFragment.clone Sam Duvall 2021-06-08 21:30:08 -04:00
  • 4b35de5ad5 add clear to YMap to remove all elements Will Hawker 2021-06-08 21:09:44 +01:00
  • 097b9e8208 13.5.10 v13.5.10 Kevin Jahns 2021-06-07 19:43:44 +02:00
  • 5cac153a17 Fix #308 - stateVector should ignore skips and incomplete content Kevin Jahns 2021-06-07 19:41:54 +02:00
  • a7e4724edd 13.5.9 v13.5.9 Kevin Jahns 2021-05-31 17:56:10 +02:00
  • 71d8da6513 force that transactions that apply document updates are set as non-local transatctions. Fixes #307 Kevin Jahns 2021-05-31 17:54:24 +02:00
  • c72ac448e9 13.5.8 v13.5.8 Kevin Jahns 2021-05-25 21:25:00 +02:00
  • da21fca334 add countable check to search_marker update Kevin Jahns 2021-05-25 21:23:12 +02:00
  • d80512d690 13.5.7 v13.5.7 Kevin Jahns 2021-05-25 21:21:31 +02:00
  • 6886881b76 fix #297 (length not updated) by updating search markers properly Kevin Jahns 2021-05-25 21:17:01 +02:00
  • dc9717ecd0 13.5.6 v13.5.6 Kevin Jahns 2021-05-14 18:57:14 +02:00
  • 7bd764fba7 use non-explicit resolution for lib0 Kevin Jahns 2021-05-14 18:53:24 +02:00
  • 4047890a6e Merge pull request #299 from mgielda/patch-1 Kevin Jahns 2021-05-14 01:08:56 +02:00
  • 1627e7b3f6 Merge pull request #292 from nikgraf/patch-1 Kevin Jahns 2021-05-14 01:05:26 +02:00
  • e55d3cc510 Merge pull request #294 from cindywu/patch-1 Kevin Jahns 2021-05-14 01:04:53 +02:00
  • 55bd0b16f7 Merge pull request #295 from getflourish/patch-1 Kevin Jahns 2021-05-14 01:04:11 +02:00
  • ab7de51064 Merge pull request #296 from manstie/patch-1 Kevin Jahns 2021-05-14 01:03:39 +02:00
  • d4917bb567 Fix broken link for All Done Michael Gielda 2021-05-08 08:29:46 +02:00
  • 4e343ccace remove unnecessary if-conditition (reminiscent from a previous Yjs version) Kevin Jahns 2021-04-29 20:25:57 +02:00
  • 4efd47447b fix readme typo manstie 2021-04-26 18:09:58 +08:00
  • 5aa1aaebb3 Fix a small typo Florian Schulz 2021-04-22 14:25:53 +02:00
  • 7656f897d6 Fix typo in README cindy 2021-04-14 17:53:25 -10:00
  • 5244755879 13.5.5 v13.5.5 Kevin Jahns 2021-04-13 22:06:55 +02:00
  • 3a7a324a24 fix #291 Kevin Jahns 2021-04-13 22:05:30 +02:00
  • 9e98fec504 Perform undo until change was applied Kevin Jahns 2021-04-13 13:04:49 +02:00
  • b1c7022890 add Serenity Notes to Who is using Yjs Nik Graf 2021-04-12 20:57:16 +02:00
  • c67428d715 13.5.4 v13.5.4 Kevin Jahns 2021-04-02 23:13:24 +02:00
  • 45a9af96af Merge pull request #289 from jhaynie/main Kevin Jahns 2021-04-02 23:11:48 +02:00
  • 249c4f9c45 switch order for type to get picked up Jeff Haynie 2021-04-01 14:59:34 -05:00
  • cdc7d3ffe6 fix crash when the walker didnt match because n will be null Jeff Haynie 2021-04-01 14:54:37 -05:00
  • ac6a0e7667 Merge pull request #285 from damz/patch-1 Kevin Jahns 2021-03-25 14:02:38 +01:00
  • 12881e2be7 13.5.3 v13.5.3 Kevin Jahns 2021-03-21 21:32:38 +01:00
  • 77958da657 unify Y.Array & Y.Text deltas so event.changes.delta is equal to event.delta Kevin Jahns 2021-03-21 21:31:28 +01:00
  • 8a8a60efde remove unpkg entry Kevin Jahns 2021-03-21 15:31:17 +01:00
  • 7a1d648e79 Trivial editing of README.md Damien Tournoud 2021-03-15 07:24:36 -07:00
  • 3af420e790 add package.json to exports so other packages can consume it Kevin Jahns 2021-03-15 15:08:19 +01:00
  • 4f2d13e3ce 13.5.2 v13.5.2 Kevin Jahns 2021-03-11 18:54:02 +01:00
  • e0b76cd2f4 [UndoManager] stop tracking unrelated insertions - yjs/y-monaco#10 Kevin Jahns 2021-03-11 18:52:35 +01:00
  • d812636c5b Implement doc suggestions - closes #249 Kevin Jahns 2021-03-03 12:20:53 +01:00
  • 21fee0fe96 spelling issue lib0 repetition Kevin Jahns 2021-02-28 16:09:54 +01:00
  • fab14a09de 13.5.1 v13.5.1 Kevin Jahns 2021-02-20 22:21:06 +01:00
  • 710b4ba145 upgrade typescript to v4 Kevin Jahns 2021-02-20 22:19:22 +01:00
  • 34091ae614 add conditional exports Kevin Jahns 2021-02-20 21:55:01 +01:00
  • feb8ec1afc catch errors from sponsoring message Kevin Jahns 2021-02-20 21:45:52 +01:00
  • ce9139c9f4 Merge pull request #278 from BitPhinix/patch-1 Kevin Jahns 2021-02-18 17:56:21 +01:00
  • e2e5d0870c Add slate-yjs to bindings Eric Meier 2021-02-14 13:04:57 +01:00
  • 04cff60931 add performance test for updates Kevin Jahns 2021-02-08 13:46:22 +01:00
  • 5dfe4e8af2 add documentation for differential updates Kevin Jahns 2021-02-08 12:40:00 +01:00
  • 05ca0b0208 13.5.0 v13.5.0 Kevin Jahns 2021-02-08 11:50:35 +01:00
  • ee7c189fdc fix formatting issue #275 #277 Kevin Jahns 2021-02-08 11:45:26 +01:00
  • 01c08ef202 Merge branch 'QortexDevs-merge-empty-lines-despite-attributes' into main Kevin Jahns 2021-02-08 11:09:24 +01:00
  • 894c0d7731 resolve conflicts Kevin Jahns 2021-02-08 11:09:13 +01:00
  • fdf632f03e Merge pull request #274 from yjs/differential-updates-263 Kevin Jahns 2021-02-07 23:58:59 +01:00
  • ce80cb4a0d 13.4.14 v13.4.14 Kevin Jahns 2021-02-02 15:52:37 +01:00