Skip to content

Latest commit

Β 

History

History
471 lines (274 loc) Β· 23.6 KB

CHANGELOG.md

File metadata and controls

471 lines (274 loc) Β· 23.6 KB

Changelog

1.20.3 (2024-01-26)

Full Changelog

Closed issues:

  • "next : question_name" doesn't work when passed as a rule from bot.talk() #200

Merged pull requests:

1.20.2 (2021-02-03)

Full Changelog

Closed issues:

  • Enter button at firefox #195

Merged pull requests:

1.20.1 (2019-08-04)

Full Changelog

Fixed bugs:

  • Skip doesn't accept boolean type #176

Closed issues:

  • An in-range update of fetch-mock is breaking the build 🚨 #169

Merged pull requests:

1.20.0 (2018-11-29)

Full Changelog

Implemented enhancements:

  • feature: run actions defined in options #165

Fixed bugs:

  • replyMessage doesn't respect the delay property #164

Closed issues:

  • Can i use this in an angular 5 app? #160
  • An in-range update of ts-jest is breaking the build 🚨 #155
  • An in-range update of rollup-plugin-commonjs is breaking the build 🚨 #154
  • An in-range update of @types/node is breaking the build 🚨 #152

1.19.2 (2018-09-25)

Full Changelog

Closed issues:

  • Is it possible to run a custom async validator? #157
  • how to use grouping rules with json format #150

Merged pull requests:

1.19.1 (2018-07-10)

Full Changelog

Fixed bugs:

  • mobile: chat losing scroll position on re-enable form #147

1.19.0 (2018-07-10)

Full Changelog

Implemented enhancements:

  • get specific value from output #141
  • compiled messages in (pre/post)actions value #140
  • support for rules without messages #138
  • async hear/talk methods #136

Fixed bugs:

  • fix unstable auto scroll down in conversation #146
  • fix unstable lock input #145
  • fix locked input in Single/MultipleChoice mode #144
  • fix scroll down on click options buttons #143
  • fix typo in MultipleChoice placeholder option #142
  • missing "string way" of preActions and postActions #139
  • fix jumping using "flow:name" #137

1.18.3 (2018-06-07)

Full Changelog

Closed issues:

  • Error on getNextFromRule when answer is defined but falsy #131
  • Version 10 of node.js has been released #123

Merged pull requests:

1.18.2 (2018-04-13)

Full Changelog

Fixed bugs:

  • polyfill "Set" collections #119

1.18.1 (2018-04-12)

Full Changelog

Fixed bugs:

  • replyMessage without delay #118
  • p-queue causing parser error due to "class" keyword #117

1.18.0 (2018-04-09)

Full Changelog

Closed issues:

  • SyntaxError in old Firefox versions #115

Merged pull requests:

1.17.0 (2018-03-17)

Full Changelog

Implemented enhancements:

  • feature: support for textarea using multiline prop #111
  • create/extend rule types with short mode #110
  • feature: skip rule based on conditional #104

Merged pull requests:

1.16.0 (2018-03-08)

Full Changelog

Fixed bugs:

  • fix rollup to build UI bundle without core #109

1.15.0 (2018-03-05)

Full Changelog

Fixed bugs:

  • fix broken published files #102

1.13.0 (2018-03-05)

Full Changelog

Fixed bugs:

  • dispatch events using a serial queue, ensuring the correct order #100

Merged pull requests:

1.12.1 (2018-03-05)

Full Changelog

Fixed bugs:

  • avoid restart user conversation on call the start method #99

Closed issues:

  • example: facebook integration #4

Merged pull requests:

1.12.0 (2018-02-21)

Full Changelog

Fixed bugs:

  • avoid reset store when session is called with the same sessionId #97
  • fix mutable store #96

Merged pull requests:

1.11.0 (2017-12-14)

Full Changelog

Implemented enhancements:

  • inherited delay in replyMessage #71
  • Add replyMessage as prop options from SingleChoice field #66

Fixed bugs:

  • Values in Single/Multiple Choice types aren't being respected #76
  • Scroll down in "Continue" link after select an option #70

Merged pull requests:

1.10.2 (2017-11-22)

Full Changelog

Closed issues:

  • Problems when executors from ext/types threw exceptions #67

Merged pull requests:

  • Revert "Fix bug in StringSearch execution after PauseException" #69 (andersonba)
  • Standardize use of throw bot.expections. #68 (rafaelverger)

1.10.1 (2017-11-16)

Full Changelog

Fixed bugs:

  • StringSearch type isn't working after selecting bubble from server's response #64

Closed issues:

  • Not firing custom validator? #63

Merged pull requests:

  • Fix bug in StringSearch execution after PauseException #65 (rafaelverger)

1.10.0 (2017-11-15)

Full Changelog

Implemented enhancements:

  • choose actions/validators using array of string [yaml] #60
  • Option's limitation for Multiple/Single choices fields #59
  • Extends UI from Core #57
  • jump to first rule of flow #50
  • add flows and rules to current chat instance #49
  • Split types into plugin modules #28

Fixed bugs:

  • Errors thrown in Controller.run after first run couldn't be handled #61
  • core: session doesn't reset and reindex correctly #55

Merged pull requests:

1.9.0 (2017-11-14)

Full Changelog

Implemented enhancements:

  • ui: add extra classes to identify rule type in bubble messages #53

Fixed bugs:

  • ui: do not scroll down to avoid breakdown of reading #54
  • rollup: fix bug on import UI lib #52
  • Invalid format for validator with regex #51

Closed issues:

  • example: using react component #5

Merged pull requests:

1.8.1 (2017-11-13)

Full Changelog

1.8.0 (2017-11-11)

Full Changelog

Implemented enhancements:

1.7.0 (2017-11-10)

Full Changelog

Implemented enhancements:

  • YveBot shouldn't throw an error when trying to re-define an existing action/type #39

Fixed bugs:

  • Some properties of bot's instances are statics! #38

Closed issues:

  • StringSearch validation fails when server result is 0 #44
  • Bundle analyzer #42

Merged pull requests:

1.6.0 (2017-11-09)

Full Changelog

Implemented enhancements:

  • feature: grouping rules into flows #40
  • user context support #37

Closed issues:

  • online IDE to build conversations #8
  • host the libs on CDN #7

1.5.0 (2017-11-07)

Full Changelog

Implemented enhancements:

  • core: improves actions flow #35
  • synonyms support #32
  • Customize time in bot typing #31

Fixed bugs:

  • ui: scroll down unstable when creating new message #34

Merged pull requests:

1.4.0 (2017-11-01)

Full Changelog

Implemented enhancements:

1.3.0 (2017-10-31)

Full Changelog

1.2.0 (2017-10-25)

Full Changelog

Implemented enhancements:

  • types: improves transform definition #24
  • Make rule.parser method an async function #20
  • show timestamp in conversation messages #16

Fixed bugs:

  • Webpack should compile server and client-side files differently #18

Merged pull requests:

1.1.0 (2017-10-20)

Full Changelog

Implemented enhancements:

  • Add bot name in the message #13
  • single/multiple-choices: support for compile message with option label #6

Fixed bugs:

  • option value is overwritten by label when value is nullable #11
  • fixing message #9 (marcosrjjunior)

Merged pull requests:

  • Fix jasmin bot tests #15 (tupy)
  • Add bot name to the message. close #13 #14 (tupy)
  • Avoid default value for label/value of SingleChoice field #12 (rafaelverger)

1.0.0 (2017-09-15)

Full Changelog

Closed issues:

  • tests: 100% coverage #3
  • run tests on ci #2
  • publish to npm #1

* This Changelog was automatically generated by github_changelog_generator