Skip to content

v2.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Aug 15:33
· 28 commits to main since this release

New features and improvements

  • Toast
    • Add new option interpolator for animator (PR #38)
    • Add new option event for toast event listener (issues #42)
    • ToastStyle Option:
      • add new option showIcon for showing toast icon. by default true
      • add new option closeIcon for change default close icon
  • Other
    • MacOS: heavyWeight windows now support rond border using flatlaf native library (PR #40)

Changed

  • Toast
    • Reduce close button margin size from 5,5,5,5 to 3,3,3,3
  • FlatLaf: update to v3.6.1

Fixed bugs

  • Toast
    • Fixed wrong reverse order when use heavyWeight
    • Fixed layout heavyWeight toast when location was set to bottom (PR #41)

Demo

  • Add custom accent color and add new color picker form (PR #43)
  • DateTimePicker: library update to v2.1.3

What's Changed

  • Toast: add interpolator option by @DJ-Raven in #38
  • HeavyWeight: macOS round border by @DJ-Raven in #40
  • Toast HeavyWeight: fixed layout when location was set to bottom by @DJ-Raven in #41
  • Demo: add custom accent color and add new color picker form by @DJ-Raven in #43

Full Changelog: v2.5.1...v2.5.2