Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps flatlaf.version from 3.6.1 to 3.6.2.
Updates com.formdev:flatlaf from 3.6.1 to 3.6.2

Release notes

Sourced from com.formdev:flatlaf's releases.

3.6.2

Change Log

New features and improvements

  • If using FlatLaf.registerCustomDefaultsSource( "com.myapp.themes" ) and named Java modules, it is no longer necessary to add opens com.myapp.themes; to module-info.java. (issue #1026)
  • Extras: Made animated theme change (class FlatAnimatedLafChange) smoother.

Fixed bugs

  • Tree and List: Fixed painting of rounded drop backgrounds. (issue #1023)
  • Popup: Showing tooltip in inactive window brought that window to front (made it active) and potentially hid the previously active window. (issue #1037)
  • Popup: No longer reuse popup windows for menus to avoid immediately closing dialogs on ChromeOS. (issue #1029)
  • macOS: Fixed window "flashing" when switching from a light to a dark theme (or vice versa). Especially when using animated theme changer (see FlatLaf Extras).

Incompatibilities

  • FlatLaf properties files are now loaded using the UTF-8 character encoding instead of ISO 8859-1. In usual properties files you will not notice any difference because they use only ASCII characters, but if you've put localized (non-English) texts (e.g. German umlauts) into your properties files, you need to convert them to UTF-8. Properties files created with the FlatLaf Theme Editor already use UTF-8, including in older versions. (issue #1031)
Changelog

Sourced from com.formdev:flatlaf's changelog.

3.6.2

New features and improvements

  • If using FlatLaf.registerCustomDefaultsSource( "com.myapp.themes" ) and named Java modules, it is no longer necessary to add opens com.myapp.themes; to module-info.java. (issue #1026)
  • Extras: Made animated theme change (class FlatAnimatedLafChange) smoother.

Fixed bugs

  • Tree and List: Fixed painting of rounded drop backgrounds. (issue #1023)
  • Popup: Showing tooltip in inactive window brought that window to front (made it active) and potentially hid the previously active window. (issue #1037)
  • Popup: No longer reuse popup windows for menus to avoid immediately closing dialogs on ChromeOS. (issue #1029)
  • macOS: Fixed window "flashing" when switching from a light to a dark theme (or vice versa). Especially when using animated theme changer (see FlatLaf Extras).

Incompatibilities

  • FlatLaf properties files are now loaded using the UTF-8 character encoding instead of ISO 8859-1. In usual properties files you will not notice any difference because they use only ASCII characters, but if you've put localized (non-English) texts (e.g. German umlauts) into your properties files, you need to convert them to UTF-8. Properties files created with the FlatLaf Theme Editor already use UTF-8, including in older versions. (issue #1031)
Commits
  • 36d5685 release 3.6.2
  • ddc8d6e README.md: new applications using FlatLaf:
  • 119b4a9 fixed loading FlatLaf properties files in NetBeans (broken since commit again...
  • 5e4f00f GitHub Actions: build using Java 25 LTS
  • 15cbf28 Popup: no longer reuse popup windows for menus to avoid immediately closing d...
  • f8e53c9 README.md:
  • b3c9638 Popup: no longer use popup.show() for already visible popup window to avoid...
  • d079741 Extras: FlatAnimatedLafChange: made transition smoother:
  • c051ad5 macOS: fixed window "flashing" when switching from a light to a dark theme (o...
  • 1ed7aea Tree: removed unused method parameter; reported by Error Prone in commit d388...
  • Additional commits viewable in compare view

Updates com.formdev:flatlaf-intellij-themes from 3.6.1 to 3.6.2

Release notes

Sourced from com.formdev:flatlaf-intellij-themes's releases.

3.6.2

Change Log

New features and improvements

  • If using FlatLaf.registerCustomDefaultsSource( "com.myapp.themes" ) and named Java modules, it is no longer necessary to add opens com.myapp.themes; to module-info.java. (issue #1026)
  • Extras: Made animated theme change (class FlatAnimatedLafChange) smoother.

Fixed bugs

  • Tree and List: Fixed painting of rounded drop backgrounds. (issue #1023)
  • Popup: Showing tooltip in inactive window brought that window to front (made it active) and potentially hid the previously active window. (issue #1037)
  • Popup: No longer reuse popup windows for menus to avoid immediately closing dialogs on ChromeOS. (issue #1029)
  • macOS: Fixed window "flashing" when switching from a light to a dark theme (or vice versa). Especially when using animated theme changer (see FlatLaf Extras).

Incompatibilities

  • FlatLaf properties files are now loaded using the UTF-8 character encoding instead of ISO 8859-1. In usual properties files you will not notice any difference because they use only ASCII characters, but if you've put localized (non-English) texts (e.g. German umlauts) into your properties files, you need to convert them to UTF-8. Properties files created with the FlatLaf Theme Editor already use UTF-8, including in older versions. (issue #1031)
Changelog

Sourced from com.formdev:flatlaf-intellij-themes's changelog.

3.6.2

New features and improvements

  • If using FlatLaf.registerCustomDefaultsSource( "com.myapp.themes" ) and named Java modules, it is no longer necessary to add opens com.myapp.themes; to module-info.java. (issue #1026)
  • Extras: Made animated theme change (class FlatAnimatedLafChange) smoother.

Fixed bugs

  • Tree and List: Fixed painting of rounded drop backgrounds. (issue #1023)
  • Popup: Showing tooltip in inactive window brought that window to front (made it active) and potentially hid the previously active window. (issue #1037)
  • Popup: No longer reuse popup windows for menus to avoid immediately closing dialogs on ChromeOS. (issue #1029)
  • macOS: Fixed window "flashing" when switching from a light to a dark theme (or vice versa). Especially when using animated theme changer (see FlatLaf Extras).

Incompatibilities

  • FlatLaf properties files are now loaded using the UTF-8 character encoding instead of ISO 8859-1. In usual properties files you will not notice any difference because they use only ASCII characters, but if you've put localized (non-English) texts (e.g. German umlauts) into your properties files, you need to convert them to UTF-8. Properties files created with the FlatLaf Theme Editor already use UTF-8, including in older versions. (issue #1031)
Commits
  • 36d5685 release 3.6.2
  • ddc8d6e README.md: new applications using FlatLaf:
  • 119b4a9 fixed loading FlatLaf properties files in NetBeans (broken since commit again...
  • 5e4f00f GitHub Actions: build using Java 25 LTS
  • 15cbf28 Popup: no longer reuse popup windows for menus to avoid immediately closing d...
  • f8e53c9 README.md:
  • b3c9638 Popup: no longer use popup.show() for already visible popup window to avoid...
  • d079741 Extras: FlatAnimatedLafChange: made transition smoother:
  • c051ad5 macOS: fixed window "flashing" when switching from a light to a dark theme (o...
  • 1ed7aea Tree: removed unused method parameter; reported by Error Prone in commit d388...
  • Additional commits viewable in compare view

Updates com.formdev:flatlaf-extras from 3.6.1 to 3.6.2

Release notes

Sourced from com.formdev:flatlaf-extras's releases.

3.6.2

Change Log

New features and improvements

  • If using FlatLaf.registerCustomDefaultsSource( "com.myapp.themes" ) and named Java modules, it is no longer necessary to add opens com.myapp.themes; to module-info.java. (issue #1026)
  • Extras: Made animated theme change (class FlatAnimatedLafChange) smoother.

Fixed bugs

  • Tree and List: Fixed painting of rounded drop backgrounds. (issue #1023)
  • Popup: Showing tooltip in inactive window brought that window to front (made it active) and potentially hid the previously active window. (issue #1037)
  • Popup: No longer reuse popup windows for menus to avoid immediately closing dialogs on ChromeOS. (issue #1029)
  • macOS: Fixed window "flashing" when switching from a light to a dark theme (or vice versa). Especially when using animated theme changer (see FlatLaf Extras).

Incompatibilities

  • FlatLaf properties files are now loaded using the UTF-8 character encoding instead of ISO 8859-1. In usual properties files you will not notice any difference because they use only ASCII characters, but if you've put localized (non-English) texts (e.g. German umlauts) into your properties files, you need to convert them to UTF-8. Properties files created with the FlatLaf Theme Editor already use UTF-8, including in older versions. (issue #1031)
Changelog

Sourced from com.formdev:flatlaf-extras's changelog.

3.6.2

New features and improvements

  • If using FlatLaf.registerCustomDefaultsSource( "com.myapp.themes" ) and named Java modules, it is no longer necessary to add opens com.myapp.themes; to module-info.java. (issue #1026)
  • Extras: Made animated theme change (class FlatAnimatedLafChange) smoother.

Fixed bugs

  • Tree and List: Fixed painting of rounded drop backgrounds. (issue #1023)
  • Popup: Showing tooltip in inactive window brought that window to front (made it active) and potentially hid the previously active window. (issue #1037)
  • Popup: No longer reuse popup windows for menus to avoid immediately closing dialogs on ChromeOS. (issue #1029)
  • macOS: Fixed window "flashing" when switching from a light to a dark theme (or vice versa). Especially when using animated theme changer (see FlatLaf Extras).

Incompatibilities

  • FlatLaf properties files are now loaded using the UTF-8 character encoding instead of ISO 8859-1. In usual properties files you will not notice any difference because they use only ASCII characters, but if you've put localized (non-English) texts (e.g. German umlauts) into your properties files, you need to convert them to UTF-8. Properties files created with the FlatLaf Theme Editor already use UTF-8, including in older versions. (issue #1031)
Commits
  • 36d5685 release 3.6.2
  • ddc8d6e README.md: new applications using FlatLaf:
  • 119b4a9 fixed loading FlatLaf properties files in NetBeans (broken since commit again...
  • 5e4f00f GitHub Actions: build using Java 25 LTS
  • 15cbf28 Popup: no longer reuse popup windows for menus to avoid immediately closing d...
  • f8e53c9 README.md:
  • b3c9638 Popup: no longer use popup.show() for already visible popup window to avoid...
  • d079741 Extras: FlatAnimatedLafChange: made transition smoother:
  • c051ad5 macOS: fixed window "flashing" when switching from a light to a dark theme (o...
  • 1ed7aea Tree: removed unused method parameter; reported by Error Prone in commit d388...
  • Additional commits viewable in compare view

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)

Bumps `flatlaf.version` from 3.6.1 to 3.6.2.

Updates `com.formdev:flatlaf` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.6.1...3.6.2)

Updates `com.formdev:flatlaf-intellij-themes` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.6.1...3.6.2)

Updates `com.formdev:flatlaf-extras` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.6.1...3.6.2)

---
updated-dependencies:
- dependency-name: com.formdev:flatlaf
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.formdev:flatlaf-intellij-themes
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.formdev:flatlaf-extras
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 20, 2025
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants