All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added the ability to pass an element to the render methods, thus simplifying setting the value from an exisiting element.
- Changed the way the Twig API works,
renderField()
,renderSpecial()
andformStart()
now all take an options array instead of lots of paramaters.
{warning} This update will break existing templates, so please be sure to refer to the new documentation and upgrade your template code.
- Added the option to change the submit text in the Vue API via the
submitText
andsubmittingText
props
- Moved the instructions inside the label for fields
- Fixed an invlid exception declaration
- Updated to the Craft license
- Fixed an issue where the plugin wasn’t picking up valid CraftQL env vars
- Initial release