Skip to content

Releases: SimplySayHi/surveyJS

v4.0.2

29 Dec 18:15

Choose a tag to compare

  • Update survey init as per formjs-plugin v5.4.0 internal update of "initialValues"

v4.0.1

15 Nov 08:10

Choose a tag to compare

  • Add eslint to dev dependencies
  • Fix issue of not imported dependency in validationEnd
  • Minor improvements

v4.0.0

10 Feb 21:22

Choose a tag to compare

  • Added method "destroy" to Lite version
  • Updated dependency: formJS v5.2.0+ ( full version only )
  • Switched usage of JS Event with CustomEvent

v3.0.2

14 Jan 10:44

Choose a tag to compare

  • Exported main versions as UMD instead of IIFE for better environments compatibility

v3.0.1

21 Dec 13:32

Choose a tag to compare

  • Fixed bug on fetch response not ok on ajax call during initalization

v3.0.0

03 Nov 21:04

Choose a tag to compare

  • 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

v2.0.4

15 Mar 11:12

Choose a tag to compare

  • Updated dev dependencies

v2.0.3

14 Mar 13:59

Choose a tag to compare

  • Updated dependency: formJS 3.3.2 ( new options are available )
  • Minor improvements

v2.0.2

22 Oct 10:35

Choose a tag to compare

  • Minor code improvements

v2.0.1

21 Oct 10:22

Choose a tag to compare

  • Project published on NPM.
  • Updated webpack config to export library as UMD Module.
  • Updated dependency: formJS 3.1.2
  • Removed "SurveyJS" as alternative namespace.