Skip to content

Releases: prose-im/prose-core-views

0.4.0

29 Jun 10:14
2772c57
Compare
Choose a tag to compare
  • Add support for internationalization (with initial locales: English and French) [@valeriansaliou].
  • Localize all relative dates (eg. Today) [@valeriansaliou].

0.3.0

28 Jun 09:21
6221cb7
Compare
Choose a tag to compare
  • Use a fallback avatar if a message author has no avatar set (with a sticky color and name initials) [@valeriansaliou].

0.2.4

27 Jun 15:05
d9f56ac
Compare
Choose a tag to compare
  • Reworked file messages, so that non-image files are now supported as well [@valeriansaliou].
  • Fixed avatar default background color when hovering a message [@valeriansaliou].
  • Auto-detect Dark Mode user preferences when the view launches [@valeriansaliou].

0.2.3

27 Jun 11:09
17dbe32
Compare
Choose a tag to compare
  • Message data model validation is now stricter, requiring from.jid to be set [@valeriansaliou].
  • Allow empty avatars and user names in messages, with graceful UI fallbacks [@valeriansaliou].

0.2.2

27 Jun 11:00
beccadb
Compare
Choose a tag to compare
  • Reworked the message rendering pipeline, which is now using re-usable templates [@valeriansaliou].

0.2.1

27 Jun 10:07
38aaed9
Compare
Choose a tag to compare

0.2.0

27 Jun 09:54
6d33ea2
Compare
Choose a tag to compare
  • Introduce the MessagingContext programmatic API (used to tune options at runtime) [@valeriansaliou].
  • Add support for Dark Mode, via MessagingContext.setStyleTheme("dark") [@valeriansaliou].

0.1.3

25 Jun 15:46
ace1ede
Compare
Choose a tag to compare
  • Fix critical regression on MessagingStore.retract() and MessagingStore.update() (introduced when reworking MessagingStore.resolve() return value) [@valeriansaliou].
  • Auto-inject fixtures in development mode [@valeriansaliou].
  • Do not include sandbox fixtures in production builds [@valeriansaliou].

0.1.2

25 Jun 13:46
3acba70
Compare
Choose a tag to compare
  • Ensure all builds start from an empty dist/ folder state [@valeriansaliou].
  • Move index.html to messaging.html in dist/ folder output [@valeriansaliou].

0.1.1

25 Jun 11:43
886bf17
Compare
Choose a tag to compare
  • Refactor how individual messages are distinguished from their parent entries in the store [@valeriansaliou].
  • Stabilize the MessagingStore API and associated data models [@valeriansaliou].
  • Improved rendering performances (re-render message groups only when needed) [@valeriansaliou].