Skip to content

PatternFly Java 0.2.11

Choose a tag to compare

@github-actions github-actions released this 19 Nov 10:22
· 641 commits to main since this release
a1dca5e

Added

  • Add HasItems.item(String identifier)
  • Add HasItems.contains(String identifier)
  • HasItemsWithIdentifier and ComponentContext is now implemented by FormFormGroup
  • Add AlertGroup.toastAlertGroup() factory method
  • Add FormSelect.selectFirstValue() and FormSelect.containsValue()
  • Add Modal.closeOnEsc(boolean)
  • Add Tbody.clearEmpty()
  • Add TextArea.placeholder(String placeholder)
  • Add TextArea.onKeyup() and TextInput.onKeyup()
  • Add TreeViewItem.reload()
  • Add TreeViewItem.parent()

Changed

  • Change internal event handler for TextArea.onChange() and TextInput.onChange() from keyup to change
  • Rename InputGroupItem.addFormControl(FormControl control) to InputGroupItem.addControl(FormControl control)
  • Replace FormGroup.fieldId(String id) with FormGroup.formGroup(String identifier)
  • Replace yarn with npm

Fixed

  • Fix Panel.addMain(PanelMain)
  • Fix GridBreakpoint.none constant