Skip to content

Releases: blazority/support

0.9.2

22 Sep 18:02
0bec6c0

Choose a tag to compare

Updates

  • Added dropdown Position parameter to Combobox (S#28)

0.9.1

21 Sep 00:43
33299b0

Choose a tag to compare

Updates

  • Added dropdown Position parameter to adding position element to DatePicker, DateRangePicker, DateTimePicker, TimePicker (S#24)
  • Added LabelCol and ControlCol parameter to Checkbox, Combobox, DatePicker, DateRangePicker, Input, Number, Password, Text, TimePicker to configure responsive breakpoints (S#23)

Issues

  • Validation error continues to show up after selecting date/number spinner (S#25)
  • Combobox: Async loading combobox looses focus when clearing text (S#26)
  • Datepicker month/year selections not working when control inside datagrid row (S#27)
  • Datepicker: Incorrect popup calendar background when placed inside a Datagrid (S#21)
  • Parameterize the control label's width (S#23)
  • Datepicker popup overlaps window border (S#24)

0.9.0

31 Aug 11:16
2ae5dca

Choose a tag to compare

Features

  • Added new Timepicker component
  • Added new DateTimePickercomponent
  • Added new DateRange component

Bug Fixes

  • Datagrid: Row detail doesn't span last column when using row selection without controls (S#19)
  • Combobox: Dropdown does not open when placed inside a Datagrid (S#20)
  • Alert: Unable to customize icon (S#22)
  • Datepicker: Incorrect popup calendar background when placed inside a Datagrid (S#21)

Updates

  • Updated Clarity and Clarity Icons to v5.4.1

0.8.2

27 Aug 03:18
5f3acb9

Choose a tag to compare

Bug Fixes

  • Datagrid: Throws NullReferenceException if SelectedItems is null during initialization (S#18)

0.8.1

23 Aug 13:00
3d62def

Choose a tag to compare

Features

  • Added new Icon component to use Clarity Icons
  • Added new Application Layout component for use as main application container
  • Added new Sidenav and Vertical Nav components
  • Added new Header component

Updates

  • Datagrid: Added ability to conditionally expand or collapse rows (S#17)
  • Calendar & DatePicker: Added ability to select available dates #160

Bug Fixes

  • Datagrid: Unable to unselect all after select all (S#16)
  • Calender: Years were not disabling when out of min and max range #159

0.8.0

12 Jul 01:40
30618d3

Choose a tag to compare

Features

  • Datagrid: Added server side pagination, sorting, filtering (#4)
  • Timeline: Added new timeline component (S#14)
  • Toggle Switch: Added new toggle switch component (S#13)

Updates

  • Datagrid: Ability to set initial value of Column filter via Filter parameter (#151)
  • Updated Clarity and Clarity Icons to v4.0.15

Bug Fixes

  • Datagrid: Regression for 'select all' checkbox remains selected when user uncheck individual rows (S#7)

Breaking Changes:

  • Datagrid: SelectedItems property now require collection of type Blazority.Shared.ObservableSet instead of HashSet for proper change tracking within collection.

0.7.7

23 Jun 18:46
95040d1

Choose a tag to compare

Updates

  • Datagrid: Support for setting the Order for DatagridColumn
  • Tree: Support for setting the CanSelectBy property for TreeDefinition

0.7.6

22 Jun 02:02
a5df8d4

Choose a tag to compare

Bug Fixes

  • Datagrid: Regression for Filter values are not cleared when dynamic columns are used with hidden columns [#12]
  • Datagrid: Lowered z-index for column resizer to avoid being visible during modal overlays
  • Datagrid: Column name CSS is not injected after first render

0.7.5

21 Jun 00:59
25446f3

Choose a tag to compare

Features

  • Alert: Adding ability to define actions for alerts (#142)
  • Mix: Adding automatic title feature for combobox, and other form field controls (#144)

Bug Fixes

  • Datagrid: Filter values are not cleared when dynamic columns are used(S#12)
  • Combobox: Multi combobox has weird backspace behaviour (#139)
  • Combobox: Stability improvements around selection value use-cases

0.7.4

04 May 16:57
1794ff8

Choose a tag to compare

Relaxed versioning requirement for Microsoft.AspNetCore.Components and Microsoft.AspNetCore.Components.Web