Skip to content

v2.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 16:00
· 12 commits to main since this release

New features and improvements

  • DatePicker:
    • Add new option defaultDateCellRenderer to custom date cell renderer (issue #18) and (PR #19)
    • Add global DatePicker.defaultWeekdays for change the default label weekdays (issue #20)
  • Add new method getEditor() return as JFormattedTextField is editor has set

Changed

  • TimePicker:
    • Time header button AM and PM now use Locale.ENGLISH as string symbols

Fixed bugs

  • DatePicker:
    • Fixed incorrect start day of week when startWeekOnMonday is true (issue #21)
  • TimePicker:
    • Fixed incorrect selection location in 24 hour view.

What's Changed

  • DatePicker: add new option defaultDateCellRenderer by @DJ-Raven in #19

Full Changelog: v2.1.1...v2.1.2