Skip to main content

v0.18.0

0.18.0 - 2021-02-02

Added

  • Project

    • Added configuration to measure code coverage with LCOV #1232 and #1233.
    • Updated documentation for Shadow DOM, Webchat Storage and Handoff functionalities, #1246.
  • @botonic/react

    • New webchat features:
      • Added disabling buttons. Configurable at:
        • Theme level: theme.button.autodisable and theme.button.disabledstyle.
        • Component level: by passing the props autodisable and disabledstyle to Button components.

Changed

Fixed