winleafs / Winleafs

Winleafs: Windows application for Nanoleaf lights
GNU General Public License v3.0
85 stars 9 forks source link

Bump MaterialDesignExtensions from 2.8.0 to 3.2.0 in /Winleafs.Wpf #134

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps MaterialDesignExtensions from 2.8.0 to 3.2.0.

Release notes

Sourced from MaterialDesignExtensions's releases.

Material Design Extensions v3.2.0

Features

  • New control BusyOverlay
  • New TextBoxFileSystemPath.TextBoxStyle property to enable custom styles for the embedded TextBox
  • New localizations
    • Arabic
    • Czech
    • French
    • Portuguese
  • Save file in SaveFileControl and SaveFileDialog by hitting enter
  • New ClearSelection method for Autocomplete
  • TabControl style supports FlowDirection = RightToLeft

Fixes

  • Fixed exception in Stepper events

Material Design Extensions v3.2.0-a01

Features

  • New control BusyOverlay
  • New TextBoxFileSystemPath.TextBoxStyle property to enable custom styles for the embedded TextBox
  • New localizations
    • Czech
    • Portuguese

Fixes

  • Fixed exception in Stepper events

Material Design Extensions v3.1.0

Features

  • Update to .NET Core 3.1
  • Controls for simple alert and confirmation dialogs
  • New TextBoxSuggestions.KeepFocusOnSelection property to control the focus after selecting a suggestion
  • New controls combining a TextBox and a FileSystemDialog
    • TextBoxOpenDirectory
    • TextBoxOpenFile
    • TextBoxSaveFile
  • Improvements for MaterialWindow
    • New MaterialWindow.TitleTemplate property to customize the window title bar
    • Different looks according to Window.WindowStyle property
  • New control NavigationRail

Fixes

  • Catch exception if network drive is not accessible

Material Design Extensions v3.1.0-a03

Features

  • Controls for simple alert and confirmation dialogs
  • New TextBoxSuggestions.KeepFocusOnSelection property to control the focus after selecting a suggestion
  • New controls combining a TextBox and a FileSystemDialog
    • TextBoxOpenDirectory
    • TextBoxOpenFile
    • TextBoxSaveFile
  • Improvements for MaterialWindow
Changelog

Sourced from MaterialDesignExtensions's changelog.

v2.8.0

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

v3.0.0

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.1.0

Features

  • Update to .NET Core 3.1
  • Controls for simple alert and confirmation dialogs
  • New TextBoxSuggestions.KeepFocusOnSelection property to control the focus after selecting a suggestion
  • New controls combining a TextBox and a FileSystemDialog
    • TextBoxOpenDirectory
    • TextBoxOpenFile
    • TextBoxSaveFile
  • Improvements for MaterialWindow
    • New MaterialWindow.TitleTemplate property to customize the window title bar
    • Different looks according to Window.WindowStyle property
  • New control NavigationRail

Fixes

  • Catch exception if network drive is not accessible

v3.2.0

Features

  • New control BusyOverlay
  • New TextBoxFileSystemPath.TextBoxStyle property to enable custom styles for the embedded TextBox
  • New localizations
    • Arabic
    • Czech
    • French
Commits
  • 2b64688 prepared release
  • 3c387e2 added new localizations
  • 145658c Merge pull request #92 from KHALED-LAKEHAL/master
  • 6502948 updated to MaterialDesignThemes v3.1.3
  • 0099734 updated release notes
  • d0a74d7 Merge pull request #96 from ahmedflix25/TabPanelFlow
  • dacdf6f Add RTL TabControl to Demo
  • c231a97 Change the fixed FlowDirection in TabControl TabPanel
  • 93e8cd3 ClearSelection() method for Autocomplete
  • 33e801d save file by hitting enter
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)