Releases: reachweb/statamic-easy-forms
Releases · reachweb/statamic-easy-forms
v2.0.1
v2.0.0
- New field type:
Grid. We added support for Statamic's Grid field and brought it to the frontend, making it easy to add "repeater"-style fields where users can add multiple sets of the same fields. Comes with validation support, min/max rows, and dynamic row control from another field. - Support for the
Groupfield: Statamic added the Group field to the frontend in v6, and this version adds support for it. Conditions also work, so you can show or hide entire field groups based on them. - Laravel Boost guidelines: Added support for Laravel Boost so that your favorite LLM can get information about Easy Forms to help you use the addon.
- Fixed 25% and 33% widths not respected.
Please note that the templates need to be updated for this upgrade to work if you intent to use the new features. Read the docs for more information.
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.1
v1.5.0
- Automatic URL tracking parameter capture for conversion attribution (Google Ads gclid, gbraid, wbraid).
Read more at the docs. - Improve the
viewparameter so that it accepts just the view name and automatically loads it from the vendor folder. You can can now doview="custom"instead ofview="form/_custom".
v1.4.1
v1.4.0
- Added the form handle in each form id and label to differentiate when forms are loaded in the same page and use the same field handles.
- Added the
instanceparameter to the tag so that multiple exact same forms can be loaded in the same page. - Fixed loading the forms inside a Livewire component.
- Fixed the background of the
dictionarynot using the correct Tailwind class.
To correctly apply this update almost all templates need to be edited in order to add the new variables. However if you are not using multiple forms in the same page the changes are not strictly required.
You can see what has changed in each file in the full changelog:
v1.3.1...v1.4.0