Skip to content

Bump fyne.io/fyne/v2 from 2.7.1 to 2.7.3#38

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/fyne.io/fyne/v2-2.7.3
Open

Bump fyne.io/fyne/v2 from 2.7.1 to 2.7.3#38
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/fyne.io/fyne/v2-2.7.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps fyne.io/fyne/v2 from 2.7.1 to 2.7.3.

Release notes

Sourced from fyne.io/fyne/v2's releases.

v2.7.3 - Loads of fixes from around the community

A massive thanks to our community for contributing a lot of fixes for this latest release. The following highlights the main items:

Fixed

  • systray not functional within snap sandbox (systray#64)
  • A dialog with a table. Selecting a cell and closing the dialog produces a Fyne error (#5166)
  • Fix JNI crash due to invalid global reference when accessing Android file streams (#6067)
  • Low frame rate with animated rectangles on 2.7.x (#6040)
  • Random panic when launching the app (#5981)
  • Tree Widget constantly calls IsBranch and ChildrenUIs (#4339)
  • Font scanning fails in Flatpak due to broken symlinks
  • Correct system tray icon on Linux when using SVG
  • Button press animation sometimes leaks outside the bounds of the button (#6096)
  • SVG cannot be loaded if it has currentColor at root element (#6102)
  • Wrapped text is rendered poorly (blurred) (#4390)
  • Blurry text in mobile Linux (#2280)
  • On 2.3.0 text is fuzzy (#3464)
  • Correct presentation of HTML entities when using markdown in RichText
  • Accordion kills CPU by inefficient MinSize implementation (#6108)
  • Tree with no data (with Accordion?) - triggers endless layout loop (#6094)
  • NewRichTextFromMarkdown can't handle nested lists (#6113)

As always please do let us know if you experience any issues. We are now focusing on features for 2.8, but there will probably be one more bugfix release on the 2.7.x branch in a Month.

New Year new Fyne release :) - lots of bug fixes

Changed

  • Added Japanese translation

Fixed

  • Crash in accordion (#3966)
  • Extended list does not focus correctly when tapped (#5997)
  • TextGrid: Ensure we are refreshing the correct row (#6023)
  • Entry doesn't lose focus when clicking on button elsewhere (#5107)
  • Mouse clicks missed (#4672)
  • Possible crash when form is truncated when an Entry is focused
  • Alt-Tab'ing should not open MainMenu (#2998)
  • Wayland: ALT key steals focus to the menubar if it exists (#5960)
  • Extending the build-In theme only works fully when theme is set after app has started (#6056)
  • Multi-segment RichText not right aligning correctly (#6060)
Changelog

Sourced from fyne.io/fyne/v2's changelog.

2.7.3 - 21 Feb 2026

Fixed

  • systray not functional within snap sandbox (systray#64)
  • A dialog with a table. Selecting a cell and closing the dialog produces a Fyne error (#5166)
  • Fix JNI crash due to invalid global reference when accessing Android file streams (#6067)
  • Low frame rate with animated rectangles on 2.7.x (#6040)
  • Random panic when launching the app (#5981)
  • Tree Widget constantly calls IsBranch and ChildrenUIs (#4339)
  • Font scanning fails in Flatpak due to broken symlinks
  • Correct system tray icon on Linux when using SVG
  • Button press animation sometimes leaks outside the bounds of the button (#6096)
  • SVG cannot be loaded if it has currentColor at root element (#6102)
  • Wrapped text is rendered poorly (blurred) (#4390)
  • Blurry text in mobile Linux (#2280)
  • On 2.3.0 text is fuzzy (#3464)
  • Correct presentation of HTML entities when using markdown in RichText
  • Accordion kills CPU by inefficient MinSize implementation (#6108)
  • Tree with no data (with Accordion?) - triggers endless layout loop (#6094)
  • NewRichTextFromMarkdown can't handle nested lists (#6113)

2.7.2 - 6 Jan 2026

Changed

  • Added Japanese translation

Fixed

  • Crash in accordion (#3966)
  • Extended list does not focus correctly when tapped (#5997)
  • TextGrid: Ensure we are refreshing the correct row (#6023)
  • Entry doesn't lose focus when clicking on button elsewhere (#5107)
  • Mouse clicks missed (#4672)
  • Possible crash when form is truncated when an Entry is focused
  • Alt-Tab'ing should not open MainMenu (#2998)
  • Wayland: ALT key steals focus to the menubar if it exists (#5960)
  • Extending the build-In theme only works fully when theme is set after app has started (#6056)
  • Multi-segment RichText not right aligning correctly (#6060)
Commits
  • 3f52c5d Add document to clarify OnSubmitted
  • 0557a0f Preparing v2.7.3
  • aa1a7b5 Fix counting for nested ordered lists
  • 7ecc835 Handle nested lists in Markdown renderer
  • 35df60e add minsize caches (#6112)
  • d93b16b Fix text encoding of entities when parsing markdown
  • 41bf61c Fix text blurring by using explicit size rounding instead of position-derived...
  • 1a6e669 Fixing icon failure when currentColor is at the root node (i.e. no current ...
  • 5cdfaab [text] bump go-text/typesetting to v0.3.3 and fix deprecated fields.
  • 6412db0 Fix button animation overstepping the bounds of the button if button Refreshe...
  • 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 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 [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.7.1 to 2.7.3.
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/v2.7.3/CHANGELOG.md)
- [Commits](fyne-io/fyne@v2.7.1...v2.7.3)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-version: 2.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 23, 2026
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants