Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flatlaf from 1.0 to 3.1.1 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2023

Bumps flatlaf from 1.0 to 3.1.1.

Release notes

Sourced from flatlaf's releases.

3.1.1

This is a bug fix release that fixes two regressions in FlatLaf 3.1. Users of FlatLaf 3.1 that use IntelliJ themes or use WebStart, are recommended to update to this release.

Change Log

Fixed bugs

  • IntelliJ Themes:
    • Fixed too large menu item paddings and too large table/tree row heights (all "Material Theme UI Lite" themes; issue #667; regression in FlatLaf 3.1).
    • Fixed too large tree row height in "Carbon", "Dark Purple", "Gray", "Material Design Dark", "Monokai Pro", "One Dark" and "Spacegray" themes.
  • Native libraries: Fixed IllegalArgumentException: URI scheme is not "file" when using FlatLaf in WebStart. (issue #668; regression in FlatLaf 3.1)

3.1

Highlights

Windows 11: rounded popup borders

On Windows 11, popups now use native Windows 11 rounded borders and drop shadows, which gives them a beautiful look:

image

Table: header hover and pressed feedback

Columns in table header now show hover and pressed feedback:

image

Change Log

New features and improvements

  • Windows 11: Popups (JPopupMenu, JComboBox, JToolTip, etc.) now use native Windows 11 rounded borders and drop shadows. (PR #643)
  • Fonts:
  • Theme Editor: Support macOS light and dark themes.
  • TabbedPane: Support hover and focused tab foreground colors. (issue #627)
  • TabbedPane: tabbedPane.getBackgroundAt(tabIndex) now has higher priority than TabbedPane.focusColor and TabbedPane.selectedBackground. If tabbedPane.setBackgroundAt(tabIndex) is used to set a color for a single tab, then this color is now used even if the tab is focused or selected.
  • TableHeader: Support column hover and pressed background and foreground colors. (issue #636)

... (truncated)

Changelog

Sourced from flatlaf's changelog.

3.1.1

  • IntelliJ Themes:
    • Fixed too large menu item paddings and too large table/tree row heights (all "Material Theme UI Lite" themes; issue #667; regression in FlatLaf 3.1).
    • Fixed too large tree row height in "Carbon", "Dark Purple", "Gray", "Material Design Dark", "Monokai Pro", "One Dark" and "Spacegray" themes.
  • Native libraries: Fixed IllegalArgumentException: URI scheme is not "file" when using FlatLaf in WebStart. (issue #668; regression in FlatLaf 3.1)

3.1

New features and improvements

  • Windows 11: Popups (JPopupMenu, JComboBox, JToolTip, etc.) now use native Windows 11 rounded borders and drop shadows. (PR #643)
  • Fonts:
  • Theme Editor: Support macOS light and dark themes.
  • TabbedPane: Support hover and focused tab foreground colors. (issue #627)
  • TabbedPane: tabbedPane.getBackgroundAt(tabIndex) now has higher priority than TabbedPane.focusColor and TabbedPane.selectedBackground. If tabbedPane.setBackgroundAt(tabIndex) is used to set a color for a single tab, then this color is now used even if the tab is focused or selected.
  • TableHeader: Support column hover and pressed background and foreground colors. (issue #636)
  • Native libraries: Made it easier to distribute FlatLaf native libraries (Windows .dll and Linux .so) to avoid problems on operating systems with enabled execution restrictions. See https://www.formdev.com/flatlaf/native-libraries/ for more details. (issue #624)
    • Published native libraries to Maven Central for easy using them as dependencies in Gradle and Maven.
    • If available, native libraries are now loaded from same location as flatlaf.jar, otherwise they are extract from flatlaf.jar to temporary folder and loaded from there.
    • Windows DLLs are now digitally signed with FormDev Software GmbH certificate.

Fixed bugs

  • FlatLaf window decorations:
    • Fixed inconsistent size of glass pane depending on whether FlatLaf window decorations are used (e.g. Windows 10/11) or not (e.g. macOS). Now the glass pane no longer overlaps the FlatLaf window title bar. (issue #630)
    • Linux: Fixed broken window resizing on multi-screen setups. (issue #632)

... (truncated)

Commits
  • e84390e release 3.1.1
  • 65a0f46 Native libraries: Fixed IllegalArgumentException: URI scheme is not "file" ...
  • 4afb150 IntelliJ Themes:
  • 0f67022 updated CHANGELOG.md and README.md for FlatLaf 3.1
  • 13a0097 updated sigtest for FlatLaf 3.1
  • 01c830a release 3.1
  • dce4f46 SystemInfo.isMacFullWindowContentSupported now includes isMacOS; updated ...
  • d530624 Table: improved cell focus indicator border hiding (issue #654)
  • 2e878b6 Table: fixed cell focus indicator border hiding for boolean columns (issue #654)
  • d27a246 Table: fixed potential performance issue with paint cell focus indicator bord...
  • 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 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)

Bumps [flatlaf](https://github.com/JFormDesigner/FlatLaf) from 1.0 to 3.1.1.
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@1.0...3.1.1)

---
updated-dependencies:
- dependency-name: com.formdev:flatlaf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 2023
@dependabot dependabot bot mentioned this pull request Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants