Skip to content

Bump Eto.Platform.Windows from 2.7.5 to 2.8.0#43

Merged
sudokoko merged 1 commit intomasterfrom
dependabot/nuget/Eto.Platform.Windows-2.8.0
Sep 12, 2023
Merged

Bump Eto.Platform.Windows from 2.7.5 to 2.8.0#43
sudokoko merged 1 commit intomasterfrom
dependabot/nuget/Eto.Platform.Windows-2.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps Eto.Platform.Windows from 2.7.5 to 2.8.0.

Release notes

Sourced from Eto.Platform.Windows's releases.

2.8.0

⭐ New Features

  • Wpf/WinForms: Update WebView2 to latest #2549
  • Mac/WinForms/Wpf: Wire up DataObject.NativeHandle #2548
  • Don't attach a dialog when launched from an NSPanel #2544
  • DataObject/Clipboard enhancements #2535
  • Wpf: Ensure TreeGridItem is expandable before checking if Expanded is true #2526
  • Mac: Add ability to auto attach/detach a control #2523
  • Mac: avoid exceptions from trying to close a form while it is already closing. #2522
  • Wpf: Auto scroll Tree/GridView when cursor nears edge during drag/drop #2519
  • Setting e.Cancel = true in Splitter.PositionChanging event should cancel any changes #2517
  • Re-throw property binding exceptions #2515
  • Add Keyboard.ModifiersChanged event #2509
  • Use global usings #2508
  • Wpf: Optimize layout of parent controls when size of control is set #2504
  • Wpf: Allow changing ImageText/ViewCell margins via styles. #2491
  • Wpf: Allow ToolItem and MenuItem to have different icon sizes #2481
  • Add ability to override NSBox tinting using styles #2475
  • Use multiple target frameworks for Eto.Forms #2439
  • Wpf: Center text on TabPage header #2197

🪲 Bug Fixes

  • Mac: Fix TreeGridView.SelectedItemChanged #2547
  • Mac: Reload data when selection changes in TreeGridView the same as it does for GridView #2543
  • Mac: Fix drawing issue on macOS Sonoma #2540
  • Fix serializing objects with custom child types using DataObject/Clipboard #2539
  • Mac: Suppress MouseUp when there is no MouseDown #2538
  • Mac: Fix firing MouseDown when not in bounds of the control #2537
  • Wpf/WinForms: Fallback to getting raw stream if converting the value to byte data doesn't work #2536
  • Wpf: Fix performance setting TextBox.Text rapidly #2534
  • Mac: Fix possible NRE when firing MouseEnter/Leave #2533
  • Mac: Fix firing MouseEnter/Leave when scrolling #2532
  • Mac: no need to measure when setting CheckBox.BackgroundColor #2531
  • Mac/Gtk: Ensure MouseLeave is called when control is unloaded #2524
  • Mac: Add more NativeHandle constructors and prevent NRE's with TextBox. #2521
  • Mac: Protect against NRE's with TreeView #2514
  • Mac/Gtk: Ensure control gets Got/LostFocus events when window Got/LostFocus is triggered #2512
  • Gtk: Fix drag and drop #2510
  • Build from CI using specific macos workload #2507
  • Mac: Fix setting tracking rectangles for mouse enter/move/leave events #2506
  • Mac: Fix clipping of controls #2505
  • Mac: Fix setting Tree/GridView.BackgroundColor #2503
  • Wpf: Fix WebView2 GotFocus/LostFocus/HasFocus #2499
  • Wpf/WinForms: Release capture if MouseUp event is handled by user code #2498

... (truncated)

Commits
  • 51b55dc Merge pull request #2549 from cwensley/curtis/update-webview2
  • c43d64e Wpf/WinForms: Update WebView2 to latest
  • acb30b1 Merge pull request #2548 from cwensley/curtis/win-return-dataobject-handle
  • 3c18bd3 Mac/WinForms/Wpf: Wire up DataObject.NativeHandle
  • 8fe90bb Merge pull request #2547 from cwensley/curtis/mac-fix-treegridview-selected-i...
  • f86a56e Mac: Fix TreeGridView.SelectedItemChanged
  • 6be061e Merge pull request #2544 from cwensley/curtis/mac-no-attach-on-nspanel
  • 87c81da Don't attach a dialog when launched from an NSPanel
  • f5c1537 Merge pull request #2543 from cwensley/curtis/mac-treegridview-reload-when-se...
  • 25cf567 Mac: Reload data when selection changes in TreeGridView the same as it does f...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2023
@sudokoko
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/nuget/Eto.Platform.Windows-2.8.0 branch from f5b2eb2 to 50babb8 Compare September 12, 2023 14:25
@sudokoko
Copy link
Member

@dependabot rebase

Bumps [Eto.Platform.Windows](https://github.com/picoe/Eto) from 2.7.5 to 2.8.0.
- [Release notes](https://github.com/picoe/Eto/releases)
- [Commits](picoe/Eto@2.7.5...2.8.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 force-pushed the dependabot/nuget/Eto.Platform.Windows-2.8.0 branch from 50babb8 to 1fed024 Compare September 12, 2023 14:39
@sudokoko sudokoko merged commit c9838d3 into master Sep 12, 2023
@sudokoko sudokoko deleted the dependabot/nuget/Eto.Platform.Windows-2.8.0 branch September 12, 2023 14:46
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