1.20.3 (2024-01-26)
Closed issues:
- "next : question_name" doesn't work when passed as a rule from bot.talk() #200
Merged pull requests:
- Sanitize the user message before send #287 (inaciocorrea)
1.20.2 (2021-02-03)
Closed issues:
- Enter button at firefox #195
Merged pull requests:
- Bump mixin-deep from 1.3.1 to 1.3.2 #178 (dependabot[bot])
1.20.1 (2019-08-04)
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:
- fix falsy skip #177 (andersonba)
1.20.0 (2018-11-29)
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)
Closed issues:
- Is it possible to run a custom async validator? #157
- how to use grouping rules with json format #150
Merged pull requests:
- Allow validation functions to be asynchronous #158 (rafaelverger)
1.19.1 (2018-07-10)
Fixed bugs:
- mobile: chat losing scroll position on re-enable form #147
1.19.0 (2018-07-10)
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)
Closed issues:
- Error on getNextFromRule when answer is defined but falsy #131
- Version 10 of node.js has been released #123
Merged pull requests:
- Only skip option's answer if is undefined. FIX #131 #132 (rafaelverger)
- Update rollup to the latest version π #127 (greenkeeper[bot])
- Update to node 10 in .travis.yml #126 (andersonba)
- Update rollup-plugin-json to the latest version π #125 (greenkeeper[bot])
- Update @types/node to the latest version π #124 (greenkeeper[bot])
- Update ts-node to the latest version π #122 (greenkeeper[bot])
- Update rollup to the latest version π #121 (greenkeeper[bot])
- Update rollup-plugin-typescript2 to the latest version π #120 (greenkeeper[bot])
- Update bundlesize to the latest version π #114 (greenkeeper[bot])
1.18.2 (2018-04-13)
Fixed bugs:
- polyfill "Set" collections #119
1.18.1 (2018-04-12)
Fixed bugs:
1.18.0 (2018-04-09)
Closed issues:
- SyntaxError in old Firefox versions #115
Merged pull requests:
- Replace use of class by className #116 (rafaelverger)
- Update rollup to the latest version π #112 (greenkeeper[bot])
- Update rollup-plugin-typescript2 to the latest version π #107 (greenkeeper[bot])
- Update rollup-plugin-commonjs to the latest version π #103 (greenkeeper[bot])
1.17.0 (2018-03-17)
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:
- Add multline prop to support textarea #113 (cristianossd)
- Implementing skip property #108 (cristianossd)
1.16.0 (2018-03-08)
Fixed bugs:
- fix rollup to build UI bundle without core #109
1.15.0 (2018-03-05)
Fixed bugs:
- fix broken published files #102
1.13.0 (2018-03-05)
Fixed bugs:
- dispatch events using a serial queue, ensuring the correct order #100
Merged pull requests:
- serial events queue #101 (andersonba)
1.12.1 (2018-03-05)
Fixed bugs:
- avoid restart user conversation on call the start method #99
Closed issues:
- example: facebook integration #4
Merged pull requests:
- Update @types/fetch-mock to the latest version π #98 (greenkeeper[bot])
1.12.0 (2018-02-21)
Fixed bugs:
Merged pull requests:
- Greenkeeper/rollup plugin typescript2 0.11.1 #95 (andersonba)
- Greenkeeper/rollup 0.56.2 #94 (andersonba)
- Update ts-node to the latest version π #93 (greenkeeper[bot])
- Update bundlesize to the latest version π #90 (greenkeeper[bot])
- Update rollup to the latest version π #89 (greenkeeper[bot])
- Update fetch-mock to the latest version π #88 (greenkeeper[bot])
- Update rollup-plugin-uglify to the latest version π #87 (greenkeeper[bot])
- Update rollup-plugin-typescript2 to the latest version π #86 (greenkeeper[bot])
- Update rollup to the latest version π #85 (greenkeeper[bot])
- Update @types/node to the latest version π #84 (greenkeeper[bot])
- Update @types/jest to the latest version π #83 (greenkeeper[bot])
- Update rollup to the latest version π #82 (greenkeeper[bot])
- Update ts-jest to the latest version π #81 (greenkeeper[bot])
- Greenkeeper/jest 22.0.1 #80 (andersonba)
- Update rollup-plugin-typescript2 to the latest version π #78 (greenkeeper[bot])
1.11.0 (2017-12-14)
Implemented enhancements:
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:
- Force use of option.value in Single and Multiple Choice types #77 (rafaelverger)
- Greenkeeper/ts node 4.0.1 #75 (andersonba)
- Fix typo #73 (amandeepmittal)
- Update rollup to the latest version π #72 (greenkeeper[bot])
1.10.2 (2017-11-22)
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)
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)
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:
- Split types into optional extensions #56 (andersonba)
1.9.0 (2017-11-14)
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:
- Update dependencies to enable Greenkeeper π΄ #47 (greenkeeper[bot])
1.8.1 (2017-11-13)
1.8.0 (2017-11-11)
Implemented enhancements:
- Make the bot passive #41
- Passive mode support #46 (andersonba)
1.7.0 (2017-11-10)
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:
Merged pull requests:
- Fixing validation flow in StringSerach. Closes #44 #45 (rafaelverger)
1.6.0 (2017-11-09)
Implemented enhancements:
Closed issues:
1.5.0 (2017-11-07)
Implemented enhancements:
Fixed bugs:
- ui: scroll down unstable when creating new message #34
Merged pull requests:
- Synonyms #33 (andersonba)
1.4.0 (2017-11-01)
Implemented enhancements:
- String search type #29
- Create new field type: StringSearch #27 (rafaelverger)
1.3.0 (2017-10-31)
1.2.0 (2017-10-25)
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:
- Improve multi-executors RuleTypes flow #26 (rafaelverger)
- Missing changes on PR #23 #25 (rafaelverger)
- Big improvements in Types and receiveMessage handler #23 (rafaelverger)
- Expect Type.parser method to be an async function #22 (rafaelverger)
- Set webpack to have custom props for node and browser #19 (rafaelverger)
- Add timestamp to the message. Close #16 #17 (soueuls)
1.1.0 (2017-10-20)
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)
Closed issues:
* This Changelog was automatically generated by github_changelog_generator