Skip to content

0.3.0

Compare
Choose a tag to compare
@jakub-jedrusiak jakub-jedrusiak released this 21 Oct 12:56
· 24 commits to main since this release
e5e8a7e
  • Added a functional index.css file.
  • Matrix questions work as expected. Added the matrixDropdown question type.
  • Surveys, pages and panels are now iterable so they can be unpacked with the * operator.
  • Moved from yarn and webpack to bun, esbuild and hono which makes everything much faster.
  • Repleced the createStructure and buildForProduction args and methods (survey()) with a single build() as building is now quick enough to be done on the fly.

Full Changelog: v0.2.0...v0.3.0