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

chore(deps): bump fyne.io/fyne/v2 from 2.0.0 to 2.0.2 #104

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 2, 2021

Bumps fyne.io/fyne/v2 from 2.0.0 to 2.0.2.

Release notes

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

No April fool, this is a load of handy bug fixes

Various changes since 2.0.1 that help to improve stability and performance of the v2.0.x release line.

Changed

  • Text can now be copied from a disable Entry using keyboard shortcuts

Fixed

  • Slider offset position could be incorrect for mobile apps
  • Correct error in example code
  • When graphics init fails then don't try to continue running (#1593)
  • Don't show global settings on mobile in fyne_demo as it's not supported (#2062)
  • Empty selection would render small rectangle in Entry
  • Do not show validation state for disabled Entry
  • dialog.ShowFileSave did not support mobile (#2076)
  • Fix issue that storage could not write to files on iOS and Android
  • mobile app could crash in some focus calls
  • Duplicate symbol error when compiling for Android with NDK 23 (#2064)
  • Add internet permission by default for Android apps (#1715)
  • Child and Parent support in storage were missing for mobile appps
  • Various crashes with Entry and multiline selections (including #1989)
  • Slider calls OnChanged for each value between steps (#1748)
  • fyne command doesn't remove temporary binary from src (#1910)
  • Advanced Color picker on mobile keeps updating values forever after sliding (#2075)
  • exec.Command and widget.Button combination not working (#1857)
  • After clicking a link on macOS, click everywhere in the app will be linked (#2112)
  • Text selection - Shift+Tab bug (#1787)

If you have any feedback please get in touch.

Support for Apple M1 and 35 other fixes

Following the large v2.0.0 feature release we bring a list of bug fixes that correct unexpected issues arising. The main highlight is support for compiling on the Apple M1 processor, plus various enhancements to dialog resizing.

The list reported issues resolve is as follows:

Changed

  • An Entry with Wrapping=fyne.TextWrapOff no longer blocks scroll events from a parent

Fixed

  • Error compiling fyne on Apple M1 arm64 (#1739)
  • Dialog.Resize() has no effect if called before Dialog.Show() (#1863)
  • SelectTab does not always correctly set the blue underline to the selected tab (#1872)
  • Entry Validation Broken when using Data binding (#1890)
  • android runtime error with fyne.dialog (#1896)

... (truncated)

Changelog

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

2.0.2 - 1 April 2021

Changed

  • Text can now be copied from a disable Entry using keyboard shortcuts

Fixed

  • Slider offset position could be incorrect for mobile apps
  • Correct error in example code
  • When graphics init fails then don't try to continue running (#1593)
  • Don't show global settings on mobile in fyne_demo as it's not supported (#2062)
  • Empty selection would render small rectangle in Entry
  • Do not show validation state for disabled Entry
  • dialog.ShowFileSave did not support mobile (#2076)
  • Fix issue that storage could not write to files on iOS and Android
  • mobile app could crash in some focus calls
  • Duplicate symbol error when compiling for Android with NDK 23 (#2064)
  • Add internet permission by default for Android apps (#1715)
  • Child and Parent support in storage were missing for mobile appps
  • Various crashes with Entry and multiline selections (including #1989)
  • Slider calls OnChanged for each value between steps (#1748)
  • fyne command doesn't remove temporary binary from src (#1910)
  • Advanced Color picker on mobile keeps updating values forever after sliding (#2075)
  • exec.Command and widget.Button combination not working (#1857)
  • After clicking a link on macOS, click everywhere in the app will be linked (#2112)
  • Text selection - Shift+Tab bug (#1787)

2.0.1 - 4 March 2021

Changed

  • An Entry with Wrapping=fyne.TextWrapOff no longer blocks scroll events from a parent

Fixed

  • Dialog.Resize() has no effect if called before Dialog.Show() (#1863)
  • SelectTab does not always correctly set the blue underline to the selected tab (#1872)
  • Entry Validation Broken when using Data binding (#1890)
  • Fix background colour not applying until theme change
  • android runtime error with fyne.dialog (#1896)
  • Fix scale calculations for Wayland phones (PinePhone)
  • Correct initial state of entry validation
  • fix entry widget mouse drag selection when scrolled
  • List widget panic when refreshing after changing content length (#1864)
  • Fix image caching that was too agressive on resize
  • Pointer and cursor misalignment in widget.Entry (#1937)
  • SIGSEGV Sometimes When Closing a Program by Clicking a Button (#1604)
  • Advanced Color Picker shows Black for custom primary color as RGBA (#1970)

... (truncated)

Commits
  • 912f723 Merge branch 'release/v2.0.x'
  • c42bea5 The GLFW upgrade appears not to be correct upstream, remove as some issues we...
  • 1dfd83b Fix performance issue where images could re-draw a lot when not needed
  • 23ba3f4 Missed a merge
  • 5b55066 Merge branch 'release/v2.0.x' of github.com:fyne-io/fyne into release/v2.0.x
  • 43350b2 Prepped for release vote
  • 44bc05b Merge pull request #2121 from andydotxyz/fix/1857
  • 88dffb9 Update changelog
  • cf4d41f remove unused fields
  • acdcdf6 do not double update color channels when their associated entry text is chang...
  • 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 [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/master/CHANGELOG.md)
- [Commits](fyne-io/fyne@v2.0.0...v2.0.2)

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 Apr 2, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 3, 2021

Superseded by #120.

@dependabot dependabot bot closed this May 3, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/fyne.io/fyne/v2-2.0.2 branch May 3, 2021 07:58
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
0 participants