Skip to content

Releases: Jaxolotl/ussd-flow-mock

0.6.2

02 Nov 19:45
Compare
Choose a tag to compare

Add "See it in action" section in documentation

0.6.0

13 Jul 15:35
Compare
Choose a tag to compare

ChangeLog
Changes incorporated from feedback to improve non technical users dev experience (e.g. prefer repeating code instead of reusing arrays through map)

  • add ES5/ES6 related note to documentation
  • refactor flow to improve readability for non technical users

0.5.0

08 Jul 20:23
Compare
Choose a tag to compare

ChangeLog

  • replace "cons/let declarations" and "named arrow function expressions" with "var declarations" and "named function declarations" to avoid non ES6 users deal with TDZ
  • remove unnecessary and misleading dataset default value for render function
  • add documentation

0.3.0

07 Jul 16:00
Compare
Choose a tag to compare

ChangeLog

  • ui adapts to viewport (I'm really rusty with css :( will improve the proportions asap)

0.2.0

06 Jul 21:40
Compare
Choose a tag to compare

ChangeLog

  • add async transition flow
  • add "connecting" transition
  • add "non zero starting" and "non consecutive" option number support for displaying options
  • add multichar answer support
  • add "answerStandby" status (replaces answerIdle)
  • add handler for quick answers skipping intermediate "click answer button" action step