Skip to content

v7.0.0

Choose a tag to compare

@aerni aerni released this 03 Feb 19:44
· 62 commits to main since this release

What's new

  • Added the ability to autoload field views by handle #31
  • Don't submit values of conditionally hidden fields #30
  • Added French translations #29
  • Added support for Statamic 3.4

What's breaking

The data flow behavior introduced with PR #30 is technically a breaking change. If you rely on the values of hidden fields to be submitted, you should add always_save: true to the fields in question.