Skip to content

Releases: MacaronFR/chatbot-editor

v1.2.2

Choose a tag to compare

@MacaronFR MacaronFR released this 06 Feb 10:34

Changes:

  • Rework save position to not move when editor not in full screen

v1.2.1

Choose a tag to compare

@MacaronFR MacaronFR released this 01 Feb 13:27

Fix build for deployement on npm

v1.2.0

Choose a tag to compare

@MacaronFR MacaronFR released this 01 Feb 13:23

Changes:

  • Use new format to save editor data
  • Use new format to save bot
  • Add configuration for bot name
  • Add configuration for bot theme

v1.1.0

Choose a tag to compare

@MacaronFR MacaronFR released this 17 Jan 12:46

Changes:

  • Remove validation and transformation of data in save, load, import and export functions
  • Remove init only first execution. On function change, the editor will launch the function.
  • Add autosaveInterval parameters. Work only if save function provided

1.0.3

Choose a tag to compare

@MacaronFR MacaronFR released this 12 Jan 10:18

Change:

  • Add init function to initialize data without user interaction

1.0.2

Choose a tag to compare

@MacaronFR MacaronFR released this 03 Jan 10:20

v1.0.2

Changelog

  • Change root component from <App/> to <ChatbotEditor/>
  • Update css so the app is sized relative to the container element and not the viewport (can integrate in other ap as part of screen)

1.0.1

Choose a tag to compare

@MacaronFR MacaronFR released this 02 Jan 10:37

v1.0.1
Changes:

  • Fix missing index.css

1.0.0

Choose a tag to compare

@MacaronFR MacaronFR released this 02 Jan 10:27

First deployed version on npm:
This editor allow you to visually edit a chatbot that will be exported to a json that can be requested and reaad by the chatbot library.
The chatbot support multi message, Answers, User Input, Inner data set and jump from a question to another.
Chatbot will start with the id start and end with the action end