lbalazscs / Pixelitor

A desktop image editor
https://pixelitor.sourceforge.io/
GNU General Public License v3.0
181 stars 70 forks source link

Bump com.formdev:flatlaf from 3.4 to 3.4.1 #355

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps com.formdev:flatlaf from 3.4 to 3.4.1.

Release notes

Sourced from com.formdev:flatlaf's releases.

3.4.1

Change Log

Fixed bugs

  • SplitPane: Update divider when client property JSplitPane.expandableSide changed.
  • TabbedPane: Fixed swapped back and forward scroll buttons when using TabbedPane.scrollButtonsPlacement = trailing (regression in FlatLaf 3.3).
  • Fixed missing window top border on Windows 10 in "full window content" mode. (issue #809)
  • Extras:
    • FlatSVGIcon color filters now support linear gradients. (PR #817)
    • FlatSVGIcon: Use log level CONFIG instead of SEVERE and allow disabling logging. (issue #823)
    • Added support for JSplitPane.expandableSide client property to FlatSplitPane.
  • Native libraries: Added API version check to test whether native library matches the JAR (bad builds could e.g. ship a newer JAR with an older incompatible native library) and to test whether native methods can be invoked (some security software allows loading native library but blocks method invocation).
  • macOS: Fixed crash when running in WebSwing. (issue #826; regression in 3.4)

Incompatibilities

  • File names of custom properties files for nested Laf classes now must include name of enclosing class name. E.g. nested Laf class IntelliJTheme.ThemeLaf used ThemeLaf.properties in previous versions, but now needs to be named IntelliJTheme$ThemeLaf.properties.
Changelog

Sourced from com.formdev:flatlaf's changelog.

3.4.1

Fixed bugs

  • SplitPane: Update divider when client property JSplitPane.expandableSide changed.
  • TabbedPane: Fixed swapped back and forward scroll buttons when using TabbedPane.scrollButtonsPlacement = trailing (regression in FlatLaf 3.3).
  • Fixed missing window top border on Windows 10 in "full window content" mode. (issue 809)
  • Extras:
    • FlatSVGIcon color filters now support linear gradients. (PR #817)
    • FlatSVGIcon: Use log level CONFIG instead of SEVERE and allow disabling logging. (issue #823)
    • Added support for JSplitPane.expandableSide client property to FlatSplitPane.
  • Native libraries: Added API version check to test whether native library matches the JAR (bad builds could e.g. ship a newer JAR with an older incompatible native library) and to test whether native methods can be invoked (some security software allows loading native library but blocks method invocation).
  • macOS: Fixed crash when running in WebSwing. (issue #826; regression in 3.4)

Incompatibilities

  • File names of custom properties files for nested Laf classes now must include name of enclosing class name. E.g. nested Laf class IntelliJTheme.ThemeLaf used ThemeLaf.properties in previous versions, but now needs to be named IntelliJTheme$ThemeLaf.properties.
Commits
  • bde25f6 release 3.4.1
  • c989b97 fixed custom properties file names for nested classes (e.g. `IntelliJTheme$Th...
  • 5f5c225 macOS: fixed crash when running in WebSwing (issue #826; regression in 3.4)
  • 36e4071 FlatSVGIcon: use log level CONFIG instead of SEVERE and allow disabling l...
  • 1068884 change snapshot version from 3.5-SNAPSHOT to 3.4.1-SNAPSHOT
  • 32d102d Native Libraries: added API version to:
  • 4e1f092 FlatClientProperties: javadoc fixes
  • bd60a18 SplitPane:
  • 3b3d7d7 Testing: added tab with random background color to FlatContainerTest and Flat...
  • ec76448 jsvg: updated to 1.4.0
  • 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)