Skip to content

Releases: surveyjs/survey-creator

Toolbox customization

17 Feb 08:28
Compare
Choose a tag to compare

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

10 Feb 15:09
Compare
Choose a tag to compare

Add adaptive layout support and fix all known bugs.

Question Editors and new build system.

03 Feb 13:56
Compare
Choose a tag to compare
  1. Change the build system
    • Migrate from webpack v1 to v2 and as result remove gulp usage completely.
    • Migrate from typings to @types.
  2. 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.
  3. Several UI improvements,for example: property editor text becomes clickable.

All known bugs were fixed.

The maintain release

25 Jan 13:16
Compare
Choose a tag to compare

Small API improvements, support surveyjs library v0.10.4.
All found bugs were fixed.

The maintain release

22 Dec 18:43
Compare
Choose a tag to compare

Bug fixes and small API improvements needed to create examples: http://andrewtelnov.github.io/surveyjs.editor/

New design and question drag&drop improvements

09 Dec 09:29
Compare
Choose a tag to compare

Editor get a new design and question drag&drop has been heavily re-written.

Survey.Editor becomes UMD library

27 Oct 08:16
Compare
Choose a tag to compare

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

23 Sep 20:31
Compare
Choose a tag to compare

Added new property editors and the code was heavily refactored
Support the latest version of surveyjs: 0.9.12

Support surveyjs v0.9.10

02 Aug 07:53
Compare
Choose a tag to compare

Introduce Undo/Redo functionality.
Fix all reported bugs.