mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
7 lines
253 B
Markdown
7 lines
253 B
Markdown
---
|
|
"@tiptap/extension-link": patch
|
|
"tiptap-demos": patch
|
|
---
|
|
|
|
The link extension's `validate` option now applies to both auto-linking and XSS mitigation. While, the new `shouldAutoLink` option is used to disable auto linking on an otherwise valid url.
|