Commit Graph

5575 Commits

Author SHA1 Message Date
dependabot[bot]
84f8aee20a
build(deps-dev): bump vite from 2.9.12 to 2.9.13 (#3145)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.12 to 2.9.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01 13:54:21 +02:00
dependabot[bot]
ad97a3a1b8
build(deps-dev): bump vite from 2.9.12 to 2.9.13 in /demos (#3141)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.12 to 2.9.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01 12:06:38 +02:00
Sven Adlung
9a254bf9da
chore: adjust stale action 2022-08-22 18:37:11 +02:00
Dominik
5fed0f2fc6
feature(core): add exit handling for marks (#2925)
* feat(core): add exit handling for marks

* docs(core): add information about exitable marks
2022-08-22 15:23:44 +02:00
Dominik Biedebach
f558417a25 temporary fix for add-to-project task 2022-08-22 15:02:57 +02:00
Dominik Biedebach
3005cd7675 chore: bump package-lock.json 2022-08-22 14:47:37 +02:00
Cai Huanyu
f32293b0d5
fix: fix React Node View render problem in React 18 (#2985) 2022-08-22 14:41:26 +02:00
Dominik
de1253a8b0
fix(core): make setEditable trigger onUpdate function (#2935) 2022-08-22 14:24:21 +02:00
Faleij
791c89d943
Make Suggestion use view.dom instead of document (#3093) 2022-08-22 14:23:46 +02:00
Asherah Connor
313b8b8d0a
fix(core): setNodeSelection should not clamp pos by Selection.atStart/atEnd (#3091)
Fixes #3090.
2022-08-22 14:22:44 +02:00
dependabot[bot]
cc1395a7a4
build(deps): bump actions/cache from 3.0.7 to 3.0.8 (#3112)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.7...v3.0.8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 14:20:03 +02:00
Asherah Connor
40f4ea31ef
fix(core): createCan command props shouldn't try dispatch (#3025) (#3026) 2022-08-22 14:19:44 +02:00
Sinclair Chen
69d22d2d3c
fix: let StarterKit be imported as cjs module (#2967) 2022-08-22 13:52:31 +02:00
Billiam
18336a8255
Fix paste rule adding one character to paste range (#2968)
Fixes #2939
2022-08-22 13:26:26 +02:00
dependabot[bot]
91f40f26f5
build(deps): bump actions/cache from 3.0.4 to 3.0.7 (#3087)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 13:25:08 +02:00
dependabot[bot]
9e1ac4678f
build(deps): bump terser from 5.14.1 to 5.14.2 (#3009)
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 13:24:56 +02:00
dependabot[bot]
79b5aa84f2
build(deps): bump actions/setup-node from 3.3.0 to 3.4.1 (#2998)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.3.0...v3.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 13:07:07 +02:00
Asherah Connor
574cd69e06
fix(core): isNodeSelection, isTextSelection not always false (#3089)
Fixes #2979.  Since the ProseMirror TypeScript upgrade, these have
always returned false, since the Selection type tree are all classes
now.
2022-08-22 13:05:53 +02:00
dependabot[bot]
2ca1a7b9bd
build(deps-dev): bump svelte from 3.48.0 to 3.49.0 (#2993)
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 12:59:34 +02:00
dependabot[bot]
6f93897c83
build(deps-dev): bump svelte from 3.48.0 to 3.49.0 in /demos (#2992)
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 12:59:22 +02:00
Jeet Mandaliya
6a51faded7
docs(extensions): mention community extensions and discussion thread (#2991) 2022-08-22 12:59:09 +02:00
Martin Kriegeskorte
57a9e864f4 rotate room numbers, move back to hocuspocus.cloud 2022-08-12 16:59:13 +02:00
Patrick Baber
eb68f799eb
docs: update alpine installation (#3081)
* docs: update alpine installation

* update docs

Co-authored-by: Patrick Baber <patrick@p-squared.de>
2022-08-12 14:30:28 +02:00
svenadlung
a06209890a chore: use other stale integration 2022-08-01 16:26:15 +02:00
Julius Tarng
9f1ffb8b53 update demos, remove lowlight as per docks 2022-07-19 00:00:16 -05:00
Julius Tarng
91fb55484e bump demos to 2.7.0 2022-07-18 23:55:28 -05:00
Julius Tarng
59244c586d Revert "bring back 1.20.0"
This reverts commit 7a357dc26e.
2022-07-18 23:54:35 -05:00
Julius Tarng
7a357dc26e bring back 1.20.0 2022-07-18 23:50:29 -05:00
Julius Tarng
5f7832263b package lock 2022-07-18 23:46:14 -05:00
Julius Tarng
06802961cb
Update lowlight to 2.7.0 2022-07-18 23:39:51 -05:00
Julius Tarng
956a078e5b
Update package.json 2022-07-18 23:37:32 -05:00
Julius Tarng
677837ec16
Remove outdated @types/lowlight from code-block-lowlight deps 2022-07-18 23:33:22 -05:00
ahhshm
e2f8747e2b
docs(figure): pass an object to nodeInputRule (#2954) 2022-07-06 21:58:55 +02:00
svenadlung
edb2291efc chore: add configuration for stale integration 2022-07-06 20:19:25 +02:00
ahhshm
f4b9a46a0b
refactor: remove duplicated function (#2956) 2022-07-06 20:11:20 +02:00
Dominik Biedebach
3e05093f00 Publish
- @tiptap/core@2.0.0-beta.182
 - @tiptap/html@2.0.0-beta.181
 - @tiptap/starter-kit@2.0.0-beta.191
2022-07-06 19:28:12 +02:00
Dominik Biedebach
daf10f90be chore: upgrade lerna to 5.0.0 2022-07-06 19:10:10 +02:00
Dominik Biedebach
1eee664d6b chore: reset yjs versions 2022-07-06 19:00:03 +02:00
svenadlung
708a87fa43 docs: update collab rooms 2022-07-06 13:53:22 +02:00
svenadlung
0622f974be docs: youtube 2022-07-06 13:37:27 +02:00
svenadlung
0aac50e4e1 Merge branch 'main' of github.com:ueberdosis/tiptap 2022-07-06 13:20:48 +02:00
svenadlung
599b8cc014 docs: move youtube documentation to nodes 2022-07-06 13:20:33 +02:00
Dominik
134a4bd1fb
fix(core): dont use selection for setContent replacement (#2934) 2022-07-06 12:59:16 +02:00
ahhshm
8bc3986f17
chore: lint only staged files (#2957) 2022-07-06 12:59:02 +02:00
Sven Adlung
e280a02597
fix(core): only respect text of node before current position (#2937) (#2941) 2022-07-06 12:01:23 +02:00
dependabot[bot]
110b5daf0d
build(deps): bump parse-url from 6.0.0 to 6.0.2 (#2961)
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/commits)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 11:58:35 +02:00
svenadlung
9e843539e0 docs: link youtube extension in docs 2022-07-04 13:57:16 +02:00
svenadlung
e63b987bb8 Revert "update package-lock.json"
This reverts commit bbf0803a77.
2022-07-04 13:50:49 +02:00
Dominik Biedebach
bbf0803a77 update package-lock.json 2022-06-27 14:25:46 +02:00
Philipp Kühn
090c5a4456 Publish
- @tiptap/core@2.0.0-beta.181
 - @tiptap/extension-bubble-menu@2.0.0-beta.61
 - @tiptap/extension-character-count@2.0.0-beta.31
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.73
 - @tiptap/extension-code-block@2.0.0-beta.42
 - @tiptap/extension-collaboration@2.0.0-beta.38
 - @tiptap/extension-dropcursor@2.0.0-beta.29
 - @tiptap/extension-floating-menu@2.0.0-beta.56
 - @tiptap/extension-focus@2.0.0-beta.45
 - @tiptap/extension-gapcursor@2.0.0-beta.39
 - @tiptap/extension-history@2.0.0-beta.26
 - @tiptap/extension-horizontal-rule@2.0.0-beta.36
 - @tiptap/extension-link@2.0.0-beta.43
 - @tiptap/extension-mention@2.0.0-beta.102
 - @tiptap/extension-placeholder@2.0.0-beta.53
 - @tiptap/extension-table@2.0.0-beta.54
 - @tiptap/extension-task-item@2.0.0-beta.37
 - @tiptap/extension-youtube@2.0.0-beta.6
 - @tiptap/html@2.0.0-beta.180
 - @tiptap/react@2.0.0-beta.114
 - @tiptap/starter-kit@2.0.0-beta.190
 - @tiptap/suggestion@2.0.0-beta.97
 - @tiptap/vue-2@2.0.0-beta.84
 - @tiptap/vue-3@2.0.0-beta.96
2022-06-27 10:50:35 +02:00