Skip to content

6.5.0

Choose a tag to compare

@TheJuki TheJuki released this 25 Jan 20:33
· 175 commits to master since this release

Breaking changes:

  • Button text is not centered by default. Set centerText to true to center the text.
  • "padding" in the segmented form element has been renamed to radioButtonPadding

Fixes:

  • #163 Fix issue where the segmented radio buttons may not align to the top. Added radioGroupWrapContent, radioButtonWidth, and radioButtonHeight to assist with fixed sizing for the buttons.
  • #164 Added titlePadding and padding to assist with squeezing the icon and text together.
  • #167 Setting the titleIcon on a button form element will set the button's drawable. Use padding to squeeze the icon and text together.
  • #169 Added displayNewValue() function. This function is called when the value changes to display the new value specific to the form element.