Releases: SimplySayHi/surveyJS
Releases · SimplySayHi/surveyJS
v4.0.2
v4.0.1
- Add eslint to dev dependencies
- Fix issue of not imported dependency in validationEnd
- Minor improvements
v4.0.0
- 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
- Exported main versions as UMD instead of IIFE for better environments compatibility
v3.0.1
- Fixed bug on fetch response not ok on ajax call during initalization
v3.0.0
- 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
- Updated dev dependencies
v2.0.3
- Updated dependency: formJS 3.3.2 ( new options are available )
- Minor improvements
v2.0.2
- Minor code improvements
v2.0.1
- Project published on NPM.
- Updated webpack config to export library as UMD Module.
- Updated dependency: formJS 3.1.2
- Removed "SurveyJS" as alternative namespace.