Milchreis / UiBooster

🚀 Creates fast and easy dialogs for utility tools
GNU General Public License v3.0
115 stars 12 forks source link

Bump com.formdev:flatlaf from 3.1.1 to 3.2 #98

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.formdev:flatlaf from 3.1.1 to 3.2.

Changelog

Sourced from com.formdev:flatlaf's changelog.

FlatLaf Change Log

3.2-SNAPSHOT

New features and improvements

  • TabbedPane: Support rounded underline selection and rounded card tabs. (PR #703)
  • FlatLaf window decorations:
    • Support for Windows on ARM 64-bit. (issue #443, PR #707)
    • Support toolbox-style "small" window title bar. (issue #659, PR #702)
  • Extras: Class FlatSVGIcon now uses JSVG library (instead of svgSalamander) for rendering. JSVG provides improved SVG rendering and uses less memory compared to svgSalamander. (PR #684)
  • ComboBox: Improved location of selected item in popup if list is large and scrollable.
  • FileChooser: Show localized text for all locales supported by Java's Metal look and feel. (issue #680)
  • Added system property flatlaf.useNativeLibrary to allow disabling loading of FlatLaf native library. (issue #674)
  • IntelliJ Themes:
    • Reduced memory footprint by releasing Json data and ignoring IntelliJ UI properties that are not used in FlatLaf.
    • Updated "Hiberbee Dark" and "Gradianto" themes.

Fixed bugs

  • Styling: Fixed scaling of some styling properties (rowHeight for Table and Tree; iconTextGap for Button, CheckBox and RadioButton). (issue #682)
  • Fixed IllegalComponentStateException when invoker is not showing in SubMenuUsabilityHelper. (issue #692)
  • macOS themes: Changing @accentColor variable in FlatLaf properties files did not change all accent related colors for all components.
  • IntelliJ Themes:
    • "Light Owl" theme: Fixed wrong (unreadable) text color in selected menu items, selected text in text components, and selection in ComboBox popup list. (issue #687)
    • "Gradianto Midnight Blue" theme: Fixed color of ScrollBar track, which was not visible. (issue #686)
    • "Monocai" theme: Fixed unreadable text color of default buttons. (issue #693)
    • "Vuesion" theme: Fixed foreground colors of disabled text.
    • "Material UI Lite" themes: Fixed non-editable ComboBox button background.
    • CheckBox and RadioButton: Fixed unselected icon colors for themes "Atom One Light", "Cyan Light", "GitHub", "Light Owl", "Material Lighter" and "Solarized Light".
    • TabbedPane: Fixed focused tab background color for themes "Arc *", "Material Design Dark", "Monocai", "One Dark", "Spacegray" and "Xcode-Dark". (issue #697)

... (truncated)

Commits
  • 75da361 GitHub Actions: disable parallel build for publishing to maven central; other...
  • 7488bcb update to Gradle 8.2.1
  • 1b1a9be release 3.2
  • db2f94a IntelliJ Themes: fixed Table background in "One Dark" theme
  • 810146b Demo: auto-reload current theme in development environment if .properties fil...
  • 9309166 IntelliJ Themes: fixed colors for selection background/foreground, Separator,...
  • d349227 IntelliJ Themes: fixed wrong disabled text colors in "Dark Flat", "Hiberbee D...
  • c9423e3 CHANGELOG.md: fixed type on previous commit
  • b9737ca Merge PR #709: x86: Narrow version range for not using system icons
  • 4b49906 FileChooser: Fixed crash on Windows with Java 17 to 17.0.2 32-bit. Java 17 64...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)