Commit Graph

113 Commits

Author SHA1 Message Date
Philipp Kühn
ac6b7dc5ca update dependencies 2019-05-15 22:02:54 +02:00
Philipp Kühn
2a4e9fde7f update dev dependencies 2019-05-15 22:02:18 +02:00
Philipp Kühn
5c38a6080d update dependencies 2019-05-13 12:55:19 +02:00
Philipp Kühn
be72a194ed update dev dependencies 2019-05-13 12:54:00 +02:00
Philipp Kühn
71ae9807be update dependencies 2019-05-10 15:46:01 +02:00
Philipp Kühn
8080ae2d43 update dependencies 2019-05-09 10:46:41 +02:00
Philipp Kühn
79236f3b56 update dev dependencies 2019-05-09 10:36:31 +02:00
Philipp Kühn
fe73a9aaff update dependencies 2019-05-06 13:52:48 +02:00
Philipp Kühn
d0da644b90 remove @babel/plugin-proposal-class-properties 2019-05-06 10:27:40 +02:00
Philipp Kühn
0ee4560265 Merge branch 'feature/collab-plugin'
# Conflicts:
#	yarn.lock
2019-05-06 10:16:01 +02:00
Philipp Kühn
0c0435f009 remove fibers 2019-05-06 10:05:05 +02:00
Philipp Kühn
fc42cba033 remove lodash 2019-05-04 12:20:34 +02:00
Philipp Kühn
55e5a4a3ae move collab extension 2019-05-04 00:25:14 +02:00
Philipp Kühn
cd46b163d0 add emitter, move some collab logic to extension 2019-05-04 00:05:39 +02:00
Philipp Kühn
83075f28e6 Merge branch 'master' into feature/collab-plugin
# Conflicts:
#	packages/tiptap/src/Editor.js
#	yarn.lock
2019-05-03 10:56:52 +02:00
Philipp Kühn
7128dd7bf3 replace uglify with terser 2019-04-30 18:32:12 +02:00
Philipp Kühn
5e6d60c3fe update dependencies 2019-04-30 16:19:38 +02:00
Philipp Kühn
bbab998ae8 update dev dependencies 2019-04-30 16:16:57 +02:00
Philipp Kühn
ef4f236310 update dev dependencies 2019-04-19 12:19:06 +02:00
Philipp Kühn
576c0b2910 update dependencies 2019-04-19 12:16:45 +02:00
Philipp Kühn
03cb2a1cce update dependencies 2019-04-11 20:04:35 +02:00
Erick Wilder
18ba26dd47 fix(deps): remove high severity vulnerability and add extra travis check on PRS
The only exception is `webpack-svgstore-plugin` that still points to some older package versions
with `low` severity vulnerabilities and apparently the repo is not active that [the actual fix](https://github.com/mrsum/webpack-svgstore-plugin/pull/172)
could be merged. Because of that I'm limiting the scope to just `high` severity issues.

Note: I decided to include `audit-ci` because `yarn` does not provide (yet) a way to filter
violations by severity level.

fix(deps): upgrade packages so that `yarn lint` works with the current babel-eslint
2019-03-31 10:51:57 +02:00
Philipp Kühn
a12c79e5e9 update prosemirror dependencies 2019-03-06 07:09:15 +01:00
Philipp Kühn
e4e2178067 update dev dependencies 2019-03-06 07:05:36 +01:00
Philipp Kühn
e79ba1b134 add dart-sass 2019-02-06 11:41:05 +01:00
Philipp Kühn
b85b55342c update prosemirror dependencies 2019-02-06 11:36:23 +01:00
Philipp Kühn
62507cbc2e update dev dependencies 2019-02-06 11:34:42 +01:00
Philipp Kühn
bdcd5c967f add socket.io to collab demo 2019-02-05 03:07:43 +01:00
Philipp Kühn
b23cdcba6b add basic collab implementation 2019-02-03 14:06:17 +01:00
Philipp Kühn
9aace5a283 update dev dependencies 2019-01-29 10:09:45 +01:00
Philipp Kühn
1e9b862920 update prosemirror dependencies 2019-01-19 09:02:06 +01:00
Philipp Kühn
ec4bac5a00 update dev dependencies, upgrade to rollup v1 2019-01-19 08:56:21 +01:00
Philipp Kühn
a7fafd5564
Merge branch 'master' into add-dropcursor 2018-12-20 08:13:37 +01:00
Philipp Kühn
db15c18541 update dependencies 2018-12-19 21:57:03 +01:00
Chrissi2812
751e6984fe
added drop cursor
closes #140
2018-12-18 13:21:28 +01:00
Philipp Kühn
5a832238b4 update dependencies 2018-12-07 23:04:25 +01:00
Philipp Kühn
a743149bba update lock file 2018-11-22 21:49:12 +01:00
Philipp Kühn
6e5c2cb8bf upgraded dependencies 2018-11-16 11:54:34 +01:00
Philipp Kühn
5ae0a40855 fix peer dependencies 2018-11-14 16:23:35 +01:00
Philipp Kühn
3482d1c7b2 replace buble with babel 2018-11-11 23:07:24 +01:00
Philipp Kühn
fe8a21ce7c add setParent method to rerender node views 2018-11-11 22:44:16 +01:00
Philipp Kühn
35880251cd add first test with jest 2018-11-09 23:01:23 +01:00
Philipp Kühn
6e38c5abac upgrade dependencies 2018-11-08 22:22:05 +01:00
Philipp Kühn
fe356fd5e9 update dependencies 2018-10-04 08:43:22 +02:00
Philipp Kühn
b0d4c92820 move vue and vue-template-compiler to peerDependencies 2018-10-04 08:40:58 +02:00
Philipp Kühn
5e19290d35 update dependencies 2018-09-29 13:24:27 +02:00
Philipp Kühn
1e2651066b add tippy tooltips for mentions 2018-09-28 22:39:26 +02:00
Philipp Kühn
939e2e68bc add fuse search 2018-09-25 08:37:39 +02:00
Philipp Kühn
0e3810bca0 Merge branch 'master' into feature/suggestions
# Conflicts:
#	packages/tiptap-extensions/package.json
2018-09-04 23:12:00 +02:00
Philipp Kühn
a134a42d7d Merge branch 'master' into feature/code-highlighting 2018-09-03 23:28:01 +02:00
Philipp Kühn
805fd02d92 update dependencies 2018-09-03 23:12:18 +02:00
Philipp Kühn
feb79e0648 add basic implementation of hightlight.js 2018-09-02 15:13:57 +02:00
Philipp Kühn
c716fe605f add prosemirror-suggestions 2018-09-01 20:51:17 +02:00
Philipp Kühn
d903dacd0a refactoring 2018-08-25 22:11:32 +02:00
Philipp Kühn
c3a98489fb add lerna 2018-08-23 13:38:01 +02:00
Philipp Kühn
cf6badd106 remove some devdependencies 2018-08-23 13:15:29 +02:00
Philipp Kühn
ca6d0e5cf7 update dependencies 2018-08-22 14:22:13 +02:00
Philipp Kühn
3025642dfb add vue router 2018-08-22 13:30:53 +02:00
Philipp Kühn
429383d7cd remove rollup-plugin-babel 2018-08-22 10:43:30 +02:00
Philipp Kühn
c0e08fef40 exclude vue from build 2018-08-22 10:17:09 +02:00
Philipp Kühn
4a8b85d250 add broken rollup build 2018-08-22 09:14:49 +02:00
Philipp Kühn
0e75610fcd improve webpack config 2018-08-21 22:40:55 +02:00
Philipp Kühn
d111afe7ac initial commit 2018-08-20 23:02:21 +02:00