Releases: prose-im/prose-core-views
Releases · prose-im/prose-core-views
0.51.0
⚠️ Breaking: RenameMessagingContext.getAccountJID()
toMessagingContext.getAccountUserId()
[@valeriansaliou].⚠️ Breaking: RenameMessagingContext.setAccountJID()
toMessagingContext.setAccountUserId()
[@valeriansaliou].- Move identities away from JIDs to abstract user identifiers [@valeriansaliou].
0.50.1
- Fix small size code blocks taking up all available width [@valeriansaliou].
0.50.0
- Completely rework the way messages are stored internally (store them in per-day groups instead of a flat vector) [@valeriansaliou].
- Fix edge case issues with the sticky date separator indicator [@valeriansaliou].
0.49.0
- Improve the style of the date separator indicator [@valeriansaliou].
- Make the date separator indicator sticky when scrolling [@valeriansaliou].
0.48.1
- Fix the loading of syntax highlighting languages on
file://
protocol environments (since dynamicimport()
do not seem to work there) [@valeriansaliou].
0.48.0
- Add code blocks syntax highlighting [@valeriansaliou].
0.47.1
- Improve formatted message content rendering [@valeriansaliou].
0.47.0
⚠️ Breaking: Markdown formatting is not done by the views anymore, and should now be passed as HTML in theformatted
property of a message [@valeriansaliou].
0.46.1
- Normalize top margin for all Markdown titles [@valeriansaliou].
0.46.0
- Normalize font size for all Markdown titles [@valeriansaliou].