Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@si-mspooner si-mspooner released this 25 Apr 19:56
  • Adds ability to pass data back from success or error callback functions
  • Compatibility with outside CSS grid systems
  • Significant refactoring and optimizations to RepeaterFieldUi
  • Ability to use AutocompleteFieldUi without ProcessWire Pages (return data of any type)
  • Ensures that all field types have values populated through hidden fields even when they are set to read only (important for read only fields inside of repeaters)
  • Field::siblings() method added to easily select sibling fields in callback functions (especially useful in repeaters)
  • new MarkupFieldUi for adding arbitrary html markup between fields
  • Numerous bug fixes