Commit Graph

1195 Commits

Author SHA1 Message Date
Philipp Kühn
5f5b3eac25 update lock file 2019-10-04 11:44:51 +02:00
Philipp Kühn
cefd8f0a8b update prosemirror dependencies 2019-10-04 11:40:52 +02:00
Philipp Kühn
01ccf4fd00 fix drag handle demo for firefox 2019-10-04 11:08:37 +02:00
Billy Lam
b96ed5e5f2 Merge branch 'master' of git://github.com/scrumpy/tiptap 2019-10-04 09:58:20 +13:00
Philipp Kühn
c2b99e25d9 Publish
- tiptap-extensions@1.28.1
 - tiptap@1.26.1
2019-10-03 15:58:07 +02:00
Philipp Kühn
2d1778b32f add drag handle example 2019-10-03 15:56:41 +02:00
Philipp Kühn
483fe11434 refactoring 2019-10-03 11:50:43 +02:00
Philipp Kühn
68ff32a024
Merge pull request #459 from rmckayfleming/master
MenuBubbles below the selection
2019-10-03 11:47:43 +02:00
Philipp Kühn
c3ab421aaa
Merge pull request #478 from chrisjbrown/fix/menu-bubble-hide
fix(menu-bubble-hide): only send hide update, target not child of editor
2019-10-03 11:46:26 +02:00
Philipp Kühn
6bfeb19043
Merge pull request #474 from Chrissi2812/issue-447
set selection to first cell after table insert
2019-10-03 11:42:05 +02:00
Christopher Brown
cfa506e89e refactor(menu-bubble-hide): break conditional to multiple lines 2019-10-03 11:01:22 +02:00
Christopher Brown
527a7443f1 fix(menu-bubble-hide): only send hide update, target not child of editor 2019-10-03 10:51:08 +02:00
Chrissi2812
8cce2508a9
set selection to first cell after table insert
fixes #447
2019-10-02 15:47:41 +02:00
Billy Lam
d84059ede4 Allow selection mutation events for leaf node views 2019-10-01 10:58:54 +13:00
Philipp Kühn
01493e825b Publish
- tiptap-commands@1.12.0
 - tiptap-extensions@1.28.0
 - tiptap-utils@1.8.0
 - tiptap@1.26.0
2019-09-27 11:12:28 +02:00
Philipp Kühn
c22d660453 fix safari bug, fix #464 2019-09-27 10:49:08 +02:00
Philipp Kühn
29d53ce231 update dependencies 2019-09-27 09:53:13 +02:00
Philipp Kühn
2f8ee99935 update dev dependencies 2019-09-27 09:46:25 +02:00
Ryan McKay-Fleming
c9b7d0a839 Allow for MenuBubbles appearing below the selection 2019-09-24 14:07:32 -04:00
Salem Nzeukwu
a9db2b2a51 Add/emit show/hide events in EditorFloatingMenu component 2019-08-31 00:31:21 +01:00
Philipp Kühn
2f5c50297b Publish
- tiptap-commands@1.11.0
 - tiptap-extensions@1.27.0
 - tiptap-utils@1.7.0
 - tiptap@1.25.0
2019-08-20 16:25:50 +02:00
Philipp Kühn
f26d13f150
Merge pull request #431 from beeplin/patch-1
Doc: typo in Readme.md: selection -> selected
2019-08-20 16:01:21 +02:00
Philipp Kühn
80638e2b99 fix autofocus, fix #429 2019-08-20 16:00:41 +02:00
Philipp Kühn
0e246e843a fix search replace example 2019-08-20 15:55:27 +02:00
Philipp Kühn
0c3a8d3888 update dependencies 2019-08-20 15:55:21 +02:00
Philipp Kühn
e3a797e130 update dev dependencies 2019-08-20 15:49:46 +02:00
Beep LIN
7e3c6949ad
Doc: typo in Readme.md: selection -> selected 2019-08-20 10:25:19 +08:00
Philipp Kühn
49eceb1704 Publish
- tiptap-extensions@1.26.2
 - tiptap@1.24.2
2019-08-13 15:08:18 +02:00
Philipp Kühn
fabb6124cf add setSelection method 2019-08-13 15:07:36 +02:00
Philipp Kühn
d5c08c8876 Publish
- tiptap-commands@1.10.12
 - tiptap-extensions@1.26.1
 - tiptap-utils@1.6.1
 - tiptap@1.24.1
2019-08-07 12:22:13 +02:00
Philipp Kühn
28d325c696 update dependencies 2019-08-07 12:21:01 +02:00
Philipp Kühn
de29399e1c Merge branch 'master' of https://github.com/scrumpy/tiptap 2019-08-07 12:19:02 +02:00
Philipp Kühn
15fcb3cd1a add menubar plugin 2019-08-07 12:18:58 +02:00
Philipp Kühn
b8d23e7e30
Merge pull request #419 from rmckayfleming/set-selection
Allow Extensions to redefine the behaviour of setSelection
2019-08-07 12:10:46 +02:00
Ryan McKay-Fleming
dad0d074aa Allow the extension to redefine the behaviour of setSelection 2019-08-01 17:10:11 -04:00
Philipp Kühn
8b94b43919 fix default selection 2019-07-31 11:09:18 +02:00
Philipp Kühn
1a80978d0f Publish
- tiptap-extensions@1.26.0
 - tiptap@1.24.0
2019-07-31 10:15:39 +02:00
Philipp Kühn
a4a0d485e8 fix word-break for demo 2019-07-31 10:14:29 +02:00
Philipp Kühn
640e2f14c9 Merge branch 'master' of https://github.com/scrumpy/tiptap 2019-07-31 10:10:45 +02:00
Philipp Kühn
c991e1f017 add focus extension 2019-07-31 10:10:40 +02:00
Philipp Kühn
ae33e76feb add focus transaction 2019-07-31 10:10:34 +02:00
Philipp Kühn
ba3df21c98
Merge pull request #411 from ryanbliss/nodeview-prop-documentation
Added NodeView Prop Types documentation
2019-07-27 19:20:37 +02:00
ryanbliss
3e8eec6364 Added NodeView Prop Types documentation 2019-07-26 17:04:52 -06:00
Philipp Kühn
b77a31a06e fix typo 2019-07-25 11:46:08 +02:00
Philipp Kühn
1a6e826ae1 Publish
- tiptap-extensions@1.25.1
 - tiptap@1.23.6
2019-07-25 11:44:40 +02:00
Philipp Kühn
6408653d4c fix focus issue, fix #404 2019-07-25 11:42:26 +02:00
Philipp Kühn
3e75703200 improve focus handling again 2019-07-25 11:31:06 +02:00
Philipp Kühn
d16a220255 add trailing paragraph example 2019-07-24 10:29:51 +02:00
Philipp Kühn
40495d222a add star count 2019-07-23 20:26:45 +02:00
Philipp Kühn
e200c719d1 Publish
- tiptap-commands@1.10.11
 - tiptap-extensions@1.25.0
 - tiptap-utils@1.6.0
 - tiptap@1.23.5
2019-07-23 19:53:50 +02:00