Skip to content

chore(deps): bump fyne.io/fyne/v2 from 2.7.4 to 2.8.0#779

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/fyne.io/fyne/v2-2.8.0
Open

chore(deps): bump fyne.io/fyne/v2 from 2.7.4 to 2.8.0#779
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/fyne.io/fyne/v2-2.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps fyne.io/fyne/v2 from 2.7.4 to 2.8.0.

Changelog

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

2.8.0 - 11 Jul 2026

Added

  • New canvas objects: ArbitraryPolygon, BezierCurve, Blur, Ellipse & Shader (and NewShaderAnimation)
  • Hardware accelerated shadow support for various canvas elements
  • Add scheduled notifications API
  • Adding Required support to FormItem and Validation to Form
  • New RichText types and Markdown support to load tables, checkboxes & strikethrough
  • Adding accessibility support (currently off by default, use -tags accessibility to test)
  • New support for working with secondary monitors (for fullscreen additional content)
  • Add new Cache API for temporary resources, and new CacheResourceFromURLString helper
  • Add more requests to desktop Window - Always on Top and Position
  • Support for multi-touch drag reporting in mobile driver
  • Added APIs for window stacking of internal windows
  • Support for underline and strikethrough text
  • Add HighlightItem API to collection widgets
  • Secondary cut/copy/paste shortcuts for Unix systems
  • New sizes and colors in theme to support features
  • Added new diagonal resize cursors for desktop

Changed

  • Fyne now requires Go 1.22 as a minimum version, as a result we no longer support windows 7 or 8 and macOS 10.14 or earlier.
  • Wayland is now supported by default and will automatically be picked at runtime
  • Circle canvas object is now always a circle filling centrally in the space
  • Popups (modal and regular) no longer include padding by default
  • Canvas Polygon renamed to RegularPolygon
  • Follow macOS system setting for scroll bar visibility
  • Handle nested lists and quotes in Markdown renderer
  • AppTabs on mobile render with smaller icons and text, in-keeping with the platform
  • Upgrades to RichText rendering and performance including clearer code blocks
  • Apps that have not migrated to the fyne.Do thread handling will warn on app launch

Fixed

  • Increase thread warnings for 2.8 release prep (#6255)
  • Open tree branches when scrolling
  • Fix the Android status bar theming (#1442)
  • Android: Fix canListContentURI (#6119)
  • Fix strange wrapping which results in one char per line (#4303)
  • Android: Allow listContentURI to list content of a subfolder
  • Fix issue with window placement and fullscreen for macOS 26
  • Markdown: Support nested block quotes (#6311, #6297)
  • Clarify the size / resize and position of popups. (#6290)
  • show a static ellipsis on Activity when animations are disabled (#5252)
  • Mobile: Don't let horizontally draggable block vertical dragging (#6158)
  • Reset label selection on text change (#6277)
  • lang: avoid resolving unrelated languages by script similarity (#6176)
  • fix animation progress when duration changes mid-run (#5970

... (truncated)

Commits
  • 26a8e80 Merge pull request #6406 from andydotxyz/fix/6405
  • 1dbe88e Mist relevant const
  • b821040 Limit to 16 vertices to fix an Android GPU
  • 6f1492f Fixing macOS workaround and prepping for release
  • 24bced4 Move cover info to linux only (where it is used)
  • 096a0f5 Merge windows into the same runner config now we're all above 1.20
  • 168c39a Working around the old Go/macOS Tahoe issue
  • 923c807 32bit fix landed upstream
  • e8cfbe1 Documenting arm32 workaround
  • af967e2 Upgrade to Go 1.22 in the module and update dependency updates we can now use
  • 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)

Summary by cubic

Upgrade fyne.io/fyne/v2 from 2.7.4 to 2.8.0 to unlock new UI features, improved rich text, Wayland-by-default, and numerous bug fixes. This also refreshes the graphics stack and minor transitive deps.

  • Dependencies

    • Direct: fyne.io/fyne/v2 2.7.4 → 2.8.0
    • Indirect updates: fyne.io/systray, github.com/fyne-io/glfw-js, github.com/fyne-io/gl-js, github.com/go-gl/glfw (to v3.4 module), github.com/mattn/go-runewidth
    • New transitives: github.com/FyshOS/fancyfs, github.com/anthonynsimon/bild
  • Migration

    • Requires Go 1.22+.
    • Drops support for Windows 7/8 and macOS 10.14 or earlier.
    • UI changes to review: popups have no default padding, circle rendering centered, Wayland now selected by default on Linux.

Written for commit 073fc73. Summary will update on new commits.

Review in cubic

Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.7.4 to 2.8.0.
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/develop/CHANGELOG.md)
- [Commits](fyne-io/fyne@v2.7.4...v2.8.0)

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

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 Jul 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 13, 2026 18:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 13, 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