Kevin Jahns
|
fb2f9bc493
|
add client-server updateCounter support to sync all persisted rooms
|
2018-06-04 17:35:39 +02:00 |
|
Kevin Jahns
|
6f9ae0c4fc
|
save current state at the beginning in YIndexedDB
|
2018-06-03 22:39:22 +02:00 |
|
Kevin Jahns
|
9df20fac8a
|
added YIndexedDB
|
2018-06-03 21:58:51 +02:00 |
|
Kevin Jahns
|
a1fb1a6258
|
add persistence decoder
|
2018-06-02 22:16:12 +02:00 |
|
Kevin Jahns
|
417d0ef3b5
|
save state in FilePersistence
|
2018-06-02 13:33:04 +02:00 |
|
Kevin Jahns
|
9be256231b
|
enable gc in demo
|
2018-05-23 16:15:11 +02:00 |
|
Kevin Jahns
|
c122bdc750
|
BinaryEncoder writes directly to ArrayBuffer, improves memory consumption
|
2018-05-23 16:06:38 +02:00 |
|
Kevin Jahns
|
cccc0e1015
|
implemented experimental websockets-connector
|
2018-05-23 14:01:00 +02:00 |
|
Kevin Jahns
|
684d38d6c8
|
make compatible with webpack and less sophisticated module bundlers
|
2018-05-13 13:07:24 +02:00 |
|
Kevin Jahns
|
762e9e8a3a
|
do not log _start in logItemHelper. Fixes #114
|
2018-05-12 15:42:31 +02:00 |
|
Kevin Jahns
|
6ddeb788c7
|
Merge branch 'master' of github.com:y-js/yjs
|
2018-05-09 16:28:07 +02:00 |
|
Kevin Jahns
|
b9245f323c
|
prefer !== undefined check instead of hasOwnProperty
|
2018-05-09 16:27:55 +02:00 |
|
Kevin Jahns
|
c0e630b635
|
prefer parentElement instead of parentNode
|
2018-05-09 14:42:24 +02:00 |
|
Kevin Jahns
|
ca13849828
|
fix domBinding infinite loop
|
2018-05-08 13:45:51 +02:00 |
|
Kevin Jahns
|
1ace7f4b73
|
fix parentNode binding in case parent doesn't fire MO
|
2018-05-07 11:44:22 +02:00 |
|
Kevin Jahns
|
49d2e42b41
|
fix missing dom-binding - still investigating
|
2018-05-05 15:33:16 +02:00 |
|
Kevin Jahns
|
c098e8e745
|
implement scroll-fixer
|
2018-05-05 14:47:59 +02:00 |
|
Kevin Jahns
|
bdb3782f8f
|
add option to disable gc (compatible with older versions)
|
2018-05-02 18:42:18 +02:00 |
|
Kevin Jahns
|
a54d826d6d
|
bugfixes
|
2018-04-27 18:33:28 +02:00 |
|
Kevin Jahns
|
99f92cb9a0
|
fix filtering
|
2018-04-26 16:01:17 +02:00 |
|
Kevin Jahns
|
e788ad1333
|
fix hook binding
|
2018-04-26 14:07:12 +02:00 |
|
Kevin Jahns
|
1fe37c565e
|
hooks port to domBinding
|
2018-04-26 13:26:21 +02:00 |
|
Kevin Jahns
|
94933a704d
|
correctly handle gc with UndoManager and un-merge when syncing
|
2018-04-23 13:25:40 +02:00 |
|
Kevin Jahns
|
ef6eb08335
|
fix most gc bugs - test suite running again
|
2018-04-19 18:28:25 +02:00 |
|
Kevin Jahns
|
d915c8dd13
|
prelim gc
|
2018-04-03 13:28:24 +02:00 |
|
Kevin Jahns
|
32207cbca0
|
implement new mark deleted / gc approach
|
2018-03-29 16:36:34 +02:00 |
|
Kevin Jahns
|
135c6d31be
|
documentation and fix tests
|
2018-03-29 11:58:02 +02:00 |
|
Kevin Jahns
|
61149b458a
|
less duplicate code
|
2018-03-23 05:22:45 +01:00 |
|
Kevin Jahns
|
689bca8602
|
Merge remote-tracking branch 'origin' into v13-doc
|
2018-03-23 04:40:08 +01:00 |
|
Kevin Jahns
|
6dd43cde17
|
cleanup docs
|
2018-03-23 04:39:32 +01:00 |
|
Kevin Jahns
|
026675b438
|
separate dom binding
|
2018-03-23 01:55:47 +01:00 |
|
Kevin Jahns
|
acf443aacb
|
reworking bindings
|
2018-03-12 03:36:37 +01:00 |
|
Kevin Jahns
|
814af5a3d7
|
fix import locations
|
2018-03-06 05:22:18 +01:00 |
|
Kevin Jahns
|
bbc207aaa6
|
restructer and move to esdoc
|
2018-03-06 03:17:50 +01:00 |
|
Kevin Jahns
|
a9b610479d
|
big documentation update - all public functions and classes are documented now
|
2018-03-05 03:12:04 +01:00 |
|
Kevin Jahns
|
54453e87fa
|
fix consecutive undo,redo,undo,redo.. (abc test)
|
2018-03-01 16:44:26 +01:00 |
|
Kevin Jahns
|
1b0e3659c3
|
undo fixes for consecutive undo-redo
|
2018-03-01 13:50:01 +01:00 |
|
Kevin Jahns
|
dc22a79ac4
|
properly unregister event when binding is destroyed
|
2018-02-27 03:52:40 +01:00 |
|
Kevin Jahns
|
f35c056bde
|
fix some tests
|
2018-02-26 03:23:22 +01:00 |
|
Kevin Jahns
|
250050e83b
|
Merge remote-tracking branch 'origin' into y-richtext-rewrite
|
2018-02-26 02:19:08 +01:00 |
|
Kevin Jahns
|
248d08be30
|
implement quill binding for y-text
|
2018-02-26 02:18:39 +01:00 |
|
Kevin Jahns
|
fcbca65d8f
|
fromBinary is a transaction
|
2018-02-25 02:31:20 +01:00 |
|
Kevin Jahns
|
de14fe0f3e
|
fix getAttribute vs attributes.value fixes y-js/y-xml#8
|
2018-02-18 18:58:49 +01:00 |
|
Kevin Jahns
|
5e4b071693
|
actually use clock in undo-manager
|
2018-02-15 18:58:43 +01:00 |
|
Kevin Jahns
|
937de2c59f
|
fix fast undo-redo bug
|
2018-02-15 18:28:53 +01:00 |
|
Kevin Jahns
|
f1f1bff901
|
preliminary undo-redo fixes
|
2018-02-15 17:58:14 +01:00 |
|
Kevin Jahns
|
da748a78f4
|
start rewriting y-richtext
|
2018-02-15 01:25:08 +01:00 |
|
Kevin Jahns
|
e4d4c23f0b
|
bugfix - persist deletes when syncing
|
2018-02-07 14:07:57 +01:00 |
|
Kevin Jahns
|
a3ab42c157
|
implemnt mutual exclude pattern directly in Persistence.js
|
2018-01-30 20:11:59 -08:00 |
|
Kevin Jahns
|
5d3922cb64
|
fix undo-redo
|
2018-01-30 15:52:36 -08:00 |
|