Skip to content

v6.2.0

Choose a tag to compare

@DanC5 DanC5 released this 24 Jun 21:51
· 2397 commits to master since this release

πŸŽ‰ CSS VARIABLES THEMING! πŸŽ‰

  • We've replaced much of the library's hardcoded CSS with customizable variables #927
  • Variable support has been added for fonts, colors, border radius, padding, and margin
  • The Chat component now accepts a customStyles prop, an object type of CSS variables and value overrides
  • See the CSS and Theming section of our docs
    for an example of how to implement

Feature

  • Added error notification handling for failed deleted messages #1002
  • Added UI component override prop for MessageListNotifications #996

Chore

  • Refactor typing of Attachment components #995