Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 15:50
· 62 commits to main since this release

New features and improvements

  • 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
  • Extras
    • LightDarkButton: add list support l&f light and dark to auto install themes when switch
    • Add new SlidePane component (PR #19)

Changed

  • Modal dialog
    • Update drop shadow border use insets instead of shadowSize and shadowTopSize (PR #16)
    • Default animation duration decreased from 350 to 200
  • Drawer
    • Embed drawer menu now apply border option
    • Add new method Drawer.getDrawerOption() and use it instead of Drawer.getDrawerBuilder().getOption()
    • Default animation duration set to 300
    • Menu item horizontal margin change from 7,7 to 10,10

Demo

  • Use JTextPane instead of JTextArea 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

What's Changed

Full Changelog: v2.0...v2.1.0