Skip to content

Commit

Permalink
feat: add @tiptap/extension-image, @tiptap/extension-link and cookie-…
Browse files Browse the repository at this point in the history
…es (#202)

[skip ci]

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
  - Added support for image and link extensions in the text editor.
  - Integrated new cookie handling capabilities.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: xja <xiaojunan@haomo-studio.com>
Co-authored-by: fengmk2 <suqian.yf@antgroup.com>
  • Loading branch information
3 people committed Jul 11, 2024
1 parent e65c78a commit 6097cff
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18392,6 +18392,15 @@
"@tiptap/starter-kit": {
"version": "*"
},
"@tiptap/extension-image":{
"version": "*"
},
"@tiptap/extension-link":{
"version": "*"
},
"cookie-es":{
"version": "*"
},
"vue-flatpickr-component": {
"version": "*"
},
Expand All @@ -18402,4 +18411,4 @@
"version": "*"
}
}
}
}

0 comments on commit 6097cff

Please sign in to comment.