Skip to content

Releases: blazority/support

0.12.2

23 Jun 05:06
d2102c8

Choose a tag to compare

Issues

  • Datagrid: Checkbox state for hidden columns goes out of sync. (#96)

0.12.1

13 Jun 13:09
9b68123

Choose a tag to compare

Updates:
  • DateTimePicker: Added ability to show Confirmation buttons, now defaults to True (S#87)
  • Timepicker: Ability to use up or down button continuously in rolling mode (S#88)
  • Combobox: Ability to have more control for selected items (S#91)
  • Datagrid: Added ability to customize group header title (S#92)
Issues
  • Header: Enhance styling when Dropdown is used within Header (S#55)
  • Combobox: Selected Item not visible when using arrow keys (S#89)
  • Datagrid: Filter overlay hides under table header in fixed header or fixed all mode (S#69)
  • Datagrid: Row action popup was not auto closing after click (S#67)
  • Alerts: Alert count becomes out of sync when using remove programmatically (S#84)
  • Fixes icons not getting included in v0.12.0 published Nuget package. (S#94) 🔥

0.12.0

13 Jun 00:12
9b68123

Choose a tag to compare

Updates:

  • DateTimePicker: Added ability to show Confirmation buttons, now defaults to True (S#87)
  • Timepicker: Ability to use up or down button continuously in rolling mode (S#88)
  • Combobox: Ability to have more control for selected items (S#91)
  • Datagrid: Added ability to customize group header title (S#92)

Issues

  • Header: Enhance styling when Dropdown is used within Header (S#55)
  • Combobox: Selected Item not visible when using arrow keys (S#89)
  • Datagrid: Filter overlay hides under table header in fixed header or fixed all mode (S#69)
  • Datagrid: Row action popup was not auto closing after click (S#67)
  • Alerts: Alert count becomes out of sync when using remove programmatically (S#84)

0.11.0

25 Apr 00:59
e3a715c

Choose a tag to compare

Breaking Changes 💥

  • Datagrid: DatagridColumn's FiterMatch property has been renamed to FilterMatch to fix typo (S#68)

Features ✨

  • Added new Grid component for flexbox and responsive breakpoints (S#48)
  • Added new Stepper component (S#49)
  • Added new Tooltip component (#213)

Updates ⚡

  • Timeline: Added ability to have clickable state action (S#64)
  • Combobox & Select: Added grouping capability to Combobox and Select controls (#212)
  • Treeviw: Added ability to refresh async loaded children (#205)
  • Datagrid: Customize the placeholder when loading using QueryBy (S#42)

Issues 🐛

  • Datagrid: GroupBy does not work in combination with QueryBy (S#60)
  • Datagrid: No way to clear sort on datagrid (#206)
  • Datagrid: Deselect all button does not deselect the rows when some are disabled for selection (#212)
  • Datagrid: No way to reset filter value (#207)
  • Accordion: Fixing accordion so only one panel is shown at a time (#222)

0.10.0

27 Jan 14:17
b8ba61f

Choose a tag to compare

Features

  • Added new Grid component for flexbox and responsive breakpoints (S#48)
  • Added new Stepper component (S#49)

Updates:

  • Datagrid: Added ability to apply filter changes immediately via FilterImmediately property on DatagridColumn (S#43)

Issues

  • Label: Fixed an issue where OnClick was not working with Label controls

0.9.8

13 Dec 03:03
130e4ea

Choose a tag to compare

0.9.8

Issues

  • Combobox: Position property is not respected on first time (S#41)

0.9.6

02 Dec 01:14
98c5fdd

Choose a tag to compare

Updates:

  • Datagrid: Added support for row actions (context menu) (S#38)
  • Datagrid: Ability to get raw exception via "QueryError" EventCallback in server side mode
  • Alert: Added "OnClose" EventCallback to handle the closing of an Alert

Issues

  • Datagrid: Server side sorting should not do auto column sorting

0.9.5

22 Nov 00:42
cc343d3

Choose a tag to compare

Updates:

  • Sidenav: Support for collapsible nav groups (S#34)

Issues:

  • Datagrid: Column selection popup cutoff and cannot be closed (S#36)

0.9.4

05 Nov 02:46
e5d5e0e

Choose a tag to compare

Issues

  • Dropdown: Added ability to disable the drop down trigger (S#31)
  • Tab: Added ability to disable tabs (#188)

0.9.3

17 Oct 21:29
0df95a9

Choose a tag to compare

Updates

  • Checkbox: Added support for templated label (S#31)
  • Radio: Added support for templated label (S#31)

Issues

  • Datagrid: Filter input text is not cleared on UI (S#31)
  • Datepicker: Added tooltip for input value to date, range, and time picker usage (S#30)

Misc

  • Adding Icon search and list page to easily view all available shapes