Dominik
8c088b6b88
chore(maintainment): 🚀 update prosemirror packages to the most recent versions ( #3237 )
2022-09-26 14:56:14 +02:00
Dominik Biedebach
dfc067a3bb
fix(ci): remove unnecessary PR action as we combined issues and prs into one board
2022-09-26 14:16:34 +02:00
Cameron Hessler
8f5fbef742
feat(extension-link) Change autolink to only apply on space ( #3232 )
...
Co-authored-by: Cameron Hessler <cameron.hessler@buildertrend.com>
2022-09-26 11:08:10 +02:00
Sven Adlung
348383b96c
fix(tests): fix failing cypress tests and update cypress
...
* test: update cypress and migrate configs
* test: fix codeBlockLowlight test
* test: bump cypress actions
2022-09-26 11:06:01 +02:00
Dominik Biedebach
95842e18f6
v2.0.0-beta.196
2022-09-21 00:49:19 +02:00
John Franey
ae13cf61ad
fix(types): fix link and table type errors ( #3208 )
2022-09-20 23:54:36 +02:00
Sven Adlung
a3978353ff
feat(extension-typography): add servicemark input rule ( #3220 )
...
* feat(extension-typography): add servicemark input rule
* fix formatting issue
2022-09-20 23:53:34 +02:00
Dominik Biedebach
c7b7a166c4
chore: always force push versions to the same version
2022-09-14 03:06:30 +02:00
Dominik Biedebach
ea1fbeda7d
v2.0.0-beta.195
2022-09-14 02:10:19 +02:00
Molly
b01ccff7b2
feat: Add alias condition to code-block-lowlight ( #3155 )
2022-09-14 02:06:01 +02:00
Dominik
fa96749ce2
fix(extension/bubble-menu): 🐛 fix bubble menu and floating menu being available when editor not editable ( #3195 )
2022-09-14 02:05:36 +02:00
Dominik Biedebach
b896cc2439
docs(extension/mention): 📝 add mention of peer dependency in mention extension
2022-09-14 01:10:19 +02:00
Daniel Spitzer
9093cdfcf5
fix: move React flushSync
to microtask ( #3188 )
...
To avoid seeing the `Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.` error, we need to move the `flushSync()` code that avoids automatic batching to a microtask to not fire a lifecycle event `setState()` during rendering.
Fixes warning introduced in #2985
2022-09-13 20:36:35 +02:00
Dominik Biedebach
1cc75c058c
chore: remove triage label
2022-09-11 11:48:25 +02:00
Dominik Biedebach
009f79991d
v2.0.0-beta.194
2022-09-11 11:11:52 +02:00
Dominik Biedebach
56c138671b
chore: sync package versions
2022-09-11 11:11:31 +02:00
Dominik Biedebach
0e05b54b18
chore: add release action
2022-09-10 22:21:27 +02:00
Dominik Biedebach
d11f57af3e
chore: add release action
2022-09-10 22:15:34 +02:00
Dominik Biedebach
7abc13907b
chore: add release action
2022-09-10 22:08:11 +02:00
Dominik Biedebach
30aa650514
remove github release creation
2022-09-10 22:03:16 +02:00
Dominik Biedebach
42ac7bf2e6
chore: add release action
2022-09-10 22:00:57 +02:00
Dominik Biedebach
79c6a854ce
chore: add release action
2022-09-10 21:54:31 +02:00
Dominik Biedebach
83a8bef036
chore: add release action
2022-09-10 21:50:06 +02:00
Dominik Biedebach
8ad10ce0a6
chore: update publish script
2022-09-10 21:25:29 +02:00
Dominik Biedebach
59abdd1a74
chore: update lerna release script
2022-09-10 21:18:14 +02:00
Dominik Biedebach
e25d4a3710
v2.0.0-beta.193
2022-09-10 21:12:56 +02:00
Dominik Biedebach
435a560464
chore: prepare lerna release for unified versioning
2022-09-10 21:12:21 +02:00
Dominik Biedebach
d15aa38cd2
refactor(extension/mention): move @tiptap/sugesstion into peerDependencies
2022-09-10 21:09:58 +02:00
dependabot[bot]
21c9f3b2ce
build(deps): bump parse-path from 4.0.4 to 5.0.0 ( #3178 )
...
Bumps [parse-path](https://github.com/IonicaBizau/parse-path ) from 4.0.4 to 5.0.0.
- [Release notes](https://github.com/IonicaBizau/parse-path/releases )
- [Commits](https://github.com/IonicaBizau/parse-path/compare/4.0.4...5.0.0 )
---
updated-dependencies:
- dependency-name: parse-path
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-09-10 16:35:23 +02:00
Dominik Biedebach
1024892454
Revert "Merge branch 'add-empty-editor-class-to-root-div'"
...
This reverts commit 1d0158d5c5
, reversing
changes made to bda6e8d308
.
2022-09-10 16:16:47 +02:00
Dominik Biedebach
1d0158d5c5
Merge branch 'add-empty-editor-class-to-root-div'
2022-09-10 15:43:25 +02:00
Dominik Biedebach
6a85f73659
style(extension/placeholder): fix linting issues
2022-09-10 15:31:54 +02:00
Dominik Biedebach
6cbc2d4233
Merge branch 'main' of github.com:ueberdosis/tiptap into add-empty-editor-class-to-root-div
2022-09-10 15:31:04 +02:00
Etienne de la Broïse
bda6e8d308
fix(core): insert PasteRule Node at matched position ( #2942 ) ( #2943 )
2022-09-10 14:07:46 +02:00
Dominik Biedebach
dd153e29df
Merge branch 'tarngerine-lowlight-types'
2022-09-10 14:06:32 +02:00
Dominik Biedebach
af3568fcc1
Merge branch 'lowlight-types' of github.com:tarngerine/tiptap into tarngerine-lowlight-types
2022-09-10 14:06:16 +02:00
Carlo Beltrame
06827dd052
Fix typo in docs ( #3162 )
2022-09-10 14:01:00 +02:00
Dominik Biedebach
f48aa83482
docs(extension/code-block-lowlight): updated lowlight to 2.8 in demos, updated demos with lowlight
2022-09-10 13:56:59 +02:00
Dominik Biedebach
5bcfb322ce
Publish
...
- @tiptap/core@2.0.0-beta.183
- @tiptap/extension-bubble-menu@2.0.0-beta.62
- @tiptap/extension-code@2.0.0-beta.29
- @tiptap/extension-mention@2.0.0-beta.103
- @tiptap/extension-subscript@2.0.0-beta.14
- @tiptap/html@2.0.0-beta.182
- @tiptap/react@2.0.0-beta.115
- @tiptap/starter-kit@2.0.0-beta.192
- @tiptap/suggestion@2.0.0-beta.98
- @tiptap/vue-2@2.0.0-beta.85
- @tiptap/vue-3@2.0.0-beta.97
2022-09-03 20:12:57 +02:00
Stef Kors
73daee9b80
include bubble menu element when checking if the editor view still has focus ( #3150 )
2022-09-03 20:07:41 +02:00
Marcel
0263629ba5
docs: fix naming ( #3151 )
2022-09-03 20:06:24 +02:00
Julius Tarng
d5206961f7
fix demos
2022-09-01 12:44:45 -05:00
Mohammad Hussain Nagaria
19d29297ef
fix: Typo ( #3132 )
2022-09-01 13:57:20 +02:00
Rhys-T
4851fc5e9b
fix(core): make setEditable trigger all 'update' listeners ( #3140 )
2022-09-01 13:55:19 +02:00
远方
c6c5fa623a
fix: vue inject grammar warning ( #3144 )
2022-09-01 13:54:59 +02:00
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