Skip to content

v3.20.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 03:54
· 41 commits to master since this release

3.20.0 (2025-06-13)

Bug Fixes

  • add fieldName as a 4th field to the onAddOption callback optionInfo parameter (6142fb5)
  • allow an array index to be included in input name (50bc40c)
  • don't append fields twice to the container causing unnecessary dom churn (9d7abf0)
  • exclude double clicks on anchors from triggering stage closure (5f3b46e)
  • improve documentation for onAddOption (84bccf0)
  • improve the layout for stage options using flexbox (b809a57)
  • label.field-label needs to be inline to ensure required and help icon are on same line (42dd570)
  • options attribute is stored in 'values' key, custom options are stored in attribute name key (76de3f0)
  • remove extra brace from demo doc (a0d4938)

Features

  • Allow custom controls to add one or more Option based attributes (431519c)