|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.3.0 - Add Missing Mutations, the Consent Field, and more! |
| 4 | + |
| 5 | +This release focuses on adding in missing mutations for existing form field - including those needed for Post Creation. We also added support for the Consent field, and squashed some bugs. |
| 6 | + |
| 7 | +### New Field Support: Consent |
| 8 | +- Added `consentField` and `updateDraftEntryConsentFieldValue`. |
| 9 | + |
| 10 | +### New Field Mutations |
| 11 | +- Added `updateDraftEntryChainedSelectFieldValue` mutation. |
| 12 | +- Added `updateDraftEntryHiddenFieldValue` mutation. |
| 13 | +- Added `updateDraftEntryPostCategoryFieldValue` mutation. |
| 14 | +- Added `updateDraftEntryPostContentFieldValue` mutation. |
| 15 | +- Added `updateDraftEntryPostCustomFieldValue` mutation. |
| 16 | +- Added `updateDraftEntryPostTagsFieldValue` mutation. |
| 17 | +- Added `updateDraftEntryPostTitleFieldValue` mutation. |
| 18 | + |
| 19 | +### Added Field Properties |
| 20 | +- Added the `isHidden` property to `PasswordInput`. |
| 21 | + |
| 22 | +### Bugfixes |
| 23 | +- Changed the way we were saving the `listField` values for both single- and multi-column setups, so GF can read them correctly. |
| 24 | +- Fix a bug where a PHP Notice would be thrown when no `listField` value was submitted - even if the field was not required. |
| 25 | +- Fixed a bug that was preventing unused draft signature images from getting deleted. |
| 26 | +- Updated how we retrieve the signature url so we're no longer using deprecated functions. |
| 27 | + |
| 28 | +### Misc. |
| 29 | +- Renamed `ListInput` and `ListFieldValue` properties to something more sensical. `input.value.values` is now `input.value.rowValues`, and `fieldValue.listValues.value` is now `fieldValue.listValues.values`. The old property names will continue to work until further notice. |
| 30 | +- Updated composer dependencies. |
| 31 | + |
3 | 32 | ## v0.2.0 - Add / Deprecate Field Properties |
4 | 33 |
|
5 | | -This release focusds on adding in missing properties on the existing form fields, and deprecating any properties that aren't used by Gravity Forms. |
| 34 | +This release focuses on adding in missing properties on the existing form fields, and deprecating any properties that aren't used by Gravity Forms. |
6 | 35 |
|
7 | 36 | ### Added field properties: |
8 | 37 |
|
|
0 commit comments