Releases: prose-im/prose-core-views
Releases · prose-im/prose-core-views
0.32.0
- Preserve scroll position when restoring messages from history with
MessagingStore.restore()
[@valeriansaliou]. - Fix scroll position state issues when calling
MessagingStore.insert()
immediately afterMessagingStore.flush()
, without waiting for changes to be committed to the DOM [@valeriansaliou].
0.31.2
- Fix
MessagingStore.flush()
behavior, by clearing all internal states [@valeriansaliou].
0.31.1
- Improve CSS styles for Markdown code blocks [@valeriansaliou].
0.31.0
- Add CSS styles for Markdown elements (eg. code blocks) [@valeriansaliou].
0.30.2
- Add support for vertical image and video previews [@valeriansaliou].
0.30.1
- Fix text inner alignment issue in video preview duration timer container [@valeriansaliou].
0.30.0
⚠️ Breaking: movefiles[].size
andfiles[].duration
fields tofiles[].preview
inMessagingStoreMessageData
[@valeriansaliou].- Add an
url
optional field topreview
inMessagingStoreMessageData
, so that an image or video thumbnail using a smaller cover image can be shown [@valeriansaliou].
0.29.4
- Fix issue with generated message date groups, where a group from
yesterday
would sometimes be shown astoday
if there are less than 24 hours elapsed between the date and now [@valeriansaliou].
0.29.3
- Modernize style of image file previews, with rounder borders and improved mouse hover/active effects [@valeriansaliou].
0.29.2
- Increase image file previews fallback size to height of
180
[@valeriansaliou].