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

Bump fyne.io/fyne/v2 from 2.0.3 to 2.1.4 #28

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps fyne.io/fyne/v2 from 2.0.3 to 2.1.4.

Release notes

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

Fixing possible container crash and fixed size window sizing

Just a few small fixes that improve stability of rapidly changing containers and fixes a sizing issue for some fixed size windows.

Fixed

v2.1.3 for February Fix fiesta :)

As we continue work on the v2.2.0 release we wanted to get a few bug fixes delivered as well, these include:

  • The text on button can't be show correctly when use imported font (#2512)
  • Fix issues with DocTabs scrolling (#2709)
  • Fix possible crash for tapping extended Radio or Check item
  • Resolve lookup of relative icons in FyneApp.toml
  • Window not shown when SetFixedSize is used without Resize (#2784)
  • Text and links in markdown can be rendered on top of each other (#2695)
  • Incorrect cursor movement in a multiline entry with wrapping (#2698)

We'll see you again soon with some great feature additions!

Stability fixes for 32bit iOS devices and many more fixes

This bug fix release on the 2.1 feature set of Fyne brings various stability improvements amd re-introduces support for older macOS devices. You can use the -tags legacy to add support for older SDKs that are no longer supported by the OS provider.

Fixed

  • Scrolling list bound to data programatically causes nil pointer dereference (#2549)
  • Rich text from markdown can get newlines wrong (#2589)
  • Fix crash on 32bit operating systems (#2603)
  • Compile failure on MacOS 10.12 Sierra (#2478)
  • Don't focus widgets on mobile where keyboard should not display (#2598)
  • storage.List doesn't return complete URI on Android for "content:" scheme (#2619)
  • Last word of the line and first word of the next line are joined in markdown parse (#2647)
  • Support for building cmd/fyne on Windows arm64
  • Fixed FreeBSD requiring installed glfw library dependency (#1928)
  • Apple M1: error when using mouse drag to resize window (#2188)
  • Struct binding panics in reload with slice field (#2607)
  • File Dialog favourites can break for certain locations (#2595)
  • Define user friendly names for Android Apps (#2653)
  • Entry validator not updating if content is changed via data binding after SetContent (#2639)
  • CenterOnScreen not working for FixedSize Window (#2550)
  • Panic in boundStringListItem.Get() (#2643)
  • Can't set an app/window icon to be an svg. (#1196)
  • SetFullScreen(false) can give error (#2588)

As always please let us know how you find this release so we can keep on improving!

... (truncated)

Changelog

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

2.1.4 - 17 March 2022

  • SetTheme() is not fully effective for widget.Form (#2810)
  • FolderOpenDialog SetDismissText is ineffective (#2830)
  • window.Resize() does not work if SetFixedSize(true) is set after (#2819)
  • Container.Remove() race causes crash (#2826, #2775, #2481)
  • FixedSize Window improperly sized if contains image with ImageFillOriginal (#2800)

2.1.3 - 24 February 2022

Fixed

  • The text on button can't be show correctly when use imported font (#2512)
  • Fix issues with DocTabs scrolling (#2709)
  • Fix possible crash for tapping extended Radio or Check item
  • Resolve lookup of relative icons in FyneApp.toml
  • Window not shown when SetFixedSize is used without Resize (#2784)
  • Text and links in markdown can be rendered on top of each other (#2695)
  • Incorrect cursor movement in a multiline entry with wrapping (#2698)

2.1.2 - 6 December 2021

Fixed

  • Scrolling list bound to data programmatically causes nil pointer dereference (#2549)
  • Rich text from markdown can get newlines wrong (#2589)
  • Fix crash on 32bit operating systems (#2603)
  • Compile failure on MacOS 10.12 Sierra (#2478)
  • Don't focus widgets on mobile where keyboard should not display (#2598)
  • storage.List doesn't return complete URI on Android for "content:" scheme (#2619)
  • Last word of the line and first word of the next line are joined in markdown parse (#2647)
  • Support for building cmd/fyne on Windows arm64
  • Fixed FreeBSD requiring installed glfw library dependency (#1928)
  • Apple M1: error when using mouse drag to resize window (#2188)
  • Struct binding panics in reload with slice field (#2607)
  • File Dialog favourites can break for certain locations (#2595)
  • Define user friendly names for Android Apps (#2653)
  • Entry validator not updating if content is changed via data binding after SetContent (#2639)
  • CenterOnScreen not working for FixedSize Window (#2550)
  • Panic in boundStringListItem.Get() (#2643)
  • Can't set an app/window icon to be an svg. (#1196)
  • SetFullScreen(false) can give error (#2588)

2.1.1 - 22 October 2021

Fixed

  • Fix issue where table could select cells beyond data bound

... (truncated)

Commits
  • 7229e88 How did this typo slip in?
  • c8fbd52 Merge branch 'master' into release/v2.1.x
  • 771f964 Fix app exit semantics in doc
  • 7595a4b fix some typos (#2845)
  • 70f2944 prep v2.1.4 release notes
  • e58e527 Update FixedSize window size if min is bigger
  • ed8d41a Merge pull request #2847 from Jacalz/remove-all-slow
  • 39b36b1 Make a complete copy to avoid nil item issues
  • 929b6ff Add docs for container.Remove() when removing everything
  • 520867c Merge pull request #2829 from andydotxyz/fix/2819
  • 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.3 to 2.1.4.
- [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.3...v2.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2022
@mikan
Copy link
Owner

mikan commented Apr 14, 2022

Tested on Windows 11.
image

@mikan mikan merged commit b369d61 into master Apr 14, 2022
@mikan mikan deleted the dependabot/go_modules/fyne.io/fyne/v2-2.1.4 branch April 14, 2022 04:31
@mikan mikan added this to the v0.2.2 milestone Apr 14, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant