Skip to content

v2.1.0

Compare
Choose a tag to compare
@mcallegari10 mcallegari10 released this 21 Sep 20:40
· 250 commits to master since this release

v2.1.0 πŸ“¦ πŸŽ‰

  • Custom components
    Now it's possible for you to render custom components inside the chat
  • Full screen responsive
    In responsive mode, the chat will change to full screen as shown in #17
  • New methods to control widget behavior
    Now you have methods to control when the widget should open (as addressed in #15 ) and the possibility to block the user text input
  • New way to apply styles
    You will no longer need to create your styles in JS and use a prop to apply them, just use CSS to override the classes
  • Markdown is now supported
    It's supported for both user messages and response messages

New contributing file

If you are thinking in contributing with this project, please check out that file and learn how to do it πŸ˜„