- Modal dialog
- Add new callback action
SimpleModalBorder.OPENED
work when modal has opened - Add new layout option
animateScale
to scale the modal when open and close
- Add new callback action
- Extras
- LightDarkButton: add list support l&f
light
anddark
to auto install themes when switch - Add new
SlidePane
component (PR #19)
- LightDarkButton: add list support l&f
- Modal dialog
- Update drop shadow border use
insets
instead ofshadowSize
andshadowTopSize
(PR #16) - Default animation duration decreased from
350
to200
- Update drop shadow border use
- Drawer
- Embed drawer menu now apply border option
- Add new method
Drawer.getDrawerOption()
and use it instead ofDrawer.getDrawerBuilder().getOption()
- Default animation duration set to
300
- Menu item horizontal margin change from
7,7
to10,10
- Use
JTextPane
instead ofJTextArea
to avoid error layout when component is RTL (issues with layout) - Drawer now use shadow border
- Update form layout
- Quick search update layout and add new favorite option (PR #17)
- Add new frame footer and create new
MemoryBar
- Update form DateTimePicker
- Modal dialog
- Add new border option
borderWidth
andborderColor
(PR #14) - Add drop shadow border
- Slider layout changed with animation when
push
orpop
- Add new border option
- Drawer
- Support menu two mode
full
andcompact
- Add new drawer footer
LightDark Button
- Support menu two mode
- Extras
- Add new
LightDarkButton
- Add new
- Modal dialog
- Add new option
sliderDuration
- Add new
BorderOption
class - Move
round
option in classOption
toBorderOption
- Move
menuOption
instance to class SimpleDrawerBuilder and init in constructor - Modal background now paint as the component background and not allow
null
background
- Add new option
- Drawer
- Removed menu
headerSeparator
in default - Use
LightDarkButtonFooter
in default - Changed menu
header
layout to horizontal view
- Removed menu
- Modal dialog
- Fixed component not install when push modal
- Fixed layout
- Toast
- Fixed
ToastPanel
bordernull
when changed themes or UI updated
- Fixed
- Add
about
information - Updated select drawer menu when undo and redo form
- Fixed component not install when push modal
- Fixed component orientation
RTL
not update when show form
- Drawer
- add line style and menu selected color (PR #7)
- support for invoke menu event using
class
(PR #13)
- Fixed form search inconsistent search case-insensitive (issues #9) (PR #10)
- Updated change selected drawer menu item when open form by
quick-form-search
- Datetime picker library update to v1.4.0
- Modal dialog
- SimpleModalBorder
- add constructor to custom action type
- add modal action (PR #1)
- SimpleModalBorder
- Toast
- ToastStyle
- add new option
showCloseButton
- add new
customIcon
- add new option
- add method to update the message in toast promise callback (PR #2)
- ToastStyle
- Extras
- AvatarIcon: now support border option (PR #5)
- Modal dialog
- Modal
- change method
init()
toinstallComponent()
and it called when modal show
- change method
- Modal
- Drawer
- Method
closeDrawer()
now close with animation
- Method
- Modal dialog
- SimpleModalBorder: fixed some code to customizable
- Extras
- AvatarIcon: fixed image not painted center and size not affect when round value is 0
- Add custom modal message (PR #3)
- Add responsive layout (PR #4)
- Add form avatar icon (PR #5)
- Add quick form search (PR #6)
- Initial release