Araxeus / PNG-Upscale

AI Super - Resolution
MIT License
214 stars 24 forks source link

Bump flatlaf from 1.0 to 1.5 #31

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps flatlaf from 1.0 to 1.5.

Release notes

Sourced from flatlaf's releases.

1.5

This release brings some minor improvements and bug fixes.

Users of the Windows 10 native window decorations are recommended to update to this release because it fixes an occasional application crash.

Change log

New features and improvements

  • SwingX: Added search and clear icons to JXSearchField. (issue #359)

Fixed bugs

  • Button and TextComponent: Do not apply minimum width/height if margins are set. (issue #364)
  • ComboBox and Spinner: Limit arrow button width if component has large preferred height. (issue #361)
  • FileChooser: Fixed missing (localized) texts when FlatLaf is loaded in special classloader (e.g. plugin system in Apache NetBeans).
  • InternalFrame: Limit internal frame bounds to parent bounds on resize. Also honor maximum size of internal frame. (issue #362)
  • Popup: Fixed incorrectly placed drop shadow for medium-weight popups in maximized windows. (issue #358)
  • Native window decorations (Windows 10 only):
    • Fixed occasional application crash in flatlaf-windows.dll. (issue #357)
    • When window is initially shown, fill background with window background color (instead of white), which avoids flickering in dark themes. (issue 339)
    • When resizing a window at the right/bottom edge, then first fill the new space with the window background color (instead of black) before the layout is updated.
    • When resizing a window at the left/top edge, then first fill the new space with the window background color (instead of garbage) before the layout is updated.

1.4

Change log

New features and improvements

  • TextField, FormattedTextField and PasswordField: Support adding extra padding. (set client property JTextField.padding to Insets).
  • PasswordField: UI delegate FlatPasswordFieldUI now extends FlatTextFieldUI (instead of BasicPasswordFieldUI) to avoid duplicate code and for easier extensibility.
  • Table and PopupFactory: Use StackWalker in Java 9+ for better performance. (issue #334)
  • ToolBar: Paint focus indicator for focused button in toolbar. (issue #346)
  • ToolBar: Support focusable buttons in toolbar (set UI values ToolBar.focusableButtons to true). (issue #346)

Fixed bugs

... (truncated)

Changelog

Sourced from flatlaf's changelog.

1.5

New features and improvements

  • SwingX: Added search and clear icons to JXSearchField. (issue #359)

Fixed bugs

  • Button and TextComponent: Do not apply minimum width/height if margins are set. (issue #364)
  • ComboBox and Spinner: Limit arrow button width if component has large preferred height. (issue #361)
  • FileChooser: Fixed missing (localized) texts when FlatLaf is loaded in special classloader (e.g. plugin system in Apache NetBeans).
  • InternalFrame: Limit internal frame bounds to parent bounds on resize. Also honor maximum size of internal frame. (issue #362)
  • Popup: Fixed incorrectly placed drop shadow for medium-weight popups in maximized windows. (issue #358)
  • Native window decorations (Windows 10 only):
    • Fixed occasional application crash in flatlaf-windows.dll. (issue #357)
    • When window is initially shown, fill background with window background color (instead of white), which avoids flickering in dark themes. (issue 339)
    • When resizing a window at the right/bottom edge, then first fill the new space with the window background color (instead of black) before the layout is updated.
    • When resizing a window at the left/top edge, then first fill the new space with the window background color (instead of garbage) before the layout is updated.

1.4

New features and improvements

  • TextField, FormattedTextField and PasswordField: Support adding extra padding. (set client property JTextField.padding to Insets).
  • PasswordField: UI delegate FlatPasswordFieldUI now extends FlatTextFieldUI (instead of BasicPasswordFieldUI) to avoid duplicate code and for easier extensibility.
  • Table and PopupFactory: Use StackWalker in Java 9+ for better performance. (issue #334)
  • ToolBar: Paint focus indicator for focused button in toolbar. (issue #346)
  • ToolBar: Support focusable buttons in toolbar (set UI value ToolBar.focusableButtons to true). (issue #346)

Fixed bugs

  • ComboBox (editable) and Spinner: Increased size of internal text field to the component border so that it behaves like plain text field (mouse click to left

... (truncated)

Commits
  • 6fcee03 release 1.5
  • 5782cee README.md: added descriptions to addons
  • f752db5 FileChooser: fixed missing (localized) texts when FlatLaf is loaded in specia...
  • bce58bc SwingX: added search and clear icons to JXSearchField (issue #359)
  • d373687 Testing: added FlatSingleComponentTest to easier test/debug single components
  • e5e510c Demo: fixed inconsistent behavior when first changing font size and then font...
  • 29064ec Button and TextComponent: do not apply minimum width/height if margins are se...
  • 953eee1 TableHeader: made getRolloverColumn() public to allow usage in custom rende...
  • 75f76f4 ComboBox and Spinner: limit arrow button width if component has large preferr...
  • ecfbe68 Native window decorations: updated DLLs (issues #357 and #339)
  • 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 2 years ago

Superseded by #36.