Adonis Ui Versions Save

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals

1.9

5 years ago

New Features

  • Default style for Expander
  • Default style for Hyperlink

Improvements

  • Performance improvements for ripple effect
  • Performance improvements for cursor spotlight effect
  • Performance improvements for ProgressBar's animation

1.8

5 years ago

New Features

  • Space System - Use constant lengths for widths, heights, margins, paddings, etc.

Improvements

  • Disabled controls have greater visual difference compared to enabled ones
  • GridSplitters are now ignored by tab navigation by default
  • SplitButton's control template now makes use of global ExpanderTemplate

Bugfixes

  • Fixed ProgressBar being able to receive keyboard focus
  • Fixed background of TreeView becoming white when disabled
  • Fixed wrong foreground brush being used for selected items that are disabled in ListBox, ListView and TreeView
  • Fixed changing ItemTemplate of ListBox has no effect

1.7

5 years ago

New Features

  • Default style for Calendar
  • Default style for DatePicker
  • Default style for GridSplitter
  • Default style for Menu

Improvements

  • MenuItems now support SubMenus and IsChecked
  • The progress animation of ProgressBars can be disabled
  • Hovering over ToolbarButtons on layer 2 in dark theme has better visible contrast

Bugfixes

  • BorderBrushes that are changed on focus are no longer overridden on mouse-over
  • The background of ListBoxes no longer becomes white when disabled

1.6

5 years ago

New Features

  • Default style for ListView
  • Default style for TreeView
  • Default style for TabControl

Improvements

  • Corner radius can be set on individual controls

Bugfixes

  • Fixed global corner radius not being applied to some controls

1.5.1

5 years ago

Improvements

  • Contrast of border colors of light color scheme has been increased slightly

Bugfixes

  • Disabled ComboBoxes now look like other disabled controls

1.5

5 years ago

BREAKING CHANGES: A typo in some brush names has been fixed

New Features

  • Default styles for progress bars and sliders
  • Watermark support for text boxes, combo boxes and password boxes
  • Additional colors / brushes for highlighting and interaction

Improvements

  • Colors tweaked (especially for dark theme)
  • Look of demo app
  • Badges in readme

Bugfixes

  • Fixed an issue where editable combo boxes did not scroll with overflowing text
  • Fixed keyboard navigation for controls that make use of the ripple effect
  • Fixed ripple effect being still applied after mouse up in some cases

1.4.1

5 years ago

Improvements

  • Data validation error messages can now be placed at the bottom of controls
  • Displaying multiple error messages for a single control is now supported

Bugfixes

  • Disappearing content of controls that use the ripple effect has been fixed
  • Data validation error messages are no longer blurry

1.4

5 years ago

New Features

  • Data validation error indicators (for text boxes, combo boxes and check boxes)
  • Layers can be increased relative to the inherited layer so that specifying the layer explicitly is not required anymore

Improvements

  • Ripple effects can apply a seperate foreground color
  • Group boxes increase the layer automatically by default

Miscellaneous

  • Favicon added

1.3

5 years ago

New Features

  • Styles of buttons, split buttons, context menus and optionally list boxes make use of a new ripple effect on click events

Improvements

  • The cursor spotlight effect can now be configured in more detail
  • Scrollbars gained a little visual overhaul

Bugfixes

  • Fix cursor spotlight on non-editable ComboBoxes
  • Fix rendering performance issues when hovering over large controls that use the cursor spotlight

1.2

5 years ago

New Features

  • Styles of interactive controls make use of a new cursor spotlight effect

Improvements

  • Color contrast in both themes is slightly increased
  • Lowered required .NET version to 4.0

Bugfixes

  • Fix selection in TextBoxes requiring a click directly on the content
  • Fix horizontal content alignment on ComboBoxes with custom item templates (#5) and text selection on editable ComboBoxes