Releases: blazority/support
Releases · blazority/support
0.12.2
0.12.1
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
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
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
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
0.9.6
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