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.1 #170

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

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

Release notes

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

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)
  • List widget panic when refreshing after changing content length (#1864)
  • 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)
  • Canvas.Focus() before window visible causes application to crash (#1893)
  • Menu over Content (#1973)
  • Cells are not getting draw in correct location after column resize. (#1951)
  • Possible panic when selecting text in a widget.Entry (#1983)
  • Form validation doesn't enable submit button (#1965)
  • Creating a window shows it before calling .Show() and .Hide() does not work (#1835)
  • Dialogs are not refreshed correctly on .Show() (#1866)
  • Failed creating setting storage : no such directory (#2023)
  • Erroneous custom filter types not supported error on mobile (#2012)
  • High importance button show no hovered state (#1785)
  • List widget does not render all visible content after content data gets shorter (#1948)
  • Calling Select on List before draw can crash (#1960)
  • Dialog not resizing in newly created window (#1692)
  • Dialog not returning to requested size (#1382)
  • Entry without scrollable content prevents scrolling of outside scroller (#1939)
  • fyne_demo crash after selecting custom Theme and table (#2018)
  • Table widget crash when scrolling rapidly (#1887)
  • Cursor animation sometimes distorts the text (#1778)
  • Extended password entry panics when password revealer is clicked (#2036)
  • Data binding limited to 1024 simultaneous operations (#1838)
  • Custom theme does not refresh when variant changes (#2006)
Changelog

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

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)
  • Canvas.Focus() before window visible causes application to crash (#1893)
  • Menu over Content (#1973)
  • Error compiling fyne on Apple M1 arm64 (#1739)
  • Cells are not getting draw in correct location after column resize. (#1951)
  • Possible panic when selecting text in a widget.Entry (#1983)
  • Form validation doesn't enable submit button (#1965)
  • Creating a window shows it before calling .Show() and .Hide() does not work (#1835)
  • Dialogs are not refreshed correctly on .Show() (#1866)
  • Failed creating setting storage : no such directory (#2023)
  • Erroneous custom filter types not supported error on mobile (#2012)
  • High importance button show no hovered state (#1785)
  • List widget does not render all visible content after content data gets shorter (#1948)
  • Calling Select on List before draw can crash (#1960)
  • Dialog not resizing in newly created window (#1692)
  • Dialog not returning to requested size (#1382)
  • Entry without scrollable content prevents scrolling of outside scroller (#1939)
  • fyne_demo crash after selecting custom Theme and table (#2018)
  • Table widget crash when scrolling rapidly (#1887)
  • Cursor animation sometimes distorts the text (#1778)
  • Extended password entry panics when password revealer is clicked (#2036)
  • Data binding limited to 1024 simultaneous operations (#1838)
  • Custom theme does not refresh when variant changes (#2006)

2.0 - 22 January 2021

Changes that are not backward compatible

These changes may break some apps, please read the

... (truncated)

Commits
  • 622d3ef Merge branch 'release/v2.0.x'
  • b9b3a57 Re-prep
  • 73a3f0d do not update scroll position if scroll content is nil (fixes crash on fyne_d...
  • 9d4676c ensure mobile window content enqueues a refresh event on show
  • 6f24b54 Last fix before release?
  • ded6eba Allow custom themes to react theme variant changes, fixes #2006 (#2049)
  • f8fb2b1 Fixed horizontal inset bug with label/hyperlink
  • 9f1c490 Preparing for release
  • 23e9da8 Update to latest change notes
  • 8b0a9b3 Initialise queue to a certain capacity
  • 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.1.
- [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.1)

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 Mar 12, 2021
@codecov-io
Copy link

Codecov Report

Merging #170 (b0fa8b0) into master (c897e7e) will increase coverage by 24.88%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #170       +/-   ##
===========================================
+ Coverage   11.48%   36.36%   +24.88%     
===========================================
  Files         156      180       +24     
  Lines        6122    14805     +8683     
  Branches     1573        0     -1573     
===========================================
+ Hits          703     5384     +4681     
- Misses       5419     8313     +2894     
- Partials        0     1108     +1108     
Flag Coverage Δ
go.unittests 36.36% <ø> (?)
js.unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
js/assetsTransformer.js
js/packages/components/modals/AddThisContact.tsx
js/packages/components/settings/Notifications.tsx
js/packages/components/shared-components/Card.tsx
js/packages/components/notifications/index.ts
js/packages/go-bridge/GoBridge.native.ts
...ckages/components/shared-components/LoaderDots.tsx
.../packages/components/shared-components/HintBody.js
...ckages/components/settings/AddDevConversations.tsx
js/packages/components/helpers.ts
... and 326 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c897e7e...b0fa8b0. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 22, 2021

Looks like fyne.io/fyne/v2 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/fyne.io/fyne/v2-2.0.1 branch March 22, 2021 10:20
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
1 participant