1.2.3
October 7th, 2024
- New Fieldtype handling updates to support latest Statamic fieldtypes
- New Custom fieldtypes and fieldtype icons now supported in Flexible Forms
1.2.2
October 7th, 2024
- Fix Update form builder publishable partial path
- Fix Form builder add field tooltips updated
1.2.0
October 6th, 2024
- New Flexible Forms specific permissions added
- New Form builder partial now has to be published via
php artisan vendor:publish --tag=flexible-forms-partial
- Fix Code tidying
1.1.6
August 27th, 2024
- New Styling updates to form fields.
- New Added default icon if field doesn't match icon list.
1.1.5
July 16th, 2024
- New Available fields position set to sticky for longer forms thanks to @mikemartin.
- New Add field option added to available fields to improve user experience for longer forms.
- Fix Fixed double reload bug when only form in form list was deleted.
1.1.4
July 12th, 2024
- New Dark mode support.
- Fix Reload page when deleting only form to return users to create form page.
1.0.9
July 2nd, 2024
- New Automatically publish config file and form partial on install.
- Fix Fixed form builder bug when config was missing.
1.0.7
July 2nd, 2024
- New Opinionated TailwindCSS form template added to speed up your form development.
- New Config added to allow you to hide fields from the form builder.
- New Required field icon added to form builder user-interface.
- New Inline option toggle added to the form builder for checkboxes and radio buttons.
- New Reserved words validation added to validate form field handles.
- Fix Display label visibility toggle fixed when no initial value set.
1.0.5
July 1st, 2024
- New Added sortable functionality to options section for select, checkboxes and radio buttons.
- Fix General code tidying.