Skip to content

Bump flatlaf from 1.5 to 1.6.3#12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/com.formdev-flatlaf-1.6.3
Closed

Bump flatlaf from 1.5 to 1.6.3#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/com.formdev-flatlaf-1.6.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 15, 2021

Copy link
Copy Markdown
Contributor

Bumps flatlaf from 1.5 to 1.6.3.

Release notes

Sourced from flatlaf's releases.

1.6.3

Change log

  • ComboBox (not editable): Fixed regression in FlatLaf 1.6.2 that may display text in non-editable combo boxes in bold. (issue #423)
  • Tree: Fixed editing cell issue with custom cell renderer and cell editor that use same component for rendering and editing. (issue #385)

1.6.2

Note: There is a regression in this release that may display text in non-editable combo boxes in bold. (issue #423) Please wait for FlatLaf 1.6.3 before updating...

Change log

Fixed bugs

  • ComboBox (not editable): Fixed background painted outside of border if round edges are enabled (client property JComponent.roundRect is true). (similar to issue #382; regression since fixing #330 in FlatLaf 1.4)
  • ComboBox: Fixed NullPointerException, which may occur under special circumstances. (issue #408)
  • Table: Do not select text in cell editor when it gets focus (when JTable.surrendersFocusOnKeystroke is true) and TextComponent.selectAllOnFocusPolicy is once (the default) or always. (issue #395)
  • Linux: Fixed NPE when using java.awt.TrayIcon. (issue #405)
  • FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled Windows icons). Java 17 64-bit is not affected. (issue #403)
  • Native window decorations: Fixed layout loop, which may occur under special circumstances and slows down the application. (issue #420)

1.6.1

Change log

Fixed bugs

  • Native window decorations: Catch UnsatisfiedLinkError when trying to load jawt.dll to avoid an application crash (Java 8 on Windows 10 only).

1.6

This release brings some minor improvements and bug fixes.

Change log

New features and improvements

  • InternalFrame: Double-click on icon in internal frame title bar now closes the internal frame. (issue #374)
  • IntelliJ Themes: Removed deprecated install() methods.

... (truncated)

Changelog

Sourced from flatlaf's changelog.

1.6.3

Fixed bugs

  • ComboBox (not editable): Fixed regression in FlatLaf 1.6.2 that may display text in non-editable combo boxes in bold. (issue #423)
  • Tree: Fixed editing cell issue with custom cell renderer and cell editor that use same component for rendering and editing. (issue #385)

1.6.2

Fixed bugs

  • ComboBox (not editable): Fixed background painted outside of border if round edges are enabled (client property JComponent.roundRect is true). (similar to issue #382; regression since fixing #330 in FlatLaf 1.4)
  • ComboBox: Fixed NullPointerException, which may occur under special circumstances. (issue #408)
  • Table: Do not select text in cell editor when it gets focus (when JTable.surrendersFocusOnKeystroke is true) and TextComponent.selectAllOnFocusPolicy is once (the default) or always. (issue #395)
  • Linux: Fixed NPE when using java.awt.TrayIcon. (issue #405)
  • FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled Windows icons). Java 17 64-bit is not affected. (issue #403)
  • Native window decorations: Fixed layout loop, which may occur under special circumstances and slows down the application. (issue #420)

1.6.1

Fixed bugs

  • Native window decorations: Catch UnsatisfiedLinkError when trying to load jawt.dll to avoid an application crash (Java 8 on Windows 10 only).

1.6

New features and improvements

  • InternalFrame: Double-click on icon in internal frame title bar now closes the internal frame. (issue #374)
  • IntelliJ Themes: Removed deprecated install() methods.

Fixed bugs

  • Menus: Fixed missing modifiers flags in ActionEvent (e.g. Ctrl key pressed) when running in Java 9+ on Linux, macOS. Occurs also on Windows in

... (truncated)

Commits
  • cb70fb4 GitHub Actions: run Gradle wrapper validation only once
  • 2593a43 release 1.6.3
  • e44ff5b Tree: Fixed editing cell issue with custom cell renderer and cell editor that...
  • 22cb1b5 ComboBox (not editable): fixed regression that may display text in non-editab...
  • 95a15c3 release 1.6.2
  • ab32068 Native window decorations: fixed layout loop (issue #420)
  • a284b69 FileChooser: workaround for crash on Windows with Java 17 32bit (issue #403)
  • b590f41 Linux: fixed NPE when using java.awt.TrayIcon (issue #405)
  • a97076e ComboBox: fix NPE in CellPaddingBorder.install() (issue #408)
  • 0b6df8b ComboBox (not editable): fixed background painted outside of border if round ...
  • 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)

Bumps [flatlaf](https://github.com/JFormDesigner/FlatLaf) from 1.5 to 1.6.3.
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@1.5...1.6.3)

---
updated-dependencies:
- dependency-name: com.formdev:flatlaf
  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 15, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 17, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #13.

@dependabot dependabot Bot closed this Nov 17, 2021
@dependabot dependabot Bot deleted the dependabot/gradle/main/com.formdev-flatlaf-1.6.3 branch November 17, 2021 07:14
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.

0 participants