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 flatlaf-extras from 1.0 to 1.6 #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2021

Bumps flatlaf-extras from 1.0 to 1.6.

Release notes

Sourced from flatlaf-extras's releases.

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.

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 large popup menus that do not fit into the window. (issue #371; regression since FlatLaf 1.3)
  • OptionPane: Fixed OptionPane.sameSizeButtons, which did not work as expected when setting to false.
  • OptionPane: Fixed rendering of longer HTML text if it is passed as StringBuilder, StringBuffer, or any other object that returns HTML text in method toString(). (similar to issue #12)
  • ComboBox: Fixed popup border painting on HiDPI screens (e.g. at 150% scaling).
  • ComboBox: Fixed popup location if shown above of combo box (Java 8 only).
  • ComboBox (editable): Fixed wrong border of internal text field under special circumstances.
  • Spinner: Fixed painting of border corners on left side. (issue #382; regression since FlatLaf 1.4)
  • TableHeader: Do not show resize cursor for last column if resizing last column is not possible because auto resize mode of table is not off. (issue #332)
  • TableHeader: Fixed missing trailing vertical separator line if used in upper left corner of scroll pane. (issue #332)
  • TextField, FormattedTextField, PasswordField and ComboBox: Fixed alignment of placeholder text in right-to-left component orientation.
  • Slider: Fixed calculation of baseline, which was wrong under some circumstances.

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

... (truncated)

Changelog

Sourced from flatlaf-extras's changelog.

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 large popup menus that do not fit into the window. (issue #371; regression since FlatLaf 1.3)
  • OptionPane: Fixed OptionPane.sameSizeButtons, which did not work as expected when setting to false.
  • OptionPane: Fixed rendering of longer HTML text if it is passed as StringBuilder, StringBuffer, or any other object that returns HTML text in method toString(). (similar to issue #12)
  • ComboBox: Fixed popup border painting on HiDPI screens (e.g. at 150% scaling).
  • ComboBox: Fixed popup location if shown above of combo box (Java 8 only).
  • ComboBox (editable): Fixed wrong border of internal text field under special circumstances.
  • Spinner: Fixed painting of border corners on left side. (issue #382; regression since FlatLaf 1.4)
  • TableHeader: Do not show resize cursor for last column if resizing last column is not possible because auto resize mode of table is not off. (issue #332)
  • TableHeader: Fixed missing trailing vertical separator line if used in upper left corner of scroll pane. (issue #332)
  • TextField, FormattedTextField, PasswordField and ComboBox: Fixed alignment of placeholder text in right-to-left component orientation.
  • Slider: Fixed calculation of baseline, which was wrong under some circumstances.

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

... (truncated)

Commits
  • ae28c59 release 1.6
  • 1d08ddd InternalFrame: added missing since 1.6
  • 578379f Table and TableHeader: renamed UI keys Table[Header].showLastVerticalLine t...
  • 7c9f550 ComboBox: fixed popup location if shown above of combo box (Java 8 only)
  • 84d4510 ComboBox: fixed popup border painting on HiDPI screens (e.g. at 150% scaling)
  • fa194ec TableHeader: fixed missing trailing vertical separator line if used in upper ...
  • fd56de4 Slider: fixed calculation of baseline (see also PR #214)
  • 85fde46 Testing: FlatSingleComponentTest: revalidate and repaint when changing compon...
  • b283178 Spinner: fixed painting of border corners on left side (issue #382; regressio...
  • bddef38 Theme Editor: preview: added "editable" check box for text components
  • 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-extras](https://github.com/JFormDesigner/FlatLaf) from 1.0 to 1.6.
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@1.0...1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants