Releases: LGoodDatePicker/LGoodDatePicker
Releases · LGoodDatePicker/LGoodDatePicker
LGoodDatePicker 11.2.1
About Central Repository releases
This release was published to the Maven Central Repository on 2021-03-17
Enhancements in this release:
This is a bug fix release only
Bug fixes in this release:
- Fix for issue #122
JarInputStream
could not detect the MANIFEST.MF file within our LGoodDatePicker release JAR files.
As a result Gradle would not detect the manifest and itsAutomatic-Module-Name
attribute.
Since we slightly altered our packaging process to fix this issue: Please notify us if you have any issues with our new packages.
LGoodDatePicker 11.2.0
About Central Repository releases
This release was published to the Maven Central Repository on 2021-02-28
Enhancements in this release:
- Colors of the date and time picker in disabled state can now be customized, contributed by @vorlo
- New localization: Icelandic, contributed by @bjorndarri
Bug fixes in this release:
- Fix for issue #110 month and year menu of
CalendarPanel
don't close when clicked a second time while the popup is open.
LGoodDatePicker 11.1.0
Central Repository releases
This release was published to the Maven Central Repository on 2020-09-30
Enhancements in this release:
- It is now possible to customize the colors used when the mouse hover highlight is active for labels (clear/today/year/month) on the calendar panel:
this feature was contributed by @YlaSplinter
dateSettings.setColor(DateArea.BackgroundCalendarPanelLabelsOnHover, /*your background color used during highlighing*/ ); dateSettings.setColor(DateArea.TextCalendarPanelLabelsOnHover, /*your text color used during highlighing*/);
LGoodDatePicker 11.0.2
About Central Repository releases
This release was published to the Maven Central Repository on 2020-09-05
Enhancements in this release:
This is a bug fix release only
Bug fixes in this release:
- Fix for custom clock setting not being applied to
TimePicker.setTimeToNow()
method - Fix for
NullPointerException
is thrown ifTimePicker.setText(null)
called - Fix for issue #102
NullPointerException
is thrown ifnew CalendarPanel()
called
LGoodDatePicker 11.0.0
Enhancements in this release:
- Added new feature:
DatePickerSettings.setClock()
.
This function enables a programmer to set the clock used to calculate the date value displayed in the calendar panel usingYearMonth.now(datePickerSettings.getClock())
. Contributed by @ArchieBlack
Bug fixes in this release:
- Fixed issue #82 "Closing window with currently opened date picker pop up yields exception"
- Fixed two problems related to date parsing:
- Case sensitive date formats were always invalid.
- Release
10.4.1
introduced an issue that date formats usingyyyy
(YearOfEra) instead ofuuuu
(year) oryyyy G
(YearOfEra with added Era identifier) were not recognized as valid.
- The above items fixed the following issue reports:
LGoodDatePicker 10.4.1
Enhancements in this release:
- Added new feature: DatePickerSettings.setDefaultYearMonth().
This function enables a programmer to set the default year and month displayed in the calendar window, to be a value besides YearMonth.now(). - Added the JSR 376 'Automatic-Module-Name' to MANIFEST.MF.
- Fixed issue #60. "Issue with validating DateTimeFormatter.ofPattern('ddMMyyyy')".
- Fixed issue #61. "Calendar panel drawing issue on MacOS"
- Add two DatePickers to the FullDemo class, to document functionality asked about in issues #60 and #65.
LGoodDatePicker 10.3.1
Enhancements in this release:
- Added listener notifications for changes to the YearMonth.
API change note: The "CalendarSelectionListener" class was renamed to "CalendarListener".
(This completes Feature Request #54.) - Added the function "getDisplayedYearMonth()" to the DatePicker.
(This completes Feature Request #53.) - Added the colors for the selected date to the customizable colors in the DatePickerSettings.
(This completes Feature Request #55. Thanks @ArchieBlack) - Enhanced the pom file to allow developers to optionally build the project from source, without first installing the GPG signing tools. (Thanks @decenthappiness)
This version was also released on Maven Central, and as an LGoodDatePicker Backport.
LGoodDatePicker 10.2.3
Enhancements in this release:
- Added the option to change all Date Picker fonts and colors, in DatePickerSettings.
(This completes Feature Request #35, and Issue #51.) - Increased the default acceleration speed for the time picker spinner buttons.
(This completes Feature Request #34.) - Added the Norwegian language to the translations.
(Thanks @Jarand95.)
This version was also released on Maven Central, and as an LGoodDatePicker Backport.
LGoodDatePicker 10.1.2
Enhancements in this release:
- Fixed a bug that was occurring under some versions of MacOSX (aka "macOS"), with Java 8 update 121 or higher, where the date field would not populate when a date was selected using the mouse. (Issue #49)
LGoodDatePicker 8.3.0
Enhancements in this release:
- Fixed an bug that was occurring under some versions of Linux, where the DatePicker could close without populating the date text field.
- Added the Finnish language to the translations.
- Added getBaseline() functions to the picker components for improving control of form layouts.
This version was also released on Maven Central, and as an LGoodDatePicker Backport.