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 Eto.Platform.Windows from 2.8.3 to 2.9.0 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps Eto.Platform.Windows from 2.8.3 to 2.9.0.

Release notes

Sourced from Eto.Platform.Windows's releases.

2.9.0

⭐ New Features

  • Wpf: Isolate resource dictionaries by specifying Version and PublicKey #2716
  • TextArea.ScrollToStart/End fixes #2712
  • Wpf: Focus the family text box when showing the FontDialog #2708
  • Wpf: Drawable updates for large canvases in a scrollable #2707
  • Add Form.ShowAsync #2706
  • Update .gitignore to ignore .DS_Store #2686
  • Window OnLoadComplete and GetPreferredSize improvements #2684
  • Make OperatingSystemPlatform lazy and use newer APIs for OS detection #2679
  • WPF/WinForms: Performance updates for Tree/GridView #2663
  • Gtk: Use Gtk.Box vs deprecated HBox/VBox #2662
  • Remove TypeHelper which was used for netstandard1.0 support #2661
  • No need to use reflection anymore to get converter properties/supported #2660
  • Fix an event handler leak in Binding.RemovePropertyEvent #2644
  • Failed to initialize WebView2 error message spelling #2641
  • Use Eto types for to/from native screen points and fill in comments #2640
  • Add WpfHelpers.ToEtoScreen/ToNativeScreen helper methods #2639

🪲 Bug Fixes

  • Wpf: Use public key token for WPF resources instead of full key #2718
  • WPF: Don't force layout when child preferred size changes #2717
  • Fix issue mapping view to model in SelectableFilterCollection #2715
  • Fix building Mac64 projects with mono #2714
  • Wpf: Fix TextBox.Text so it clears the undo buffer when set #2713
  • Mac: Fix turning off TextArea.Wrap with Right or Center alignment #2711
  • Wpf: Fix Scrollable when child size is changed #2709
  • Wpf: Fix memory leak with Screen.GetImage() #2701
  • System.Xml RoslynCodeTaskFactory Build Problem macOS #2700
  • Mac: Fix issue updating items in a GridView #2699
  • Localization updates #2697
  • Wpf: Setting Dialog.Visible=false after shown should not crash #2696
  • Wpf: Fix issue that could cause an endless loop with Tree/GridView #2692
  • Wpf: Clear owner before setting Visible to false #2690
  • WinForms: Don't crash when displaying an empty form #2689
  • Mac: Fix position of window with AutoSize or changing ClientSize #2688
  • Form visibility fixes #2687
  • Wpf: Allow DataGrid and Window background to be styled #2685
  • Wpf: Ignore exceptions when calling GC.TryStartNoGCRegion #2683
  • Wpf: Fix issue restoring column focus if the column has been removed #2682
  • Mac: Check for null handler in Tree/GridView delegates and data sources #2680
  • Mac: Don't call SizeChanged if disposed #2678
  • Mac: Fix crash when setting background color on some controls and size changes to zero #2677
  • SelectableFilterCollection SelectRow() fails on sorted/filtered collection #2676
  • Eto.Wpf.Forms.Screen.GetImage creates memory leaks #2674
  • Wpf: Only enable NoGCRegion if not in that mode already #2672
  • Mac: Implement Keymap.Convert #2671

... (truncated)

Commits
  • aeff343 Merge pull request #2718 from cwensley/curtis/wpf-use-token-instead-of-full-p...
  • 862204a Wpf: Use public key token for WPF resources instead of full key
  • 802488c Merge pull request #2717 from cwensley/curtis/wpf-scrollable-performance
  • 3aec854 WPF: Don't force layout when child preferred size changes
  • f559eb4 Merge pull request #2716 from cwensley/curtis/wpf-isolate-resource-dictionaries
  • 2489765 Wpf: Isolate resource dictionaries by specifying Version and PublicKey
  • 1b5b7f5 Merge pull request #2715 from cwensley/curtis/fix-SelectableFilterCollection
  • a773336 Fix issue mapping view to model in SelectableFilterCollection
  • d93e8ce Merge pull request #2714 from cwensley/curtis/build-mac-with-mono-again
  • 337bebe Fix building Mac64 projects with mono
  • 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 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)

Bumps [Eto.Platform.Windows](https://github.com/picoe/Eto) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/picoe/Eto/releases)
- [Commits](picoe/Eto@2.8.3...2.9.0)

---
updated-dependencies:
- dependency-name: Eto.Platform.Windows
  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 Dec 30, 2024
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.

0 participants