MaterialDesignExtensions Versions Save

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps

v3.0.0

4 years ago

Features

  • Support for .NET Core 3
  • Select file with double click in OpenFileDialog and SaveFileDialog
  • Improved keyboard navigation for file system controls
  • Dense style for PersistentSearch
  • Optional icon templates for steps inside a stepper
  • Improved stepper navigation
  • Added MaterialWindow.TitleBarIcon property

Breaking API

  • Removed obsolete members
    • TabControlAssist.TabHeaderAlignment attached property
    • OpenDirectoryDialog.ShowDialogAsync methods
    • OpenFileDialog.ShowDialogAsync methods
    • SaveFileDialog.ShowDialogAsync methods
  • Extendend IStepper interface to implement new features for steppers
  • Extendend IStep interface to implement new features for steppers

v3.0.0-a03

4 years ago

Features

  • Support for .NET Core 3
  • Select file with double click in OpenFileDialog and SaveFileDialog
  • Improved keyboard navigation for file system controls
  • Dense style for PersistentSearch
  • Optional icon templates for steps inside a stepper
  • Improved stepper navigation
  • Added MaterialWindow.TitleBarIcon property

Breaking API

  • Removed obsolete members
    • TabControlAssist.TabHeaderAlignment attached property
    • OpenDirectoryDialog.ShowDialogAsync methods
    • OpenFileDialog.ShowDialogAsync methods
    • SaveFileDialog.ShowDialogAsync methods
  • Extendend IStepper interface to implement new features for steppers
  • Extendend IStep interface to implement new features for steppers

v3.0.0-a02

4 years ago

Features

  • Select file with double click in OpenFileDialog and SaveFileDialog
  • Improved keyboard navigation for file system controls
  • Dense style for PersistentSearch
  • Optional icon templates for steps inside a stepper
  • Improved stepper navigation

Breaking API

  • Removed obsolete members
    • TabControlAssist.TabHeaderAlignment attached property
    • OpenDirectoryDialog.ShowDialogAsync methods
    • OpenFileDialog.ShowDialogAsync methods
    • SaveFileDialog.ShowDialogAsync methods
  • Extendend IStepper interface to implement new features for steppers
  • Extendend IStep interface to implement new features for steppers

v3.0.0-a01

4 years ago

Features

  • Select file with double click in OpenFileDialog and SaveFileDialog
  • Improved keyboard navigation for file system controls
  • Dense style for PersistentSearch

Breaking API

  • Removed obsolete members
    • TabControlAssist.TabHeaderAlignment attached property
    • OpenDirectoryDialog.ShowDialogAsync methods
    • OpenFileDialog.ShowDialogAsync methods
    • SaveFileDialog.ShowDialogAsync methods

v2.8.0

4 years ago

Features

  • New window class MaterialWindow for a Material Design like styled window
  • Support of TabStripPlacement in TabControl styles
  • OpenMultipleDirectoriesControl and OpenMultipleDirectoriesDialog to select multiple directories
  • OpenMultipleFilesControl and OpenMultipleFilesDialog to select multiple files

Fixes

  • Fixed content layout of horizontal steppers

Obsolete

  • Attached property TabControlAssist.TabHeaderAlignment will be replaced by TabControlAssist.TabHeaderHorizontalAlignment

v2.8.0-a01

4 years ago

Features

  • New window class MaterialWindow for a Material Design like styled window
  • Support of TabStripPlacement in TabControl styles

Fixes

  • Fixed content layout of horizontal steppers

Obsolete

  • Attached property TabControlAssist.TabHeaderAlignment will be replaced by TabControlAssist.TabHeaderHorizontalAlignment

v2.7.0

4 years ago

Features

  • New package MaterialDesignExtensions.LongPath for supporting long file system paths on older Windows and .NET versions
  • Improvements for file system controls
    • Improved loading of preview images
    • Smoother scrolling in directories and files list
  • New SaveFileControl.ForceFileExtensionOfFileFilter property to enforce a file extension of the selected filter
  • Better support of dark theme in file system dialogs
  • Localization for Russian
  • Updated dependency to MaterialDesignThemes version 2.6.0

Fixes

  • Fixed DateTime conversion inside DateTimeAgoConverter

v2.7.0-a01

4 years ago

Features

  • New package MaterialDesignExtensions.LongPath for supporting long file system paths on older Windows and .NET versions
  • Improvements for file system controls
    • Improved loading of preview images
    • Smoother scrolling in directories and files list
  • New SaveFileControl.ForceFileExtensionOfFileFilter property to enforce a file extension of the selected filter

v2.6.0

4 years ago

Features

  • Localization for Uzbekistan
  • Create new directories inside OpenDirectoryControl and SaveFileControl
  • Helper PaletteHelper for changing the theme at runtime

Fixes

  • List used resources explicitly in the XAML files containing the templates
  • Prevent NullReferenceException in SideNavigation before the template will be applied

Important notice

The configuration of Material Design Extensions changed in order to enable changing the theme at runtime. Please change your configuration according to App.xaml of the demo.

v2.6.0-a02

5 years ago

Features

  • Localization for Uzbekistan
  • Create new directories inside OpenDirectoryControl and SaveFileControl
  • Helper PaletteHelper for changing the theme at runtime

Fixes

  • List used resources explicitly in the XAML files containing the templates

Important notice

The configuration of Material Design Extensions changed in order to enable changing the theme at runtime. Please change your configuration according to App.xaml of the demo.