Commit Graph

77 Commits

Author SHA1 Message Date
Eric Maciel
c59e5239e4 v0.7.12 2020-10-30 17:20:13 -04:00
Eric Maciel
ce563a2514 fix: cleanup createConnection logic 2020-10-30 17:05:09 -04:00
Eric Maciel
e8ad6fe205 v0.7.11 2020-10-30 16:10:07 -04:00
Eric Maciel
3d8f999872 fix: add back createConnection 2020-10-30 16:09:42 -04:00
Eric Maciel
5147dce608 v0.7.10 2020-10-30 16:05:24 -04:00
Eric Maciel
34db64edaf fix: try reducing number of connections 2020-10-30 15:58:50 -04:00
Eric Maciel
f231ab4f01 v0.7.9 2020-10-30 15:28:04 -04:00
Eric Maciel
025943de4e fix: add error handling for applyOperation 2020-10-30 15:27:26 -04:00
Eric Maciel
baeab8a74c chore: bump bridge version 2020-10-30 10:37:46 -04:00
Eric Maciel
3e837cd518 v0.7.8 2020-10-30 10:35:02 -04:00
Eric Maciel
c3425096e2 fix: call onError for errors during applyOperation 2020-10-30 10:34:19 -04:00
Eric Maciel
2917c98010 fix: add backend changes to slate-collab 2020-10-29 11:40:12 -04:00
Eric Maciel
47dc072d14 v0.7.7 2020-10-29 09:34:36 -04:00
Eric Maciel
4598b1758a fix: garbage cursor error on disconnect 2020-10-29 09:29:28 -04:00
Eric Maciel
176a0f650d fix: undefined value error in setNode 2020-10-29 09:16:04 -04:00
Eric Maciel
d0e54e543c v0.7.6 2020-10-28 17:59:38 -04:00
Eric Maciel
21493ca238 fix: split node cloning with old properties 2020-10-28 17:59:04 -04:00
Eric Maciel
07a8201215 fix: remove marks 2020-10-28 16:29:49 -04:00
Eric Maciel
b3ddf5dc26 v0.7.5 2020-10-28 15:59:56 -04:00
Eric Maciel
8a68dcabae fix: socket stored on editor throwing circular error 2020-10-28 15:58:26 -04:00
Eric Maciel
1bb805958f v0.7.4 2020-10-28 13:19:36 -04:00
Eric Maciel
4c49a37fdb fix: insert node behavior 2020-10-28 13:19:05 -04:00
Eric Maciel
1b2f6693ee fix: undefined text error 2020-10-27 19:41:18 -04:00
Eric Maciel
075e4f475b v0.7.3 2020-10-27 18:53:23 -04:00
Eric Maciel
c1bb9bbcd8 fix: useMounted usage 2020-10-27 18:44:03 -04:00
Eric Maciel
038c17b844 chore: update package json 2020-10-27 18:38:29 -04:00
Eric Maciel
89dd1657ba chore: bump package version 2020-10-27 18:31:12 -04:00
Eric Maciel
c4eb8578f1 fix: removeNodeOp throwing an error 2020-10-27 18:29:50 -04:00
Eric Maciel
bb04f2d81c fix: cursor deletion 2020-10-27 18:29:36 -04:00
Eric Maciel
f5d51b3444 fix: mounted update error 2020-10-27 18:29:23 -04:00
Eric Maciel
c6de34b5ef fix: import paths broken 2020-10-27 14:53:12 -04:00
Eric Maciel
adec1b719b chore: change to hiveteams package 2020-10-27 14:41:32 -04:00
Eric Maciel
3ebca642d2 chore: pre publish 2020-10-27 14:34:32 -04:00
Eric Maciel
6c157f43ce chore: bump package version 2020-10-27 14:32:12 -04:00
Eric Maciel
0cce4b4865 fix: bugs 2020-10-27 14:29:56 -04:00
cudr
a9b20ae99d v0.7.0 2020-07-02 01:18:00 +03:00
George
55b1b2ca5a
Preserve external history option (#22)
* feat: handle node text in remove_text op

* feat: add preserveExternalHistory option
2020-07-02 00:56:48 +03:00
cudr
1fcfae96e3 v0.6.7 2020-06-22 01:46:56 +03:00
cudr
f5bd03cf27 feat: add license 2020-06-22 01:46:15 +03:00
cudr
e36c4318e2 v0.6.6 2020-06-22 01:32:44 +03:00
cudr
be1bb1205e v0.6.5 2020-06-22 01:31:53 +03:00
cudr
73a363c8b3 feat: add auto-changelog 2020-06-22 01:23:34 +03:00
George
eb370eaa1e
Implement link editor (#20)
* feat: implement link editor

* feat: update slate to 0.58.3
2020-06-21 23:52:52 +03:00
cudr
ce0c86fb3c feat: bump backend version 2020-06-17 00:55:50 +03:00
Alexey Topolyanskiy
e1494a70db
Missing query argument in nspMiddleware (#16)
Without this argument it's not possible to use query object with token and other items.
2020-06-17 00:54:03 +03:00
cudr
fa0465afbb feat: bump client version 2020-06-07 23:15:15 +03:00
George
d76c7766cc
feat: add onError cb (#15) 2020-06-07 23:04:23 +03:00
cudr
e26d62f78d fix: caret styles 2020-05-17 15:43:56 +03:00
cudr
aa2255a03c feat: update site styles 2020-05-15 22:50:59 +03:00
ChrisLincoln
aaa6d1fa54
Changed the backend socket config types fom Element[] to Node[] and m… (#14)
* Changed the backend socket config types fom Element[] to Node[] and made the onDocumentLoad async

* Updated onDocumentLoad in readme
2020-05-15 22:16:28 +03:00