GetStream / stream-chat-angular

💬 Angular Chat SDK ➜ Stream Chat. Build a chat app with ease.
https://getstream.io/chat/sdk/angular/
53 stars 32 forks source link

Allow pasting images with ctrl + v #627

Closed ilyakonrad closed 1 month ago

ilyakonrad commented 3 months ago

Just got a request to support attaching images through ctrl + v which could help use images in chats quicker by not having to download them.

szuperaz commented 3 months ago

I agree, this makes sense. I can't give you an ETA, I'll try to implement this in the second half of September, but it might get pushed to Q4.

In the meantime, you can try to build this yourself, but it requires some DOM API queries into the internals of SDK components which can hurt maintainability:

ilyakonrad commented 2 months ago

Thanks a lot, I'll wait for the official implementation ☺️

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 5.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

ilyakonrad commented 1 month ago

@szuperaz It seems to have broken pasting of text.

ilyakonrad commented 1 month ago

Nevermind, works in the latest version.