Skip to main content

v0.19.0

0.19.0 - 2021-07-29

Added

  • Project

    • Added @botonic/plugin-google-translation: Translating user inputs text and detect its languages.
    • Added new packages with common configurations for bot development encapsulating logic that may be not relevant to the developer but keeping them extendable.
    • Added new NLP packages with improved training scripts, improved intent classification and new entities detection feature:
    • Added new packages for incoming Botonic 1.0:
  • @botonic/react

    • Added onConnectionChange event listener that will be triggered when connection status of websocket changes.
    • Added new Raw component to directly send JSON payloads to connected messaging APIs and allow access to all of their features.
    • Improved buttons support in Multichannel components and allow displaying them in Whatsapp. #1699
    • Added experimental directory for Botonic 1.0. #1701

Changed

  • @botonic/cli

    • Improved telemetry. #1305, #1307, #1342
    • Removed force flag (default behavior is to always deploy your bot bundle), improved error handling and minor refactor. #1321

Fixed