Skip to content

Commit 33299b0

Browse files
authored
Update CHANGELOG.md
1 parent 2ae5dca commit 33299b0

File tree

1 file changed

+47
-36
lines changed

1 file changed

+47
-36
lines changed

CHANGELOG.md

Lines changed: 47 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1+
### 0.9.1
2+
### Updates
3+
- Added dropdown Position parameter to adding position element to DatePicker, DateRangePicker, DateTimePicker, TimePicker ([S#24](https://github.com/blazority/support/issues/24))
4+
- Added LabelCol and ControlCol parameter to Checkbox, Combobox, DatePicker, DateRangePicker, Input, Number, Password, Text, TimePicker to configure responsive breakpoints ([S#23](https://github.com/blazority/support/issues/23))
5+
6+
##### Issues
7+
- Validation error continues to show up after selecting date/number spinner ([S#25](https://github.com/blazority/support/issues/25))
8+
- Combobox: Async loading combobox looses focus when clearing text ([S#26](https://github.com/blazority/support/issues/26))
9+
- Datepicker month/year selections not working when control inside datagrid row ([S#27](https://github.com/blazority/support/issues/27))
10+
- Datepicker: Incorrect popup calendar background when placed inside a Datagrid ([S#21](https://github.com/blazority/support/issues/21))
11+
- Parameterize the control label's width ([S#23](https://github.com/blazority/support/issues/23))
12+
- Datepicker popup overlaps window border ([S#24](https://github.com/blazority/support/issues/24))
13+
114
### 0.9.0
215
##### Features
316
- Added new [Timepicker](/timepicker) component
417
- Added new [DateTimePicker](/datetimepicker) component
518
- Added new [DateRange](/daterange) component
619

7-
##### Bug Fixes
20+
##### Issues
821
- Datagrid: Row detail doesn't span last column when using row selection without controls ([S#19](https://github.com/blazority/support/issues/19))
922
- Combobox: Dropdown does not open when placed inside a Datagrid ([S#20](https://github.com/blazority/support/issues/20))
1023
- Alert: Unable to customize icon ([S#22](https://github.com/blazority/support/issues/22))
@@ -14,10 +27,9 @@
1427
- Updated Clarity and Clarity Icons to [v5.4.1](https://github.com/vmware/clarity/commits/v5.4.1)
1528

1629
### 0.8.2
17-
##### Bug Fixes
30+
##### Issues
1831
- Datagrid: Throws NullReferenceException if SelectedItems is null during initialization ([S#18](https://github.com/blazority/support/issues/18))
1932

20-
2133
### 0.8.1
2234
##### Features
2335
- Added new [Icon](/icon) component to use Clarity Icons
@@ -29,11 +41,10 @@
2941
- Datagrid: Added ability to conditionally expand or collapse rows ([Datagrid](/datagrid/expandable-rows) ([S#17](https://github.com/blazority/support/issues/17))
3042
- [Calendar](/calendar) & [DatePicker](/datepicker): Added ability to select available dates ([#160](https://github.com/karan-kang/blazority/issues/160))
3143

32-
##### Bug Fixes
44+
##### Issues
3345
- Datagrid: Unable to unselect all after select all ([S#16](https://github.com/blazority/support/issues/16))
3446
- Calender: Years were not disabling when out of min and max range ([#159](https://github.com/karan-kang/blazority/issues/159))
3547

36-
3748
### 0.8.0
3849
##### Features
3950
- Datagrid: Added server side pagination, sorting, filtering ([Datagrid](/datagrid/server-side)) ([#4](https://github.com/karan-kang/blazority/issues/4))
@@ -44,31 +55,30 @@
4455
- Datagrid: Ability to set initial value of Column filter via Filter parameter ([Datagrid](/datagrid)) ([#151](https://github.com/karan-kang/blazority/issues/151))
4556
- Updated Clarity and Clarity Icons to [v4.0.15](https://github.com/vmware/clarity/commits/v4.0.15)
4657

47-
##### Bug Fixes
58+
##### Issues
4859
- Datagrid: Regression for 'select all' checkbox remains selected when user uncheck individual rows ([S#7](https://github.com/blazority/support/issues/7))
4960

5061
##### Breaking Changes:
5162
- Datagrid: SelectedItems property now require collection of type Blazority.Shared.ObservableSet<T> instead of HashSet<T> for proper change tracking within collection.
5263

53-
5464
### 0.7.7
5565
##### Updates
5666
- Datagrid: Support for setting the Order for DatagridColumn
5767
- Tree: Support for setting the CanSelectBy property for TreeDefinition
5868

59-
6069
### 0.7.6
61-
##### Bug Fixes
70+
##### Issues
6271
- Datagrid: Regression for Filter values are not cleared when dynamic columns are used with hidden columns ([S#12](https://github.com/blazority/support/issues/12))
6372
- Datagrid: Lowered z-index for column resizer to avoid being visible during modal overlays
6473
- Datagrid: Column name CSS is not injected after first render
6574

75+
6676
### 0.7.5
6777
##### Features
6878
- Alert: Adding ability to define actions for alerts ([Alert](/alerts)) ([#142](https://github.com/karan-kang/blazority/issues/142))
6979
- Mix: Adding automatic title feature for combobox, and other form field controls ([#144](https://github.com/karan-kang/blazority/issues/144))
7080

71-
##### Bug Fixes
81+
##### Issues
7282
- Datagrid: Filter values are not cleared when dynamic columns are used([S#12](https://github.com/blazority/support/issues/12))
7383
- Combobox: Multi combobox has weird backspace behaviour ([#139](https://github.com/karan-kang/blazority/issues/139))
7484
- Combobox: Stability improvements around selection value use-cases
@@ -81,7 +91,7 @@
8191
- Datagrid: Adding resizable columns ([Datagrid](/datagrid)) ([#101](https://github.com/karan-kang/blazority/issues/101))
8292
- Tabs: Programmatically set active tab ([Tabs](/tabs)) ([S#11](https://github.com/blazority/support/issues/#11))
8393

84-
##### Bug Fixes
94+
##### Issues
8595
- Datagrid: Dynamic columns are still rendered even when removed ([S#9](https://github.com/blazority/support/issues/#9))
8696
- Datagrid: Header scrolls up in fixed mode with inline filter ([S#8](https://github.com/blazority/support/issues/#8))
8797
- Datagrid: Select All checkbox remains selected when user uncheck individual rows ([S#7](https://github.com/blazority/support/issues/#7))
@@ -92,16 +102,16 @@
92102
##### Updates
93103
- Combobox: Ability to auto-select input text on focus ([Combobox](/combobox)) ([#125](https://github.com/karan-kang/blazority/issues/125))
94104

95-
##### Bug Fixes
105+
##### Issues
96106
- Combobox: Infinite loop when selecting option using SelectedValue & SelectedValueChanged ([#123](https://github.com/karan-kang/blazority/issues/123))
97107
- Combobox: Text not updating properly when using custom 'changed' behaviour ([#122](https://github.com/karan-kang/blazority/issues/122))
98108
- Datepicker & Calendar: Fixing day headers not getting localized ([#120](https://github.com/karan-kang/blazority/issues/120))
99109

100110
### 0.7.1
101111
##### Features
102-
- Signpost: Adding new signpost control [Signpost](/signpost) ([#101](https://github.com/karan-kang/blazority/issues/101))
112+
- Signpost: Adding new signpost control ([Signpost](/signpost)) ([#101](https://github.com/karan-kang/blazority/issues/101))
103113

104-
##### Bug Fixes
114+
##### Issues
105115
- Refactoring and stability improvements to overlay behavior for Dropdown, Comboxbox, Calendar and other popover based controls
106116
- Datagrid: Incorrect colspan causes issue with expandable row details in fixed layout mode ([S#4](https://github.com/blazority/support/issues/#4))
107117
- Popover: Popover position is not rendered correctly in WASM mode ([#119](https://github.com/karan-kang/blazority/issues/119))
@@ -110,7 +120,7 @@
110120
- Deprecated due to issue ([#119](https://github.com/karan-kang/blazority/issues/119))
111121

112122
### 0.6.3
113-
##### Bug Fixes
123+
##### Issues
114124
- Combobox: Allow for combobox filtered async loading ([#115](https://github.com/karan-kang/blazority/issues/115))
115125
- Date picker: Default min/max values is not getting set automatically ([#112](https://github.com/karan-kang/blazority/issues/112))
116126
- Number Input: Spinner buttons not updating bound value ([#110](https://github.com/karan-kang/blazority/issues/110))
@@ -119,7 +129,7 @@
119129
- Improve docs for majority of components by better organizing demos and providing seperate API view
120130

121131
### 0.6.2
122-
##### Bug Fixes
132+
##### Issues
123133
- Datagrid: Expandable row toggle affects the row selection state ([#109](https://github.com/karan-kang/blazority/issues/109))
124134
- Datagrid: Inline combox and radiobox control do not receive click event (Refactored for stability) ([S#3](https://github.com/blazority/support/issues/#3))
125135

@@ -128,26 +138,27 @@
128138
- Datagrid: Auto inject column name (built using Title propery) as classes to cells for identification purposes
129139
- Dropdown: Adding on click handler for ease of use
130140

131-
##### Bug Fixes
141+
##### Issues
132142
- Datagrid: Inline combox and radiobox control do not receive click event ([S#3](https://github.com/blazority/support/issues/#3))
133143

144+
134145
### 0.6.0
135146
##### Features
136147
- Framework: Support for .NET 5 framework ([#103](https://github.com/karan-kang/blazority/issues/103))
137-
- Dropdown: Adding new dropdown menu control [Dropdown](/dropdown) ([#9](https://github.com/karan-kang/blazority/issues/9))
148+
- Dropdown: Adding new dropdown menu control ([Dropdown](/dropdown)) ([#9](https://github.com/karan-kang/blazority/issues/9))
138149

139-
##### Bug Fixes
150+
##### Issues
140151
- Datepicker: value binding not working ([#104](https://github.com/karan-kang/blazority/issues/104))
141152
- Datagrid: SelectedItem cannot be unselected by setting the bound property to null ([S#2](https://github.com/blazority/support/issues/2))
142153

143154
### 0.5.0
144155
##### Features
145-
- Date picker: Adding new date picker control [Date Picker](/datepicker) ([#8](https://github.com/karan-kang/blazority/issues/8))
146-
- Calendar: Adding new calendar control to support picking dates in embedded or inline mode [Calendar](/calendar) ([#8](https://github.com/karan-kang/blazority/issues/8))
147-
- Range: Adding new range input control [Range](/range) ([#48](https://github.com/karan-kang/blazority/issues/48))
156+
- Date picker: Adding new date picker control ([Date Picker](/datepicker)) ([#8](https://github.com/karan-kang/blazority/issues/8))
157+
- Calendar: Adding new calendar control to support picking dates in embedded or inline mode ([Calendar](/calendar)) ([#8](https://github.com/karan-kang/blazority/issues/8))
158+
- Range: Adding new range input control ([Range](/range)) ([#48](https://github.com/karan-kang/blazority/issues/48))
148159
- Button group: Adding new button group component ([Button Group](/buttongroup)) ([#7](https://github.com/karan-kang/blazority/issues/7))
149160

150-
##### Bug Fixes
161+
##### Issues
151162
- Combobox: Selection via up/down arrow keys is not working ([#95](https://github.com/karan-kang/blazority/issues/95))
152163
- Combobox: Showing 'no matches' when there should be some ([#94](https://github.com/karan-kang/blazority/issues/94))
153164

@@ -172,22 +183,22 @@
172183
### 0.4.21
173184
##### Features
174185
- Datagrid: Added support for grouping ([Datagrid](/datagrid/grouping)) ([#84](https://github.com/karan-kang/blazority/issues/84))
175-
##### Bug Fixes
186+
##### Issues
176187
- Datagrid: Column span for empty rows does not work n fixed table-layout mode ([#83](https://github.com/karan-kang/blazority/issues/83))
177188

178189
### 0.4.20
179-
##### Bug Fixes
190+
##### Issues
180191
- Datagrid: Updated fix for pagination count mismatch during filtering ([#67](https://github.com/karan-kang/blazority/issues/67))
181192

182193
### 0.4.19
183-
##### Bug Fixes
194+
##### Issues
184195
- Datagrid: Null values are not getting filtered by built-in filter logic ([#82](https://github.com/karan-kang/blazority/issues/82))
185196

186197
### 0.4.18
187198
##### Features
188199
- Datagrid: Added support for method expression bindings to column field parameter ([Datagrid](/datagrid/compact)) ([#77](https://github.com/karan-kang/blazority/issues/77))
189200

190-
##### Bug Fixes
201+
##### Issues
191202
- Combobox: Down chevron does not work ([#78](https://github.com/karan-kang/blazority/issues/78))
192203
- Combobox: Options stay filtered after selecting an option in multi select mode ([#80](https://github.com/karan-kang/blazority/issues/80))
193204

@@ -198,7 +209,7 @@
198209
- Tree: Ported tree view control with support for vertical and horizontal trees ([Tree](/tree))
199210
- Datagrid: Added support for clearing filters programatically ([Datagrid Filtering](/datagrid/filtering))
200211

201-
##### Bug Fixes
212+
##### Issues
202213
- Form Control: All controls in form report validation error if one is invalid ([#62](https://github.com/karan-kang/blazority/issues/62))
203214
- Datagrid: User can select unselectable rows using Shift selection ([#61](https://github.com/karan-kang/blazority/issues/61))
204215
- Datagrid: Placeholder image is not showing since v0.4.16 ([#64](https://github.com/karan-kang/blazority/issues/64))
@@ -211,7 +222,7 @@
211222
- Datagrid: Support for fixed height with optional sticky header and/or footer ([Fixed mode](/datagrid/fixed))
212223
- Packaging: Providing minified CSS and JS files as part of generated package ([See updated getting started])(/getting-started)
213224

214-
##### Bug Fixes
225+
##### Issues
215226
- Datagrid: Fixed an issue where selected item or items does not get clear when items are filtered ([#59](https://github.com/karan-kang/blazority/issues/59))
216227
- Datagrid: Reduced top margin, and made it compatiable with Clarity styling
217228
- Datagrid: Placeholder styling update to span across all columns when control based selection is enabled
@@ -221,15 +232,15 @@
221232
- Datagrid: Built in support for row selection without need for seperate column control ([Row Selection](/datagrid/row-selection))
222233
- Datagrid: Ability to perform range selection using SHIFT key with checkbox selction ([Multi Selection](/datagrid/multi-selection))
223234

224-
##### Bug Fixes
235+
##### Issues
225236
- Fixing datagrid filtering does not work when filter template is used with child content ([#56](https://github.com/karan-kang/blazority/issues/56))
226237

227238
##### Breaking Changes:
228239
- Datagrid: RowClicked Event callback now provides access to MouseEventArgs and Row item data as custom object. Target developers should look at the revised
229240
usage at ([Basic Structure](/datagrid/structure))
230241

231242
### 0.4.14
232-
##### Bug Fixes
243+
##### Issues
233244
- Fixing style issue for datagrid row selector column ([#55](https://github.com/karan-kang/blazority/issues/55))
234245
- Fixing focus and input with action sizing
235246

@@ -251,7 +262,7 @@ usage at ([Basic Structure](/datagrid/structure))
251262
- Updated Clarity and Clarity icons depdency to 4.0.6
252263
- Updated custom-elements dependency to 1.4.3
253264

254-
##### Bug Fixes:
265+
##### Issues:
255266
- Better fix for datagrid issue where Inline filters break column layout when used with single or multi selection ([#27](https://github.com/karan-kang/blazority/issues/27))
256267
- Fixing datagrid placeholder value not getting applied issue ([#32](https://github.com/karan-kang/blazority/issues/32))
257268

@@ -261,7 +272,7 @@ usage at ([Basic Structure](/datagrid/structure))
261272
- Datalist: Added a bare implementation 'DatalistControl' for use without clarity form control
262273
- Datagrid: Adding support for custom column header via HeaderTemplate
263274

264-
##### Bug Fixes:
275+
##### Issues:
265276
- Fixes datagrid issue where Inline filters break column layout when used with single or multi selection ([#27](https://github.com/karan-kang/blazority/issues/27))
266277

267278

@@ -278,7 +289,7 @@ usage at ([Basic Structure](/datagrid/structure))
278289
- Datagrid: Added row hover style
279290
- Datagrid: Added single and multi row selection support
280291

281-
##### Bug Fixes:
292+
##### Issues:
282293
- Fixes datagrid column hover style for sortable columns ([#17](https://github.com/karan-kang/blazority/issues/17))
283294

284295
### 0.4.8
@@ -287,7 +298,7 @@ usage at ([Basic Structure](/datagrid/structure))
287298
- Added a datalist control
288299
- Added spinner control
289300

290-
##### Bug Fixes:
301+
##### Issues:
291302
- Fixes datagrid does not scroll with lot of columns ([#15](https://github.com/karan-kang/blazority/issues/15))
292303

293304
### 0.4.7
@@ -300,7 +311,7 @@ usage at ([Basic Structure](/datagrid/structure))
300311
- Datagrid: Autofocus improvements for floating filters
301312

302313
### 0.4.5
303-
##### Bug Fixes:
314+
##### Issues:
304315
- Fixing sorting and filtering functionality when item collection is changed ([#2](https://github.com/karan-kang/blazority/issues/2))
305316

306317
### 0.4.4

0 commit comments

Comments
 (0)