Releases: prose-im/prose-core-views
Releases · prose-im/prose-core-views
0.35.2
- Make text more legible by increasing font size [@valeriansaliou].
- Various style improvements [@valeriansaliou].
0.35.1
- Fix link opening on native platforms, by preventing click event propagation [@valeriansaliou].
0.35.0
⚠️ Breaking: add the ability to get notified when the user clicks on a link, thus requesting a target URL to be opened, with themessage:link:open
event (the implementing application can then decide what to do) [@valeriansaliou].
0.34.3
- Fix colored XMPP URLs [@valeriansaliou].
0.34.2
- Add color to XMPP URLs [@valeriansaliou].
0.34.1
- Fix avatar initials not showing for single-letter user names [@valeriansaliou].
0.34.0
- Add
MessagingStore.scroll()
method, allowing to request a scroll to a target message [@valeriansaliou].
0.33.2
- Add
zoom-in
cursor to image and video preview thumbnails [@valeriansaliou].
0.33.1
- Fix avatars not showing anymore due to missing
mounted()
hook [@valeriansaliou].
0.33.0
- Add the ability to get notified when a message enters and leaves visible area, with the
message:history:view
event [@valeriansaliou].