github verbb/formie 3.0.0-beta.4

latest releases: 3.0.7, 2.1.30, 3.0.6...
pre-release6 months ago

Breaking Changes

  • Change Field’s name to label for GraphQL queries.
  • Change Page’s name to label for GraphQL queries.

Added

  • Added new user interface for sub-field (Address, Date, and Name).
  • Added the ability to re-order sub-fields.
  • Added the ability to edit the full settings of sub-field fields.
  • Added the Field::enabled property to allow you to disable a field.
  • Added new verbb\formie\fields\subfields classes to better handle sub-field inner fields.
  • Added NestedField::EVENT_MODIFY_NESTED_FIELD_LAYOUT to modify the field layout of Nested or Sub-Fields.

Changed

  • Sub-fields now extend from the verbb\formie\base\SingleNestedField and inherit many behaviours from Group fields.
  • Phone fields are no longer verbb\formie\base\SubField fields.
  • Sub-field fields now store their field config in their own row in the formie_fields database table, under their own layout (page, row, field).
  • Update GraphQL interfaces for all fields to explicitly define fields to query. Previously these were automatically done via Reflection.

Fixed

  • Fixed submission values not being fetched correctly for Name, Address and Phone fields.
  • Fixed an issue where Dropdown fields were having their default options being overridden.
  • Fixed missing fields not showing the correct error in the form builder.
  • Fixed breadcrumb display when editing a submission in the control panel.
  • Fixed an error when uninstalling
  • Fixed FormKit table input with multiple same name fields.
  • Fixed ModifyFrontEndSubFieldsEvent case insensitivity.
  • Fixed content migration from Formie 2 not always respecting JSON columns, proving an issue for MariaDB installs.

Removed

  • Removed verbb\formie\events\ModifyFrontEndSubFieldsEvent.

Don't miss a new formie release

NewReleases is sending notifications on new releases.