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 com.formdev:flatlaf-jide-oss from 3.1.1 to 3.2.5 #4414

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2023

Bumps com.formdev:flatlaf-jide-oss from 3.1.1 to 3.2.5.

Release notes

Sourced from com.formdev:flatlaf-jide-oss's releases.

3.2.5

Fixes a regression in 3.2.1.

Change Log

Fixed bugs

  • Popup: Fixed NPE if popup invoker is null on Windows 10. (issue #753; regression in 3.2.1 in fix for #626)

3.2.4

Fixes a regression in 3.2.3.

Change Log

Fixed bugs

  • Popup: Fixed NPE if popup invoker is null on Linux with Wayland and Java 21. (issue #752; regression in 3.2.3)

3.2.3

Update: Do not use this release because it throws a NPE in (unusual) case that the popup invoker is null.

Another bug fix release that fixes a JDK 21+ bug on Linux with Wayland regarding popups that request focus. If you use complex popups (e.g. with text fields or other components that request focus) and your application runs on Linux in Java 21 or later, then it is recommended to upgrade to this version.

Change Log

Fixed bugs

  • PopupMenu: Popups that request focus were not shown on Linux with Wayland and Java 21. (issue #752)

3.2.2

This is a bug fix release that fixes a JDK 19+ bug regarding HTML text in buttons. If you use HTML text in buttons and your application runs in Java 19 or later, then it is recommended to upgrade to this version.

Change Log

Fixed bugs

  • Button: Fixed painting icon and text at wrong location when using HTML text, left/right vertical alignment and running in Java 19+. (issue #746)
  • CheckBox and RadioButton: Fixed cut off right side when border is removed and horizontal alignment is set to right. (issue #734)
  • TabbedPane: Fixed NPE when using focusable component as tab component and switching theme. (issue #745)

3.2.1

... (truncated)

Changelog

Sourced from com.formdev:flatlaf-jide-oss's changelog.

3.2.5

Fixed bugs

  • Popup: Fixed NPE if popup invoker is null on Windows 10. (issue #753; regression in 3.2.1 in fix for #626)

3.2.4

Fixed bugs

  • Popup: Fixed NPE if popup invoker is null on Linux with Wayland and Java 21. (issue #752; regression in 3.2.3)

3.2.3

Fixed bugs

  • Popup: Popups that request focus were not shown on Linux with Wayland and Java 21. (issue #752)

3.2.2

Fixed bugs

  • Button: Fixed painting icon and text at wrong location when using HTML text, left/right vertical alignment and running in Java 19+. (issue #746)
  • CheckBox and RadioButton: Fixed cut off right side when border is removed and horizontal alignment is set to right. (issue #734)
  • TabbedPane: Fixed NPE when using focusable component as tab component and switching theme. (issue #745)

3.2.1

Fixed bugs

  • Fixed memory leak in MultiResolutionImageSupport.create(int,Dimension[],Function<Dimension,Image>), which caches images created by the producer function. Used by FlatSVGIcon.getImage() and FlatSVGUtils.createWindowIconImages(). If you use one of these methods, it is strongly recommended to upgrade to this version, because if the returned image is larger and painted very often it may result in an out-of-memory situation. (issue #726)
  • FileChooser: Fixed occasional NPE in FlatShortcutsPanel on Windows. (issue #718)
  • TextField: Fixed placeholder text painting, which did not respect horizontal

... (truncated)

Commits
  • cf364c1 release 3.2.5
  • a997820 Merge PR #754: Fixing NPE when showing a popup without an invoker on Windows 10
  • b8fabd5 Fixing NPE when showing a popup without an invoker on Windows 10
  • 97d2907 release 3.2.4
  • 2a237ff Popup: fixed potential NPE in (unusual) case that the popup invoker is null...
  • 13a418f release 3.2.3
  • 5c56dbf Popup: popups that request focus were not shown on Linux with Wayland and Jav...
  • 0d2f37e release 3.2.2
  • 0494c21 FileChooser: avoid unnecessary logging of InaccessibleObjectException when ...
  • 635a620 jsvg: updated to 1.2.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 <dependency name> 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)

This change is Reviewable

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2023
@cwisniew cwisniew added this pull request to the merge queue Nov 18, 2023
Merged via the queue into develop with commit 7670fe8 Nov 18, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/develop/com.formdev-flatlaf-jide-oss-3.2.5 branch November 18, 2023 00:45
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.

1 participant