-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rich-text-editor): DLT-2237 add image extension to editor #589
Conversation
b13ce9f
to
2e64ff5
Compare
packages/dialtone-vue2/components/rich_text_editor/rich_text_editor.vue
Outdated
Show resolved
Hide resolved
merge in staging to fix the accessibility test issue. |
14ab8d7
to
c3699a4
Compare
Please add either the |
✔️ Deploy previews ready! |
Co-authored-by: Eugenia Mariotti <eugenia.mariotti@dialpad.com>
# [9.87.0](dialtone/v9.86.2...dialtone/v9.87.0) (2024-12-12) ### Bug Fixes * recipes css cleanup ([#581](#581)) ([ba85404](ba85404)) * **Rich Text Editor:** DP-116205 fix line break related issues ([#573](#573)) ([a204fd4](a204fd4)) ### Features * **Callbar Button:** DLT-2211 add passthrough tooltip props ([#578](#578)) ([66cf439](66cf439)) * **Emoji:** NO-JIRA update emoji-toolkit to 9.0 ([#587](#587)) ([9684377](9684377)) * **Rich Text Editor:** DLT-2237 add image extension to editor ([#589](#589)) ([72cff78](72cff78))
# [2.168.0](dialtone-vue2/v2.167.1...dialtone-vue2/v2.168.0) (2024-12-12) ### Bug Fixes * recipes css cleanup ([#581](#581)) ([ba85404](ba85404)) * **Rich Text Editor:** DP-116205 fix line break related issues ([#573](#573)) ([a204fd4](a204fd4)) ### Features * **Callbar Button:** DLT-2211 add passthrough tooltip props ([#578](#578)) ([66cf439](66cf439)) * **Emoji:** NO-JIRA update emoji-toolkit to 9.0 ([#587](#587)) ([9684377](9684377)) * **Rich Text Editor:** DLT-2237 add image extension to editor ([#589](#589)) ([72cff78](72cff78))
# [3.161.0](dialtone-vue3/v3.160.1...dialtone-vue3/v3.161.0) (2024-12-12) ### Bug Fixes * recipes css cleanup ([#581](#581)) ([ba85404](ba85404)) * **Rich Text Editor:** DP-116205 fix line break related issues ([#573](#573)) ([a204fd4](a204fd4)) ### Features * **Callbar Button:** DLT-2211 add passthrough tooltip props ([#578](#578)) ([66cf439](66cf439)) * **Emoji:** NO-JIRA update emoji-toolkit to 9.0 ([#587](#587)) ([9684377](9684377)) * **Rich Text Editor:** DLT-2237 add image extension to editor ([#589](#589)) ([72cff78](72cff78))
feat(rich-text-editor): DLT-2237 add image extension to editor
Obligatory GIF (super important!)
🛠️ Type Of Change
These types will increment the version number on release:
📖 Jira Ticket
DLT-2237
📖 Description
Added image extension to editor in order to be able to render images inside the editor.
For us to be able to support this we need to add the tiptap image extension to the editor.
💡 Context
We need this because as part of our implementation of the ‘forward’ feature for email, we want to add quotes to previous emails in the editor, and allow the user to edit the forwarded emails as desired.
However, the emails can contain inline images in the email body or as part of the email signatures, which would be included in the quotes.
📝 Checklist
For all PRs:
For all Vue changes:
./scripts/dialtone-vue-sync.sh
script. Read docs here: Dialtone Vue Sync Script📷 Screenshots / GIFs
🔗 Sources
tiptap image extension