Skip to content

Releases: prose-im/prose-core-views

0.32.0

22 Feb 01:22
0.32.0
1b9e727
Compare
Choose a tag to compare
  • Preserve scroll position when restoring messages from history with MessagingStore.restore() [@valeriansaliou].
  • Fix scroll position state issues when calling MessagingStore.insert() immediately after MessagingStore.flush(), without waiting for changes to be committed to the DOM [@valeriansaliou].

0.31.2

21 Feb 22:00
0.31.2
d2e8411
Compare
Choose a tag to compare
  • Fix MessagingStore.flush() behavior, by clearing all internal states [@valeriansaliou].

0.31.1

18 Feb 21:52
0.31.1
6e3c1b3
Compare
Choose a tag to compare

0.31.0

18 Feb 20:52
0.31.0
a95c2ad
Compare
Choose a tag to compare
  • Add CSS styles for Markdown elements (eg. code blocks) [@valeriansaliou].

0.30.2

14 Feb 19:17
0.30.2
e386173
Compare
Choose a tag to compare

0.30.1

14 Feb 18:51
0.30.1
adf71c0
Compare
Choose a tag to compare
  • Fix text inner alignment issue in video preview duration timer container [@valeriansaliou].

0.30.0

14 Feb 18:43
0.30.0
39b68a7
Compare
Choose a tag to compare
  • ⚠️ Breaking: move files[].size and files[].duration fields to files[].preview in MessagingStoreMessageData [@valeriansaliou].
  • Add an url optional field to preview in MessagingStoreMessageData, so that an image or video thumbnail using a smaller cover image can be shown [@valeriansaliou].

0.29.4

11 Feb 17:29
0.29.4
791a605
Compare
Choose a tag to compare
  • Fix issue with generated message date groups, where a group from yesterday would sometimes be shown as today if there are less than 24 hours elapsed between the date and now [@valeriansaliou].

0.29.3

11 Feb 16:52
0.29.3
053fba8
Compare
Choose a tag to compare
  • Modernize style of image file previews, with rounder borders and improved mouse hover/active effects [@valeriansaliou].

0.29.2

11 Feb 16:41
0.29.2
3f5763e
Compare
Choose a tag to compare
  • Increase image file previews fallback size to height of 180 [@valeriansaliou].