Skip to content

v2.1.0

Choose a tag to compare

@coder966 coder966 released this 17 Nov 12:04
· 182 commits to master since this release

[2.1.0] - 2022-08-06

Added

  • RruRadioInput: support grouped options
  • RruSelectInput: support grouped options
  • RruMultiSelectInput: support grouped options
  • RruMultiCheckboxInput: support grouped options
  • RruCheckboxInput: add isSwitch
  • RruForm: add id

Changed

  • RruForm: defer initial onChange validations until input has lost focus
  • RruDataTable: improve style

Fixed

  • RruModalButton: fix modalTitle not working
  • RruDateTimeInput: fix unable to change year
  • RruTextInput: fix empty string initial value becomes null
  • RruTextInput: fix error message not showing properly when page dir is different from input dir
  • RruTextareaInput: fix empty string initial value becomes null
  • RruTextareaInput: fix error message not showing properly when page dir is different from input dir