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 Fluent.Ribbon from 9.0.4 to 10.0.1 #58

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 Jul 31, 2023

Bumps Fluent.Ribbon from 9.0.4 to 10.0.1.

Release notes

Sourced from Fluent.Ribbon's releases.

v10.0.1

  • Bug fixes

    • #1133 - Fixing binding path to attached property for simplified ControlTemplates (thanks @​dcm99)
    • #1134 - Selected Tab on first render has a black border
    • #1135 - Black line between Ribbon and Window (when using a colorful theme)
    • #1125 - BackStage Back Button doesn't have an accessibility text.
    • #1151 - ComboBox Popup MinWidth too large
    • #1152 - Using ObjectToImageConverter via StaticResource raises an exception (thanks @​nishy2000)

v10.0.0

  • Breaking changes

    • Dropped support for .NET 4.5.2. The lowest support .NET version is now 4.6.2.
    • Dropped support for .NET 5.0 and add .NET 6.0 instead.
    • Resizing popups should now work properly where supported (ComboBox, DropDownButton, InRibbonGallery, MenuItem, SplitButton).
      Templates now use the new specialized ResizeableContentControl to enable this.
      Resize code was moved from single controls to the new control.
    • Updated ControlzEx to version 6.
      • RibbonWindow now inherits from WindowChromeWindow
      • GlowBrush and NonActiveGlowBrush are now named GlowColor and NonActiveGlowColor and are both of type Color instead of Brush
      • Default value for BorderThickness changed from 1 to 0
    • PDBs are now embedded
    • Removed IsMinimized and IsOpen from RibbonTabItem
    • HeaderTemplate and HeaderTemplateSelector were added to IHeaderedControl
    • Various controls (Button, ComboBox etc.) now use HeaderTemplate to format their header instead of using TwoLineLabel directly
    • #948 - Minimize button misplaced
      Minimize button was moved to the right hand side of the toolbar in the tab item row
    • All resources now have the prefix Fluent.Ribbon..
      This means that nearly all resources got renamed.
  • Bug fixes

    • #1035 - Binding failures from within RibbonTabItem on IsMinimized & IsOpen
    • #1041 - MenuItem CreateQuickAccessItem should create ToggleButton (thanks @​andersforsgren)
    • #1070 - Separators no longer shown in Backstage (related to #936)
    • #1081 - Fix InvalidOperationException thrown when switching focus from editable ComboBox to Hyperlink (thanks @​orrindeng)
    • #1087 - Multiple levels of menu items of DropDownButton behaves not well (thanks @​orrindeng)
    • #1092 - Fix on some computers, the gallery layout is not good (thanks @​orrindeng)
    • #1095 - Add missing localizations for the danish language (thanks @​cbra-caa)
    • #1096 - BackstageTabItem tooltip shows on content hover (thanks @​cbra-caa)
    • #1098 - Collapsed groupboxes are not keyboard accessible (thanks @​cbra-caa)
    • #1101 - Backstage button tooltip shows on active backstage (thanks @​cbra-caa)
    • #1103 - Backstage.IsOpen is not bindable (thanks @​cbra-caa)
    • #1107 - Child sizes are not updated when user switches between Classic/Simplified Ribbon while Ribbon is minimized
    • #1114 - Fix combobox can't open dropdown when the editable textbox of it has the focus (thanks @​orrindeng)
    • #1115 - Update Russian translation (thanks @​Blueberryy)
    • #1116 - Accessibility: Ribbon Display Options are read as "DropDown Button"
    • #1117 - Accessibility: BackButton has low contrast
    • #1125 - BackStage Back Button doesn't have an accessibility text.

... (truncated)

Changelog

Sourced from Fluent.Ribbon's changelog.

10.0.1

  • Bug fixes

    • #1133 - Fixing binding path to attached property for simplified ControlTemplates (thanks @​dcm99)
    • #1134 - Selected Tab on first render has a black border
    • #1135 - Black line between Ribbon and Window (when using a colorful theme)
    • #1125 - BackStage Back Button doesn't have an accessibility text.
    • #1151 - ComboBox Popup MinWidth too large
    • #1152 - Using ObjectToImageConverter via StaticResource raises an exception (thanks @​nishy2000)

10.0.0

  • Breaking changes

    • Dropped support for .NET 4.5.2. The lowest support .NET version is now 4.6.2.
    • Dropped support for .NET 5.0 and add .NET 6.0 instead.
    • Resizing popups should now work properly where supported (ComboBox, DropDownButton, InRibbonGallery, MenuItem, SplitButton).
      Templates now use the new specialized ResizeableContentControl to enable this.
      Resize code was moved from single controls to the new control.
    • Updated ControlzEx to version 6.
      • RibbonWindow now inherits from WindowChromeWindow
      • GlowBrush and NonActiveGlowBrush are now named GlowColor and NonActiveGlowColor and are both of type Color instead of Brush
      • Default value for BorderThickness changed from 1 to 0
    • PDBs are now embedded
    • Removed IsMinimized and IsOpen from RibbonTabItem
    • HeaderTemplate and HeaderTemplateSelector were added to IHeaderedControl
    • Various controls (Button, ComboBox etc.) now use HeaderTemplate to format their header instead of using TwoLineLabel directly
    • #948 - Minimize button misplaced
      Minimize button was moved to the right hand side of the toolbar in the tab item row
    • All resources now have the prefix Fluent.Ribbon..
      This means that nearly all resources got renamed.
    • InputWidth was converted from an instance proptery to an attached property in InputControlProperties
  • Bug fixes

    • #1035 - Binding failures from within RibbonTabItem on IsMinimized & IsOpen
    • #1041 - MenuItem CreateQuickAccessItem should create ToggleButton (thanks @​andersforsgren)
    • #1070 - Separators no longer shown in Backstage (related to #936)
    • #1081 - Fix InvalidOperationException thrown when switching focus from editable ComboBox to Hyperlink (thanks @​orrindeng)
    • #1087 - Multiple levels of menu items of DropDownButton behaves not well (thanks @​orrindeng)
    • #1092 - Fix on some computers, the gallery layout is not good (thanks @​orrindeng)
    • #1095 - Add missing localizations for the danish language (thanks @​cbra-caa)
    • #1096 - BackstageTabItem tooltip shows on content hover (thanks @​cbra-caa)
    • #1098 - Collapsed groupboxes are not keyboard accessible (thanks @​cbra-caa)
    • #1101 - Backstage button tooltip shows on active backstage (thanks @​cbra-caa)
    • #1103 - Backstage.IsOpen is not bindable (thanks @​cbra-caa)
    • #1107 - Child sizes are not updated when user switches between Classic/Simplified Ribbon while Ribbon is minimized
    • #1114 - Fix combobox can't open dropdown when the editable textbox of it has the focus (thanks @​orrindeng)
    • #1115 - Update Russian translation (thanks @​Blueberryy)

... (truncated)

Commits

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 [Fluent.Ribbon](https://github.com/fluentribbon/Fluent.Ribbon) from 9.0.4 to 10.0.1.
- [Release notes](https://github.com/fluentribbon/Fluent.Ribbon/releases)
- [Changelog](https://github.com/fluentribbon/Fluent.Ribbon/blob/develop/Changelog.md)
- [Commits](fluentribbon/Fluent.Ribbon@v9.0.4...v10.0.1)

---
updated-dependencies:
- dependency-name: Fluent.Ribbon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2023
@dependabot dependabot bot force-pushed the dependabot/nuget/Fluent.Ribbon-10.0.1 branch from 282cacb to 7025ca8 Compare July 31, 2023 18:30
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