Fluent.Ribbon v6.1.0 Release Notes

Release Date: 2018-02-15 // about 6 years ago
    • ๐Ÿ› Bug fixes

      • #510 - Submenus in DropDownButton are not opened each time
      • #511 - Binding on RibbonWindow.Icon not working
      • #512 - Ideal text color should match the colors in the ribbon
      • #513 - Hovering causes flickering of ribbon backstage menu items
      • #517 - Fluent 6.0: buttons inside drop downs don't seem to work when using ClosePopupOnMouseDown
      • #524 - Fixes Korean translation error. (thanks @softinus)
    • โœจ Enhancements

      • #509 - Checked mark + Icon image at Menuitem
      • #514 - Detect Windows 10 app mode setting and adjust current AppTheme automatically
        ๐Ÿ You can use ThemeManager.SyncAppThemeWithWindowsAppModeSetting to align the AppTheme once.
        ๐Ÿ You can use ThemeManager.IsAutomaticWindowsAppModeSettingSyncEnabled to align the AppTheme automatically when the Windows setting is changed during runtime.
      • #518 - Replace Thread.Sleep with Task.Delay for non-.NET 4.0 platforms (thanks @GeertvanHorrik)