Fluent.Ribbon v8.0.0 Release Notes

Release Date: 2020-07-14 // almost 4 years ago
    • Breaking changes

      • Support for .NET 4.5 was removed and support for .NET 4.5.2 was added
      • [#811](../../issues/811) - ThemeManager was replaced by ThemeManager from "ControlzEx".
        You now have to use ThemeManager.Current instead of the static class ThemeManager.
        Because of this you now got more automatic and manual sync options.
        Syncing now, optionally, includes the current accent color from Windows.
        You can now generate themes at runtime more easily.
        The documentation for Fluent.Ribbon can be found at https://fluentribbon.github.io/documentation/styles_since_8
        The documentation for ThemeManager can be found at https://github.com/ControlzEx/ControlzEx/blob/develop/Wiki/ThemeManager.md
      • Colorful was removed from the available base colors for themes and was changed to a theme "variant".
        Due to this change you now have a lot more themes to choose from.
      • The built in state storage will no longer persist the state of quick access items.
        Details can be found in [#810](../../issues/810)
    • 🛠 ### Bug fixes

      • [#745](../../issues/745) - SplitButton.IsEnabled based on Command.CanExecute?
      • [#772](../../issues/772) - Backstage & Keyboard navigation
      • [#782](../../issues/782) - Using MahApps IconPacks for BackstageTabItem's icon
      • [#786](../../issues/786) - InRibbonGallery: Dynamic ItemWidth / use translated Text in items
      • [#788](../../issues/788) - Maximize icon is incorrectly drawn on high-dpi displays
      • [#789](../../issues/789) - Opening gallery messes up InRibbonGallery resizing.
      • [#791](../../issues/791) - Problem with dynamic items in InRibbonGallery
      • [#795](../../issues/795) - Check mark of menuitem not visible
      • [#798](../../issues/798) - The elements in the ribbon use ElementName = xxx to bind the data and cannot find the xxx element
      • [#819](../../issues/819) - Is there a way to disable default tooltip when RibbonGroupBox is disabled?
    • Enhancements/Features

      • [#804](../../issues/804) - Ribbon Window's Icon Not Centered
        Added VerticalIconAlignment to RibbonWindow