Maya Nedeljkovich
b3f8f1b558
allow parseOptions to be passed to setContent and Editor constructor
2019-04-08 12:39:31 +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
Hans Pagel
24f61e02be
add Erick Wilder to the contributors list 🎉
2019-03-26 19:34:44 +01:00
Chrissi2812
e441041860
fix travis-ci: copied textRange function from prosemirror-view
2019-03-07 18:28:27 +01:00
Chrissi2812
8ddc0c016a
add note why we had to use our own cordsAtPos implementation
2019-03-07 18:15:45 +01:00
Chrissi2812
f490ca1469
fix menububble position
2019-03-07 18:13:19 +01:00
Philipp Kühn
93ceec111d
Publish
...
- tiptap-commands@1.7.0
- tiptap-extensions@1.14.0
- tiptap-utils@1.3.0
- tiptap@1.14.0
2019-03-06 07:10:25 +01: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
d411863bbd
Merge pull request #213 from MatheusRich/add-support-to-history-custom-settings
...
Add support to history custom settings
2019-03-06 06:50:13 +01:00
Philipp Kühn
bafa4a62b1
Merge pull request #210 from Chrissi2812/reactive-plugin-options
...
Reactive extension options
2019-03-06 06:48:42 +01:00
Philipp Kühn
575b082c4e
Merge pull request #206 from Chrissi2812/fix-link-example
...
Fix link example
2019-03-06 06:47:21 +01:00
Matheus Richard
0b83723a6b
add support to history custom settings
2019-03-04 18:37:18 -03:00
Chrissi2812
1dbf54295c
travis-ci fixed praram-reassign issue in proxy setter
2019-02-26 12:04:45 +01:00
Chrissi2812
1cd40d3b0b
removed unnecessary comment
2019-02-26 11:56:50 +01:00
Chrissi2812
0f64e2e4d6
adding update method of extensions to readme
2019-02-26 11:50:12 +01:00
Chrissi2812
0f44e74d1e
fixed placeholder change corrupts current state
2019-02-26 11:42:07 +01:00
Chrissi2812
89e6436114
state passed to ExtensionManager is not updated
...
using view.state instead
2019-02-26 11:40:59 +01:00
Chrissi2812
7762316ecd
changed placeholder example for reactive placeholder
2019-02-25 16:24:39 +01:00
Chrissi2812
5b77907211
add update method to placeholder
2019-02-25 16:23:31 +01:00
Chrissi2812
45945e2c09
make options for extensions reactive
...
changing options will call the update method off the extension.
2019-02-25 16:20:02 +01:00
Chrissi2812
04de7048f2
change "add link" text to "update link" if it's already a link
2019-02-20 12:43:11 +01:00
Chrissi2812
b51ac10671
fixed bug in link-example
...
Link didn't got reset on menububble hide.
2019-02-20 12:17:36 +01:00
Chrissi2812
086f540ba0
adding show and hide events to listen on for menububble
2019-02-20 12:14:00 +01:00
Philipp Kühn
3de6b13004
Merge pull request #203 from Chrissi2812/paste-on-embeds
...
fix pasting in embed example
2019-02-18 16:40:00 +01:00
Philipp Kühn
bb6b3220cc
Merge pull request #202 from Chrissi2812/seperate-drophandler
...
seperate handleDrop from handlePaste
2019-02-18 16:39:33 +01:00
Chrissi2812
eb43c2030e
fix pasting in embed example
2019-02-18 16:21:10 +01:00
Chrissi2812
c3e7259941
seperate handleDrop from handlePaste
2019-02-18 15:01:04 +01:00
Philipp Kühn
a558eb784c
Publish
...
- tiptap-extensions@1.13.0
- tiptap@1.13.0
2019-02-12 22:34:15 +01:00
Philipp Kühn
c63b9aafc9
add blur function, fix #196
2019-02-12 22:22:56 +01:00
Philipp Kühn
4e4c2dd0b9
refactoring
2019-02-06 15:21:04 +01:00
Philipp Kühn
e6c3e65bed
Publish
...
- tiptap-extensions@1.12.1
2019-02-06 15:12:38 +01:00
Philipp Kühn
f8f46b4f97
replace some names
2019-02-06 15:09:53 +01:00
Philipp Kühn
71ab0e0c9d
move highlight plugin to its own file
2019-02-06 15:09:12 +01:00
Philipp Kühn
59d37f5697
fix code decorations again
2019-02-06 12:05:12 +01:00
Philipp Kühn
795e5ecb13
Publish
...
- tiptap-commands@1.6.0
- tiptap-extensions@1.12.0
- tiptap-utils@1.2.0
- tiptap@1.12.0
2019-02-06 11:42:02 +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
94ede9c047
fix broken image
2019-02-06 11:34:21 +01:00
Philipp Kühn
9b90d6437e
do not show placeholder if non editable
2019-02-06 11:28:40 +01:00
Philipp Kühn
44525063bc
do not throw warn if content is null
2019-02-06 10:36:50 +01:00
Philipp Kühn
ac3b95716e
add new collab test
2019-02-06 10:33:16 +01:00
Philipp Kühn
6a0aaf15e6
add something broken again
2019-02-06 00:03:23 +01:00
Philipp Kühn
f4fa5a8e70
refactoring
2019-02-05 14:00:30 +01:00
Philipp Kühn
bdcd5c967f
add socket.io to collab demo
2019-02-05 03:07:43 +01:00
Philipp Kühn
aba26c7e74
started adding a better collab demo
2019-02-05 02:20:49 +01:00
Philipp Kühn
9b0c35d34c
update eslint
2019-02-05 00:03:27 +01:00
Philipp Kühn
bf21ebd719
improve collab demo
2019-02-03 21:18:03 +01:00
Philipp Kühn
b23cdcba6b
add basic collab implementation
2019-02-03 14:06:17 +01:00