New
New UI, Improved animations and a few new features
We have implemented a new UI with improved animations. We hope you enjoy.
Breaking changes
- Only ConversationalForm was exported before making it hard to implement
EventDispatcherandFlowEventsusing imports. Now imports should look like:import { ConversationalForm, FlowEvents, EventDispatcher } from 'conversational-form'; - The use of eval() when calling custom validation and onSubmitCallback methods has been removed and all function must be found on window. See updated docs on Validation.
Other changes worth mentioning
- A new set of prebuilt themes has been added. Can be changed using the
themeoption. See docs. - You can now add a progressBar by using the UI option
showProgressBar. See docs. - The option
scrollAccelerationwas misspelled #268 - Validation: support for
maxandminattributes on input elements - Validation: input type
emailis now validated using pattern from emailregex.com - Support for
listattribute on input elements. Native autocomplete using datalists.
As always - If you experience any issues or need support please submit an issue.