Skip to content

Releases: AvaloniaCommunity/Material.Avalonia

v3.2.2

12 Jan 23:40
Compare
Choose a tag to compare

What's Changed

  • Feature: BrushRoundConverter supports ImmutableSolidColorBrush objects by @Glen-Nicol-Garmin in #339
  • Fix MaterialBorderBoxShadowMixin transitions apply logic
  • Add Padding for TimePicker and DatePicker
  • Fix hours adjusting for 24-hour format for Clock

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

08 Jan 23:38
Compare
Choose a tag to compare

What's Changed

  • Fix CircleClockPicker resizing, improve performance by @SKProCH in #336

Full Changelog: v3.2.0...v3.2.1

v3.2.0

08 Jan 23:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v3.2.0

v3.1.3

28 Dec 23:58
Compare
Choose a tag to compare

What's Changed

  • Add mixin for BoxShadow instead of just Border style. #330 by @SKProCH in #331

Full Changelog: v3.1.2...v3.1.3

v3.1.2

11 Dec 19:17
Compare
Choose a tag to compare

What's changed

  • Improves ShadowAssist.Darken, replace animation with transition for Border.BoxShadow. Fixes #32
  • Moves UserControl.xaml to UserControl.axaml

Full Changelog: v3.1.1...v3.1.2

v3.1.1

23 Nov 22:29
Compare
Choose a tag to compare

What's Changed

  • Update link for Material.Icons by @TeaDrivenDev in #318
  • Replace Ellipse-based Ripple with Composition API by @maxkatz6 in #316
  • Fixes compability style for ScrollableTabControl
  • Changes cursor to the default arrow inside TextBox's popups. Fixes #323
  • Removes MaterialTextBoxBorderBrush from a list of animated brushes to fix TextBox border brush change problem when theme changes. #262

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

15 Nov 23:27
Compare
Choose a tag to compare

What's Changed

  • Update Expander.axaml by @Jackhammer88 in #307
  • When the default combobox style is applied, the popup doesn't close a… by @Jackhammer88 in #314
  • Return a ScrollableTabControl theme
  • Fixes a Scroller control
  • Add a workaround way to override not selected text in DatePicker (this is temporary solution)
  • Remove ColorZone dependencies to MaterialTheme in application resources. Fix #312
  • Move all internal resources in MaterialTheme to InternalResources, to allow Resources be user defined
  • Add some extension methods for BaseThemeMode

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

09 Oct 19:27
Compare
Choose a tag to compare
  • Fix TabStripItem:selected style. Fix #298
  • Move some MaterialTabStripItem value setters to styles. Rename elements. #300
  • Make BorderThickness work properly in Card. Fix #303

Full Changelog: v3.0.1...v3.0.2

v3.0.1

19 Sep 17:04
Compare
Choose a tag to compare
  • Fixed RowBackground for DataGrid
  • Fixed old brush names fallback
  • Fixed ContextMenu

Full Changelog: v3.0.0...v3.0.1

v3.0.0

03 Sep 20:15
Compare
Choose a tag to compare

What's Changed

  • Support for Avalonia 11
  • Implement new MaterialTheme - preferred way to import styles
  • All styles migrated to ControlThemes to avoid styles leaking
  • Brushes names changed to make it more consistent
  • Dialogs and DataGrid extracted to separate packages
  • Implement styles for many controls, e.g. TimePicker
  • Many other changes

New Contributors

Full Changelog: v2.5.1...v3.0.0