Commit Graph

5544 Commits

Author SHA1 Message Date
Dominik Biedebach
cd78f1d863 v2.0.0-beta.200 2022-11-04 12:33:51 +01:00
Dominik Biedebach
b38c9eb139 fix(suggestion): revert #3239 2022-11-04 12:32:01 +01:00
Cameron Hessler
6e5d19f65d
fix(extension-placeholder) Fix perf issue w/empty nodes (#3361)
Co-authored-by: Cameron Hessler <cameron.hessler@buildertrend.com>
2022-11-04 00:32:21 +01:00
François Robichet
06af8b123a
fix(docs): typo (#3362) 2022-11-04 00:28:58 +01:00
Catalin Miron
2b69f344c7
Fix installation and examples link (#3298)
The link was broken. This should also be handled from the DNS point of view, but for now this should fix the links.
2022-10-17 17:29:13 +02:00
Luis Cateura
c1cf33c7bf
Feature/youtube parameters (#3307)
* Fixed allowFullscreen not working correctly. Added autoplay and progress bar color parameters

* Added cc language preference, cc load policy, disable keyboard controls, end time and interface language parameters

* Added enable IFrame API, iv load policy, loop, modest branding, origin and playlist parameters

* Updated the youtube extension documentation

Co-authored-by: luis.feliu <luis.feliu@mentormate.com>
2022-10-17 17:28:30 +02:00
svenadlung
e269b36414 Merge branch 'main' of github.com:ueberdosis/tiptap 2022-10-17 14:58:03 +02:00
svenadlung
40b8967063 docs: add new job 2022-10-17 14:57:43 +02:00
Eduard Castellano
1c493f3593
Cleanup linkifyjs when the editor is destroyed (#3316) 2022-10-17 12:58:04 +02:00
Nikita Konev
a966059dc0
Fixed using both color and highlight (#3311) 2022-10-17 12:57:53 +02:00
Luis Cateura
ac626c8e1e
Fixed dragged text not being deleted after drop on another editor (#3279)
* Fixed dragged text not being deleted after drop on another editor

* refactor code solved typescript errors

Co-authored-by: luis.feliu <luis.feliu@mentormate.com>
2022-10-17 12:56:40 +02:00
Martin Kriegeskorte
c729810767 bump demo rooms 2022-10-07 14:27:58 +02:00
Daniel Yuen
18ffa5e083
Fixed typo in docs (#3265)
Fixed typo in drawing.md docs.

want -> wanted
2022-10-06 16:01:48 +02:00
Niels Lanting
9ea1140458
docs: link YouTube node docs to proper GitHub url (#3283) 2022-10-06 15:55:30 +02:00
dependabot[bot]
6b0401c783
build(deps): bump d3-color from 3.0.1 to 3.1.0 in /demos (#3260)
Bumps [d3-color](https://github.com/d3/d3-color) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](https://github.com/d3/d3-color/compare/v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: d3-color
  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-30 04:52:54 +02:00
Dominik Biedebach
921bbdd4bb v2.0.0-beta.199 2022-09-30 04:43:37 +02:00
Dominik
69923e2b0e
fix(extension/link): 🐛 fix last word value not being passed through when undefined (#3258) 2022-09-30 04:40:33 +02:00
Dominik Biedebach
801b436d7a v2.0.0-beta.198 2022-09-29 15:20:55 +02:00
matrixbirds
04b9da4760
fix(suggestion): set default allowedPrefixes null (#3239)
Co-authored-by: Zoe.L <yang.li06@mihoyo.com>
2022-09-29 15:20:08 +02:00
Alberto Giunta
f6c6b67096
Fix #3032 (#3245) 2022-09-29 15:05:27 +02:00
hamflx
2f9ba324a0
fix(core): InputRules does not work for ranges containing multiple text nodes (#3205)
* fix: InputRules does not work for ranges containing multiple text nodes. #3071

* chore: rename `to` to `sliceEndPos`
2022-09-29 15:05:03 +02:00
Guy Marriott
539afce4fd
fix(link): ensure text blocks exist before referencing them (#3251)
Fixes #3250
2022-09-29 15:03:04 +02:00
Dominik Biedebach
be4cde0e02 v2.0.0-beta.197 2022-09-26 15:26:23 +02:00
Cameron Hessler
17a41da5a7
fix(core): Can() does not work for setting marks (#3223)
Previously, setting marks did no schema validation checks for dry runs
(like the `.can()` command). The `setMark` raw command will now properly
check if the mark is possible to be set given the editor node/mark
schema.

Co-authored-by: Cameron Hessler <cameron.hessler@buildertrend.com>
2022-09-26 14:56:25 +02:00
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