bdbch
f6d7e00a74
fix(typography): require spaces after divisions to not break date formats ( #4696 )
2023-12-14 15:10:08 +01:00
Dominik Biedebach
e66160d774
remove auto assignees
2023-12-14 12:53:42 +01:00
Dominik Biedebach
b18d729101
v2.1.13
2023-11-30 18:04:49 +01:00
bdbch
ad7f659ed0
fix(react): fix performance regression because of select/deselect ( #4661 )
2023-11-30 18:03:53 +01:00
Jan Thurau
b2e3b7e23f
Merge pull request #4602 from C-Hess/fix/xss-youtube-risk
...
fix(extension-youtube) XSS risk with src tag
2023-11-20 19:52:06 +01:00
Cameron Hessler
e6947bad2d
fix(extension-youtube) fix lint
2023-11-20 18:48:22 +01:00
Cameron Hessler
1bd714a408
fix(extension-youtube) change regex to disallow non-youtube domains
2023-11-20 18:48:22 +01:00
Cameron Hessler
7debf2baf0
fix(extension-youtube) Add fix for link too
2023-11-20 18:48:22 +01:00
Cameron Hessler
04a11355a7
fix(extension-youtube) XSS risk with src tag
...
Fixes risks outline in #4600 by verifying that any src urls are valid
youtube URLs before rendering as HTML. My thoughts are that this attack
vector would be difficult to use because the attacker would have to have
a way to manipualte the TipTap payload in a manner that bypasses the
youtube extension's `setYoutubeVideo` command, which already checks for
valid URLs.
2023-11-20 18:48:22 +01:00
Jan Thurau
acbf47e5a7
Merge pull request #4297 from courthead/courthead-patch-1
...
Improve wording of menus.md
2023-11-17 12:47:53 +01:00
Jan Thurau
2eed5db3ed
Merge pull request #4374 from mmailaender/main
...
Add Tailwind Intellisense configuration to docs
2023-11-17 12:27:42 +01:00
Jan Thurau
b5a4ae1a2d
Merge pull request #4366 from y0ngdev/y0ngdev-patch-2
...
Update nuxt.md
2023-11-17 09:40:19 +01:00
Jan Thurau
3ecad9fa61
Merge pull request #4536 from hkuffel/develop
...
change wildly to widely
2023-11-17 09:40:14 +01:00
tiptapper
9707e164cc
Merge pull request #4531 from ueberdosis/bdbch/docs-transaction-addition
...
docs: add information about transaction mapping in chains
2023-11-17 09:38:25 +01:00
Jan Thurau
d3e56f2263
Merge pull request #4365 from y0ngdev/y0ngdev-patch-1
...
Update vue3.md
2023-11-17 09:37:42 +01:00
Jan Thurau
127a59540b
Merge pull request #4497 from EricHasegawa/patch-2
...
Fix typo
2023-11-17 09:26:58 +01:00
Jan Thurau
3742d1ba8e
Merge pull request #4624 from ueberdosis/feature/cloud-docs
...
Feature/cloud docs
2023-11-11 13:52:32 +01:00
Jan Thurau
44c344bf57
replace "xxx" by "YOUR_APP_ID"
2023-11-11 13:51:57 +01:00
Jan Thurau
33f3b428b6
docs/collab: adds note about axios, adds documentation on how to duplicate a document
2023-11-11 13:49:21 +01:00
Jan Thurau
7a7d386d4a
adds API call to GET a list of all available documents
2023-11-11 13:49:21 +01:00
Sven Adlung
c88209a50f
Update cloud.md
2023-11-11 13:49:21 +01:00
Jan Thurau
db8772efca
collab / cloud: adds documentation about the PATCH call
2023-11-11 13:49:21 +01:00
bdbch
6135f4387a
add docs for contentDOMElementTag
2023-11-02 17:15:23 +01:00
X
252acb32d2
docs(cdn): fix esm.sh url ( #4549 )
2023-10-20 09:03:59 +02:00
bdbch
1d4374581f
docs: add information about transaction mapping in chains
2023-10-12 18:20:55 +02:00
Dominik Biedebach
c1d0f30f47
fix clipboard is undefined issue
2023-10-11 17:22:26 +02:00
Dominik Biedebach
01135be60c
v2.1.12
2023-10-11 15:55:10 +02:00
bdbch
1a7b4280d2
fix(link): restore pasteHandler and add existing url check ( #4523 )
...
* fix(link): restore pasteHandler and add existing url check
* make pasteEvent optional
2023-10-11 15:54:14 +02:00
Eric Hasegawa
cb4b8b597f
Fix typo
2023-10-02 08:31:52 -07:00
Dominik Biedebach
025dfff1d9
added new labels
2023-09-29 14:38:23 +02:00
Dominik Biedebach
a78c3a194f
update links.yaml
2023-09-28 14:23:37 +02:00
svenadlung
74674e383a
improve GitHub issue templates
2023-09-25 09:16:37 +02:00
svenadlung
dabd691264
improve GitHub issue templates
2023-09-25 09:06:21 +02:00
bdbch
634cb68f6c
v2.1.11
2023-09-20 17:31:41 +02:00
bdbch
6aa755a04b
Revert "v2.2.11"
...
This reverts commit 99a5f2d77f
.
2023-09-20 17:30:40 +02:00
bdbch
99a5f2d77f
v2.2.11
2023-09-20 17:29:31 +02:00
bdbch
361a821245
feature(core): pass through paste event to pasteHandler getAttributes
( #4354 )
...
* add pass through of paste event for paste handlers
* remove unused pasteHandler.ts
* remove link extension from youtube demo
* added missing prop for handler
2023-09-20 17:23:43 +02:00
Dominik Biedebach
8b89b97d5b
v2.1.10
2023-09-15 15:43:55 +02:00
bdbch
2e199b0a59
Fix React and Vue NodeView renderers not adding correct selection classes ( #4452 )
...
* fix(react): add correct / remove selected class
* fix(vue-2): add correct / remove selected class
* fix(vue-3): add correct / remove selected class
2023-09-15 15:06:02 +02:00
Dominik Biedebach
a7156b347b
v.2.1.9
2023-09-14 17:35:24 +02:00
Dominik Biedebach
c6b72df6e8
chore: dont generate changelogs for rc versions
2023-09-14 17:27:46 +02:00
Manueljlin
74b6444388
fix: add missing attributes in extension-link ( #4429 )
...
Despite `rel` and `class` already being defined as an attribute in `addAttributes()`, the interface was missing these two particular attributes so it wasn't accessible when using TypeScript without workarounds.
2023-09-14 17:09:55 +02:00
Rufat Zeynalli
a13a8dfc96
docs(react): fix typo on React installation code block ( #4441 )
2023-09-14 16:35:49 +02:00
bdbch
6f218be6e4
v2.1.8
2023-09-04 21:40:25 +02:00
bdbch
5437814920
v2.1.7
2023-09-04 21:39:38 +02:00
Aldin Nezirić
73202a0afb
prevent opening link when clicking on selection containing a link ( #4346 )
...
* prevent opening link when clicking on selection containing a link
* Fix lint err
2023-09-04 21:38:11 +02:00
svenadlung
586e3c4ec7
docs: complete hard break shortcuts
2023-09-04 09:48:30 +02:00
svenadlung
f0965731a1
docs: complete hard break shortcuts
2023-09-04 09:44:21 +02:00
Eric Hasegawa
254ca1744d
docs(collaboration): fix typo in collaboration.md
2023-08-31 13:55:27 +02:00
svenadlung
9aa01a8413
docs(cloud): fix JSON representation key
2023-08-31 13:41:24 +02:00