0.3.0
- 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
andbuildForProduction
args and methods (survey()
) with a singlebuild()
as building is now quick enough to be done on the fly.
Full Changelog: v0.2.0...v0.3.0