Skip to content

Releases: dialogflowchatbot/dialogflow

v1.9.3

26 Feb 03:23
Compare
Choose a tag to compare

What's new?

  • Migrated introductory text and images to another project
  • The guide page has been simply reconstructed to allow canvas workers to get started with their work as quickly as possible.
  • Due to the migration of some static files, the final execution file size is reduced.

v1.9.2 has been released!

18 Jan 02:49
239dd75
Compare
Choose a tag to compare

What's new?

  • Reduced front-end file size and improved page loading and display speed
  • Replaced some front-end icons

v1.9.1 has been released!

16 Jan 08:55
04d7df6
Compare
Choose a tag to compare

What's new?

  • The value judged by the condition node can be compared with the value of the variable
  • Fixed an issue where nodes were in the wrong position on the canvas
  • Fixed an issue where text was not displayed when dialogue nodes were loaded
  • Upgraded some dependencies

v1.9.0 has been released!

06 Jan 08:38
6ac1122
Compare
Choose a tag to compare

Hi everyone, Dialog flow chat bot v1.9.0 has been released!

In this release:

  • Upgrades many dependencies
  • Fixed some minor problems
  • The most important thing: it's open sourced!

v1.8.0 has been released!

25 Nov 09:33
Compare
Choose a tag to compare

Variables now take data entered by the user and can also set constant values

sources of variable

v1.7.0 has been released!

10 Nov 10:53
Compare
Choose a tag to compare

What's new?

Variables now can retrieve data from external HTTP APIs by using JSON Pointer or CSS Selector

JSON Pointer sample

JSON Pointer

CSS Selector sample

CSS Selector

v1.6.0 has been released!

08 Nov 09:13
Compare
Choose a tag to compare

What's new?

Rich text editor

Dialog node added a rich text editor, which can insert image, table etc., also can set font size, font color, header etc.

External HTTP node

By using this node, you can send data of flow variables to external HTTP URLs

What's next?

Next, flow variables can retrieve data from external HTTP URLs

1.2.7 has been released

21 Sep 04:11
2c50c3f
Compare
Choose a tag to compare

Fixed main flow page bug
Added a step by step tutorial

Ver 1.2.6 has been released

05 Sep 09:13
2c50c3f
Compare
Choose a tag to compare

Changed some front end pages

v1.2.5

31 Aug 05:37
2c50c3f
Compare
Choose a tag to compare

Added a new feature: Main flow which can contains many sub-flows.