Skip to content

Question Editors and new build system.

Compare
Choose a tag to compare
@andrewtelnov andrewtelnov released this 03 Feb 13:56
· 8609 commits to master since this release
  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.