Commit Graph

1060 Commits

Author SHA1 Message Date
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
Philipp Kühn
26ca656515 update dev dependencies 2019-07-23 19:52:13 +02:00
Philipp Kühn
c4632739bf remove heading from default trailingnode config 2019-07-23 19:51:28 +02:00
Philipp Kühn
cf4efcbac7 codestyle 2019-07-23 19:50:02 +02:00
Philipp Kühn
48cc408a97 add TrailingNode extension 2019-07-23 18:30:59 +02:00
Philipp Kühn
6049b5a318 add nodeEqualsType util 2019-07-23 18:30:25 +02:00
Philipp Kühn
f13e767518 refactoring 2019-07-23 18:30:00 +02:00
Philipp Kühn
282647d33d Publish
- tiptap-extensions@1.24.4
 - tiptap@1.23.4
2019-07-23 13:15:02 +02:00
Philipp Kühn
a1ae06320a check for copy and cut event 2019-07-23 13:14:11 +02:00
Philipp Kühn
7c7d2c6e19 add mod-y also for mac, fix #396 2019-07-22 17:43:35 +02:00
Philipp Kühn
afd959be6c Publish
- tiptap-commands@1.10.10
 - tiptap-extensions@1.24.3
 - tiptap-utils@1.5.8
 - tiptap@1.23.3
2019-07-19 23:49:21 +02:00
Philipp Kühn
0db715269a update dev dependencies 2019-07-19 23:48:38 +02:00
Philipp Kühn
526f11363d update dependencies 2019-07-19 23:48:00 +02:00
Philipp Kühn
3fee68b692 prevent error in bubble menu, fix #386 2019-07-19 23:46:44 +02:00
Philipp Kühn
81d4333bec fix focus, fix #389 2019-07-19 23:19:46 +02:00
Philipp Kühn
136ed30529 Publish
- tiptap-extensions@1.24.2
 - tiptap@1.23.2
2019-07-11 23:46:26 +02:00
Philipp Kühn
305ebc490f dispatch event for setContent instead of creating a new state 2019-07-11 23:45:22 +02:00
Philipp Kühn
8c5926e7c7 Publish
- tiptap-commands@1.10.9
 - tiptap-extensions@1.24.1
 - tiptap-utils@1.5.7
 - tiptap@1.23.1
2019-07-10 09:27:54 +02:00
Philipp Kühn
df29153dba
Merge pull request #382 from Aaron3/patch-1
Switch check from !isMac to isWindows for specificity.
2019-07-10 09:26:11 +02:00
Philipp Kühn
db34efbc56
Merge pull request #376 from murata0705/master
Handle composition state in MenuBubble
2019-07-10 09:23:44 +02:00
Philipp Kühn
d9c0ad8c75 update nvmrc 2019-07-10 08:50:25 +02:00
Philipp Kühn
34f4ac75a9 update dependencies 2019-07-10 08:46:10 +02:00
Philipp Kühn
04580ef62c update dev dependencies 2019-07-10 08:45:09 +02:00
Aaron
8c9676402b
Switch check from !isMac to isWindows for specificity.
Only Windows uses Mod+y, this avoids adding the shortcut to other operating systems (such as Linux or iOS).

This adds better support for spoofed user-agents when testing mobile sites on desktop devices.

You could also add `|| /Pocket/.test(navigator.platform)` but it really is optional
2019-07-10 09:25:25 +03:00
murata0705
f527e8535d fix lint error 2019-07-05 10:16:28 +09:00
murata0705
a7f4ee7dab Add composing handler to Menu class 2019-07-05 09:44:06 +09:00
Philipp Kühn
8aa39d1393 update dev dependencies 2019-06-30 10:05:04 +02:00
Philipp Kühn
92b2f8a4ad Publish
- tiptap-extensions@1.24.0
 - tiptap@1.23.0
2019-06-27 22:33:06 +02:00
Philipp Kühn
5dd7301e62 add support for a custom drag handle for node views 2019-06-27 22:32:20 +02:00
Philipp Kühn
06fc195909 fix a visual selection bug 2019-06-27 22:29:28 +02:00
Philipp Kühn
54789dd556 Publish
- tiptap-extensions@1.23.3
 - tiptap@1.22.7
2019-06-27 20:03:40 +02:00
Philipp Kühn
0883b01198 add topNode option 2019-06-27 20:02:13 +02:00
Philipp Kühn
54ae2d4a17 Publish
- tiptap-extensions@1.23.2
 - tiptap@1.22.6
2019-06-26 19:45:31 +02:00
Philipp Kühn
8c92762562 codestyle 2019-06-26 17:00:14 +02:00
Philipp Kühn
480e66791d update dependencies 2019-06-26 16:46:43 +02:00
Philipp Kühn
1198641f14 update dev dependencies 2019-06-26 16:44:57 +02:00