v0.19.0
0.19.0
Enhancements made
- Restore the message edition UI #338 (@brichet, @ellisonbg)
- Lift the typing indicator out of the input component #304 (@brichet, @ellisonbg)
- Message as ymap in shared document #299 (@brichet)
Bugs fixed
- Prevent default drop behavior only if necessary #347 (@brichet, @jtpio)
- Open the chat when creating it from the menu #346 (@brichet, @jtpio)
Maintenance and upkeep improvements
- Remove use of deprecated pkg_resources #353 (@brichet)
- Bump webpack from 5.94.0 to 5.105.0 in the npm_and_yarn group across 1 directory #350 (@brichet)
- Bump the npm_and_yarn group across 2 directories with 1 update #342 (@brichet)
- Bump the npm_and_yarn group across 2 directories with 1 update #341 (@brichet)
Documentation improvements
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
(GitHub contributors page for this release)
@brichet (activity) | @ellisonbg (activity) | @jtpio (activity) | @nakul-py (activity)
Warning
This release includes some API/types changes in the frontend, due to #299.
The former interface IChatMessage has been replaced by the type IMessageContent.
The messages available in the frontend are interfaced by IMessage, extending IMessageContent with an additional signal emitting when the content is updated.