Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 15:23
· 67 commits to main since this release

0.19.0

(Full Changelog)

Enhancements made

Bugs fixed

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.