Version 2.0.0

March 21, 2019

Added

  • Added the ability to pass an element to the render methods, thus simplifying setting the value from an exisiting element.

Changed

  • Changed the way the Twig API works, renderField(), renderSpecial() and formStart() now all take an options array instead of lots of paramaters.

This update will break existing templates, so please be sure to refer to the new documentation and upgrade your template code.

Version 1.0.3

March 13, 2019

Added

  • Added the option to change the submit text in the Vue API via the submitText and submittingText props

Changed

  • Moved the instructions inside the label for fields

Fixed

  • Fixed an invlid exception declaration

Version 1.0.2

February 14, 2019

Changed

  • Updated to the Craft license

Version 1.0.1

February 14, 2019

Fixed

  • Fixed an issue where the plugin wasn’t picking up valid CraftQL env vars

Version 1.0.0

February 14, 2019

Added

  • Initial release