Araxeus / PNG-Upscale

AI Super - Resolution
MIT License
216 stars 25 forks source link

Bump flatlaf from 1.0 to 3.1 #99

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flatlaf from 1.0 to 3.1.

Release notes

Sourced from flatlaf's releases.

3.0

Hooray, hooray, it's done. FlatLaf 3.0 is here 🎁 πŸŽ‰ πŸŽ… 🀢 πŸ§‘β€πŸŽ„

BTW if you'd like to support the FlatLaf open-source project, please consider sponsoring it. Thank you very much for doing so.

Highlights

macOS themes

New light and dark themes that use macOS colors and look similar to native macOS controls:

image

Fonts

Packaged fonts Inter, Roboto and JetBrains Mono into JARs (available on Maven Central) and provide an easy way to use them with FlatLaf.

Rounded selection

JMenuItem, JComboBox, JList and JTree components now support rounded selection. This is currently used only in macOS themes for menus and combo boxes, but may be used in standard themes as well in the future. Feel free to use it in own themes to give your application a special look. See PRs for instructions.

image

Rounded outlined icons

JFileChooser, JOptionPane, JPasswordField and JTree got new modern rounded outlined icons:

image

Change Log

New features and improvements

  • macOS light and dark themes: The two new themes FlatMacLightLaf and FlatMacDarkLaf use macOS colors and look similar to native macOS controls. (PRs #533, #612 and #607)
  • Fonts: Packaged some fonts into JARs and provide an easy way to use them with FlatLaf. (PRs #545, #614 and #615) At the moment there are three fonts:
  • Rounded selection: Optionally use rounded selection in:

... (truncated)

Changelog

Sourced from flatlaf's changelog.

1.0

New features and improvements

  • Extras: UI Inspector: Tooltip is no longer limited to window bounds.

Fixed bugs

  • TabbedPane: Custom TabbedPane.selectedForeground color did not work when TabbedPane.foreground has also custom color. (issue #257)
  • FileChooser: Fixed display of date in details view if current user is selected in "Look in" combobox. (Windows 10 only; issue #249)
  • Table: Fixed wrong grid line thickness in dragged column on HiDPI screens on Java 9+. (issue #236)
  • PopupFactory: Fixed NullPointerException when PopupFactory.getPopup() is invoked with parameter owner set to null.

1.0-rc3

New features and improvements

  • Extras:
    • UI Inspector: Use HTML in tooltip. Display color value in same format as used in FlatLaf properties files. Added color preview.

Fixed bugs

  • Label and ToolTip: Fixed font sizes for <code>, <kbd>, <big>, <small> and <samp> tags in HTML text.
  • Fixed color of <address> tag in HTML text.
  • IntelliJ Themes: Fixed table header background when dragging column in "Dark Flat" and "Light Flat" themes.
  • CheckBox: Fixed background of check boxes in JIDE CheckBoxTree. (regression in 1.0-rc2)

1.0-rc2

New features and improvements

  • Button:
    • In "Flat Light" theme, use a slightly thinner border for focused buttons (because they already have light blue background).
    • In "Flat Dark" theme, use slightly wider border for focused buttons.
  • CheckBox and RadioButton: In "Flat Dark" theme, use blueish background for focused components.
  • Tree: Support disabling wide selection per component. (set client property JTree.wideSelection to false). (PR #245)
  • Tree: Support disabling selection painting per component. Then the tree cell

... (truncated)

Commits
  • 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...
  • 778def1 List, Table, Tree: improved color of cell focus indicator border
  • bc55874 Theme Editor: Preview: fixed preview of cell focus indicators in List, Table ...
  • 03a775c List: use FlatUIUtils.isPermanentFocusOwner() instead of hasFocus() for c...
  • 875083a GitHub Actions: don't use toolchain for Java 19 (because this fails on Gradle...
  • f6fc925 update to Gradle 8.0.2
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #101.