This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
1.0.0
Added
- ability to change user passwords
- add default page background
- add environment list in doc
- show error message on homepage in case there is a problem with api connection
- new slider field type
- new card layout for forms
- field logic
- add environment config
- anonymous form submissions (fixes ohmyform/ohmyform#108)
- checkbox field type (fixed ohmyform/ohmyform#138)
Changed
- combined notificationts to become more versatile
- use exported hooks for graphql
- disable swipe gesture
- upgrade to nextjs 12
- change default value from value to defaultValue
- handle options and values as json correctly
- exclude empty submissions per default (ohmyform/ohmyform#153)
Fixed
- links at the bottom for new users
- fixes for hide contrib setting
- fix problem with node-prune on production build
- translation for prev / continue during form submission
- reload form list after adding new one (ohmyform/ohmyform#139)
- android screen size fix (ohmyform/ohmyform#114)
- sending finish mutation (#67)
- fix dev documentation (#65)
- remove next/image as it does not work with static exports (ohmyform/ohmyform#154)
- switch back to form.prefixName (ohmyform/ohmyform#150)
- upgrade all packages to latest versions
Security
- upgrad all packages