github ansibleguy76/ansibleforms 6.2.0
v6.2.0

6 hours ago

Added

  • New list field type: a multi-row collection field where each row is edited via a subform drilldown. Supports nested lists, shared subforms, marker tracking (insertMarker, deleteMarker, updateMarker), column selection, soft-delete with undo, and full output modelling (noOutput, outputObject, model). Replaces the deprecated table field. (#379)
  • New subform property on yaml fields: when set, the field value is edited via a subform drilldown instead of a raw YAML editor, enabling structured single-object editing with full validation.
  • New subform form type: define reusable subforms (referenced by list and yaml fields) in the same forms file.
  • oauth2 swagger
  • build codes as part of the version

Fixed

  • Dependency bug, field reset not populated to dependent placeholders
  • oauth2 init after create

Deprecated

  • table field type is deprecated since 6.2.0. Existing table fields continue to work but show a deprecation warning. Migrate to the list field type combined with a subform.
  • tableFields / Tablefield property is deprecated since 6.2.0. Use the subform form type with regular formfields instead.
  • disableRelaunch: true (form property) is deprecated. Use allowRelaunch: false instead — positive naming, same effect.
  • noOutput: true (field property) is deprecated. Use output: false instead — positive naming, same effect.
  • enableLogin (role option) is deprecated. Use allowLogin instead — consistent with all other allow* role options.

Don't miss a new ansibleforms release

NewReleases is sending notifications on new releases.