Update module fyne.io/fyne/v2 to v2.6.3 #2
Reference in New Issue
Block a user
Delete Branch "renovate/fyne.io-fyne-v2-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v2.5.1->v2.6.3Release Notes
fyne-io/fyne (fyne.io/fyne/v2)
v2.6.3: Fix compile issues with Go 1.25Compare Source
This hot fix release resolves only the compile issue with Go v1.25.0 caused by golang.org/x/tools conflict
v2.6.2: Long list of fixes improve your summer projectsCompare Source
This release was slightly delayed but that means a long list of fixes! Sorry to anyone that was waiting for a fix, but hopefully this update super-powers your holiday hacking.
As well as adding Czechoslovakia translations, the following list of issues were addressed:
v2.6.1: Bug fixes, remove races and some thread warning refinementsCompare Source
The first point release since v2.6.0 adds a new translation for Russian, removes some false alerts for thread usage and generally improves safety about previous concurrent usage internally.
Fixed
v2.6.0: With v2.6.0 Fyne is faster than ever and passing Go's race checks too :)Compare Source
This massive update to Fyne introduces a new threading model that allows it to be a lot faster whilst being free of data races as well!
Developers who use background processing will need to make use of the new
fyne.Doand anyone with custom widgets that make use of locking to provide thread safety can now remove it as all Fyne callbacks occur on the same goroutine.Your app may need a few updates (logs will show you where behaviour changes should be added) but can see up to 3x speed increase depending on the number of graphical elements and how frequently they are updated.
Added
fyneDo = trueScrollToOffsetfunctions to collection widgetsAppendfunction to TextGridPrependfunction to AccordionSetTitleTextChanged
Fixed
This is obviously a big update - please get in touch if you have any questions or challenges adopting this new version.
See important upgrade notes at https://docs.fyne.io/api/v2.6/upgrading.
v2.5.5: fixes an incompatibility with Go 1.24 WASM buildCompare Source
A small release as we prepare v2.6.0. This update is necessary for any Go 1.24 users who wish to deploy WASM.
v2.5.4: with bug fixes and new translationsCompare Source
Probably the last release on v2.5.x series as we are already deep into 2.6 prep!
New translations
Bugs fixed
v2.5.3: Festive cheer delivered early with latest bugfix releaseCompare Source
We are happy to announce release v2.5.3 with many bugfixes relating to custom themes, file dialog and SVG rendering, among others and a few performance boosts too! (see below)
Changed
We made a couple of minor changes that improve overall experience too:
Fixed
As always to let us know through GitHub issues if you find anything wrong with this latest release.
v2.5.2: adds Swedish translation, documentation improvements and many fixesCompare Source
Latest release gets lots of fixes into everyones hands and fixes a compilation break in the go-text/typesetting dependency.
Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
github.com/fsnotify/fsnotifyv1.7.0->v1.9.0github.com/fyne-io/gl-jsv0.0.0-20220119005834-d2da28d9ccfe->v0.2.0github.com/fyne-io/glfw-jsv0.0.0-20240101223322-6e1efdc71b7a->v0.3.0github.com/fyne-io/imagev0.0.0-20220602074514-4956b0afb3d2->v0.1.1github.com/go-text/renderv0.1.1-0.20240418202334-dd62631dae9b->v0.2.0github.com/go-text/typesettingv0.1.0->v0.2.1github.com/jeandeaual/go-localev0.0.0-20240223122105-ce5225dcaa49->v0.0.0-20250612000132-0ef82f21eadegithub.com/rymdport/portalv0.2.6->v0.4.1github.com/stretchr/testifyv1.8.4->v1.10.0github.com/yuin/goldmarkv1.7.1->v1.7.8golang.org/x/imagev0.18.0->v0.24.0golang.org/x/netv0.25.0->v0.35.0golang.org/x/sysv0.20.0->v0.30.0golang.org/x/textv0.16.0->v0.22.0