Releases: DJ-Raven/swing-datetime-picker
Releases · DJ-Raven/swing-datetime-picker
v2.1.3
New features and improvements
- DatePicker:
Changed
- Changed new datepicker and timepicker editor icon
Fixed bugs
- DatePicker:
- Fixed click option in PanelDateOption not working for single date when use date between mode (PR #25)
What's Changed
- Month Label by @Alexandr-Kokorin in #23
- Fix bug click option in PanelDateOption by @rodrigocananea in #25
New Contributors
- @Alexandr-Kokorin made their first contribution in #23
Full Changelog: v2.1.2...v2.1.3
v2.1.2
New features and improvements
- DatePicker:
- Add new method
getEditor()
return asJFormattedTextField
is editor has set
Changed
- TimePicker:
- Time header button AM and PM now use
Locale.ENGLISH
as string symbols
- Time header button AM and PM now use
Fixed bugs
- DatePicker:
- Fixed incorrect start day of week when
startWeekOnMonday
is true (issue #21)
- Fixed incorrect start day of week when
- TimePicker:
- Fixed incorrect selection location in 24 hour view.
What's Changed
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Changed
- DatePicker:
- Removed component fixed value size. (previous width:260, height:250)
- Add new option
selectionArc
default999f
Full Changelog: v2.1.0...v2.1.1
v2.1.0
New features and improvements
- DatePicker:
- Add new option
startWeekOnMonday
for show the monday is the start of the week (defaultfalse
) - Add new method
toDateSelectionView()
for show date selection state (show as current selected date. if selected
datenull
show as system current date) and this method call by default when show with popup
- Add new option
- TimePicker:
- Add new method
setHourSelectionView(boolean hourSelectionView)
iftrue
show hour selection state. iffalse
show minute selection state. and this method call by default when show with popup
- Add new method
- Date and Time Popup:
- Add new method:
showPopup(Component component)
to show datepicker or timePicker with popup without editorsetPopupSpace(Point popupSpace)
to set the popup space with component or editor
- Add new method:
Changed
- Add popup frame insets default
(5,5,5,5)
- FlatLaf: update to
v3.6
- Test: removed
flatlaf-fonts-roboto
and style properties in resources
Full Changelog: v2.0.0...v2.1.0
v2.0.0
New features and improvements
- DatePicker:
- When disabled, users can no longer change the date selection
- TimePicker:
Changed
- Rewrote and refactored existing code for improved readability and performance
- Move
raven.datetime.component.date.DatePicker
toraven.datetime.DatePicker
- Move
raven.datetime.component.time.TimePicker
toraven.datetime.TimePicker
What's Changed
- Refactor: rewrite code and update package structure by @DJ-Raven in #12
- TimePicker: add time selection able and editor input validation check by @DJ-Raven in #15
Full Changelog: v1.4.1...v2.0.0
v1.4.1
New features and improvements
- DatePicker:
- Add new option
animationEnabled
- Date popup in
SINGLE_DATE_SELECTED
mode, now auto close when double click - Add
PanelDateOptionLabel
to custom panel date option (PR #10)
- Add new option
Changed
- FlatLaf: update to v3.5.2
Fixed bugs
- DatePicker:
- Fixed editor input validation
- Miglayout use
novisualpadding
and set slider fix size as260,250
- TimePicker:
- Fixed
editor
not changed value when switch between24h
and12h
view
- Fixed
What's Changed
Full Changelog: 1.4.0...v1.4.1
1.4.0
New features and improvements
- DatePicker:
- Add editor input validation (PR #9)
Changed
- Miglayout: back to v5.3 to support java 8
What's Changed
Full Changelog: v1.3.0...1.4.0
1.3.0
New features and improvements
- DatePicker:
Fixed bugs
- PanelSlider
flush
image after end of animation - Fixed editor popup error when using JDialog
Full Changelog: v1.2.0...v1.3.0
v1.2.0
New features and improvements
- DatePicker:
- Add new method
selectCurrentMonth()
(PR #2)
- Add new method
- TimePicker:
- Add new method
setColor(Color color)
(issues #3)
- Add new method
- Popup menu will show inside the windows frame
- Add new method
setEditorIcon(Icon icon)
Fixed bugs
- DatePicker:
- Invert between date selected (when
date
is aftertoDate
) (PR #2) - Fixed
between date
resend value when editor value changed
- Invert between date selected (when
- TimePicker:
- Fixed event time changed not work while
am
orpm
changed in editor - Fixed time format by use
Locale.ENGLISH
(issues #4)
- Fixed event time changed not work while
- Fixed reset old editor to default after changed new editor
- Fixed event
SelectionListener
invoke only value changed