Releases: blazority/support
Releases · blazority/support
0.9.2
0.9.1
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
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
0.8.1
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
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
Updates
- Datagrid: Support for setting the Order for DatagridColumn
- Tree: Support for setting the CanSelectBy property for TreeDefinition
0.7.6
0.7.5
0.7.4
Relaxed versioning requirement for Microsoft.AspNetCore.Components and Microsoft.AspNetCore.Components.Web