Skip to content

v3.0.0

Choose a tag to compare

@SimplySayHi SimplySayHi released this 03 Nov 21:04
· 44 commits to master since this release
  • Added Lite version
  • Huge refactoring of survey creation and related options
  • Survey class now extends Form class so it inherits all features
  • Updated dependency: formJS v4.3.0+
  • Switched bundler, from Webpack to Rollup and exported lib also as ES & SystemJS Modules
  • Switched "useLocalStorage" with "useWebStorage" option in "options". Now using session storage instead of local storage
  • Removed "hidden-privacy" in JSON data, and added "external": true, to set external questions
  • Removed method "init". It now runs inside instance call and emits event
  • Removed options.fieldOptions.validateOnEvents since it uses formJS default value
  • Removed some props from instance "internals"
  • Removed title and subtitle from JSON data and core functionality ( can be done manually )
  • Minor improvements and bugfixes