Releases: surveyjs/survey-creator
Toolbox customization
The current release allows you fully control the question Toolbox. Here is the demo.
The release supports surveyjs Library v0.12.0.
All known bugs have been fixed.
The maintain release
Add adaptive layout support and fix all known bugs.
Question Editors and new build system.
- Change the build system
- Migrate from webpack v1 to v2 and as result remove gulp usage completely.
- Migrate from typings to @types.
- The Question Editors were introduced. It should improve the End-User experience greatly. The Question Editors are extendable. You may override any Question Editor or introduce a new one. If a developer decide to remove/hide a property, it is not shown in the Question Editors as well.
- Several UI improvements,for example: property editor text becomes clickable.
All known bugs were fixed.
The maintain release
Small API improvements, support surveyjs library v0.10.4.
All found bugs were fixed.
The maintain release
Bug fixes and small API improvements needed to create examples: http://andrewtelnov.github.io/surveyjs.editor/
New design and question drag&drop improvements
Editor get a new design and question drag&drop has been heavily re-written.
Survey.Editor becomes UMD library
We are using Webpack to make survey.editor an UMD library.
Editor supports the latest surveyjs library v0.10.0
All known bugs are fixed.
Property Editors are fully rewritten
Added new property editors and the code was heavily refactored
Support the latest version of surveyjs: 0.9.12
Support surveyjs v0.9.10
Introduce Undo/Redo functionality.
Fix all reported bugs.