Skip to content

v0.9.1

Compare
Choose a tag to compare
@felixknox felixknox released this 09 Mar 15:49
· 577 commits to master since this release

Changelog v0.9.1

  • Refactor markup for better bottom alignment of content.

  • Bower package registered $ bower version conversational-form

  • add: cf-input-placeholder

  • Allow for multiple forms on same page, see examples/multi-form.html

  • Allow for manual start of form, see examples/manual-start.html

  • Scroll within ChatList (when items overflow)

  • Image in control elements, see examples/image-answers.html

  • Edit previous answer, you can now click on any previous submitted answer to go and edit that.

  • Fix empty form issue, examples/empty-form.html

  • When input is of password type, then write the password with ***

  • Multiline support in UserInput, changed UserInput from input to textarea.

  • Remove inline (base64) thumbnails from css, moved to cdn.

  • Bind app events to instance (so multiple instances don’t overlap)

  • Add instance stress test

  • Removed google font, use web-standard Helvetica Neue instead

  • Various optimisations

  • Allow for attribute onsubmit see examples/multi-form.html

  • fixed #75

  • fixed #58

  • fixed #57

  • fixed #60

  • fixed IE issues

  • fixed iOS issues

  • Added public method focus

  • Added logic to get FormData as a serialised object getFormData