You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+47-36Lines changed: 47 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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))
- Added new [DateTimePicker](/datetimepicker) component
5
18
- Added new [DateRange](/daterange) component
6
19
7
-
##### Bug Fixes
20
+
##### Issues
8
21
- Datagrid: Row detail doesn't span last column when using row selection without controls ([S#19](https://github.com/blazority/support/issues/19))
9
22
- Combobox: Dropdown does not open when placed inside a Datagrid ([S#20](https://github.com/blazority/support/issues/20))
10
23
- Alert: Unable to customize icon ([S#22](https://github.com/blazority/support/issues/22))
@@ -14,10 +27,9 @@
14
27
- Updated Clarity and Clarity Icons to [v5.4.1](https://github.com/vmware/clarity/commits/v5.4.1)
15
28
16
29
### 0.8.2
17
-
##### Bug Fixes
30
+
##### Issues
18
31
- Datagrid: Throws NullReferenceException if SelectedItems is null during initialization ([S#18](https://github.com/blazority/support/issues/18))
19
32
20
-
21
33
### 0.8.1
22
34
##### Features
23
35
- Added new [Icon](/icon) component to use Clarity Icons
@@ -29,11 +41,10 @@
29
41
- Datagrid: Added ability to conditionally expand or collapse rows ([Datagrid](/datagrid/expandable-rows) ([S#17](https://github.com/blazority/support/issues/17))
30
42
-[Calendar](/calendar) & [DatePicker](/datepicker): Added ability to select available dates ([#160](https://github.com/karan-kang/blazority/issues/160))
31
43
32
-
##### Bug Fixes
44
+
##### Issues
33
45
- Datagrid: Unable to unselect all after select all ([S#16](https://github.com/blazority/support/issues/16))
34
46
- Calender: Years were not disabling when out of min and max range ([#159](https://github.com/karan-kang/blazority/issues/159))
35
47
36
-
37
48
### 0.8.0
38
49
##### Features
39
50
- Datagrid: Added server side pagination, sorting, filtering ([Datagrid](/datagrid/server-side)) ([#4](https://github.com/karan-kang/blazority/issues/4))
@@ -44,31 +55,30 @@
44
55
- Datagrid: Ability to set initial value of Column filter via Filter parameter ([Datagrid](/datagrid)) ([#151](https://github.com/karan-kang/blazority/issues/151))
45
56
- Updated Clarity and Clarity Icons to [v4.0.15](https://github.com/vmware/clarity/commits/v4.0.15)
46
57
47
-
##### Bug Fixes
58
+
##### Issues
48
59
- Datagrid: Regression for 'select all' checkbox remains selected when user uncheck individual rows ([S#7](https://github.com/blazority/support/issues/7))
49
60
50
61
##### Breaking Changes:
51
62
- Datagrid: SelectedItems property now require collection of type Blazority.Shared.ObservableSet<T> instead of HashSet<T> for proper change tracking within collection.
52
63
53
-
54
64
### 0.7.7
55
65
##### Updates
56
66
- Datagrid: Support for setting the Order for DatagridColumn
57
67
- Tree: Support for setting the CanSelectBy property for TreeDefinition
58
68
59
-
60
69
### 0.7.6
61
-
##### Bug Fixes
70
+
##### Issues
62
71
- 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))
63
72
- Datagrid: Lowered z-index for column resizer to avoid being visible during modal overlays
64
73
- Datagrid: Column name CSS is not injected after first render
65
74
75
+
66
76
### 0.7.5
67
77
##### Features
68
78
- Alert: Adding ability to define actions for alerts ([Alert](/alerts)) ([#142](https://github.com/karan-kang/blazority/issues/142))
69
79
- Mix: Adding automatic title feature for combobox, and other form field controls ([#144](https://github.com/karan-kang/blazority/issues/144))
70
80
71
-
##### Bug Fixes
81
+
##### Issues
72
82
- Datagrid: Filter values are not cleared when dynamic columns are used([S#12](https://github.com/blazority/support/issues/12))
73
83
- Combobox: Multi combobox has weird backspace behaviour ([#139](https://github.com/karan-kang/blazority/issues/139))
74
84
- Combobox: Stability improvements around selection value use-cases
- Tabs: Programmatically set active tab ([Tabs](/tabs)) ([S#11](https://github.com/blazority/support/issues/#11))
83
93
84
-
##### Bug Fixes
94
+
##### Issues
85
95
- Datagrid: Dynamic columns are still rendered even when removed ([S#9](https://github.com/blazority/support/issues/#9))
86
96
- Datagrid: Header scrolls up in fixed mode with inline filter ([S#8](https://github.com/blazority/support/issues/#8))
87
97
- Datagrid: Select All checkbox remains selected when user uncheck individual rows ([S#7](https://github.com/blazority/support/issues/#7))
@@ -92,16 +102,16 @@
92
102
##### Updates
93
103
- Combobox: Ability to auto-select input text on focus ([Combobox](/combobox)) ([#125](https://github.com/karan-kang/blazority/issues/125))
94
104
95
-
##### Bug Fixes
105
+
##### Issues
96
106
- Combobox: Infinite loop when selecting option using SelectedValue & SelectedValueChanged ([#123](https://github.com/karan-kang/blazority/issues/123))
97
107
- Combobox: Text not updating properly when using custom 'changed' behaviour ([#122](https://github.com/karan-kang/blazority/issues/122))
98
108
- Datepicker & Calendar: Fixing day headers not getting localized ([#120](https://github.com/karan-kang/blazority/issues/120))
99
109
100
110
### 0.7.1
101
111
##### 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))
103
113
104
-
##### Bug Fixes
114
+
##### Issues
105
115
- Refactoring and stability improvements to overlay behavior for Dropdown, Comboxbox, Calendar and other popover based controls
106
116
- Datagrid: Incorrect colspan causes issue with expandable row details in fixed layout mode ([S#4](https://github.com/blazority/support/issues/#4))
107
117
- Popover: Popover position is not rendered correctly in WASM mode ([#119](https://github.com/karan-kang/blazority/issues/119))
@@ -110,7 +120,7 @@
110
120
- Deprecated due to issue ([#119](https://github.com/karan-kang/blazority/issues/119))
111
121
112
122
### 0.6.3
113
-
##### Bug Fixes
123
+
##### Issues
114
124
- Combobox: Allow for combobox filtered async loading ([#115](https://github.com/karan-kang/blazority/issues/115))
115
125
- Date picker: Default min/max values is not getting set automatically ([#112](https://github.com/karan-kang/blazority/issues/112))
116
126
- Number Input: Spinner buttons not updating bound value ([#110](https://github.com/karan-kang/blazority/issues/110))
@@ -119,7 +129,7 @@
119
129
- Improve docs for majority of components by better organizing demos and providing seperate API view
120
130
121
131
### 0.6.2
122
-
##### Bug Fixes
132
+
##### Issues
123
133
- Datagrid: Expandable row toggle affects the row selection state ([#109](https://github.com/karan-kang/blazority/issues/109))
124
134
- Datagrid: Inline combox and radiobox control do not receive click event (Refactored for stability) ([S#3](https://github.com/blazority/support/issues/#3))
125
135
@@ -128,26 +138,27 @@
128
138
- Datagrid: Auto inject column name (built using Title propery) as classes to cells for identification purposes
129
139
- Dropdown: Adding on click handler for ease of use
130
140
131
-
##### Bug Fixes
141
+
##### Issues
132
142
- Datagrid: Inline combox and radiobox control do not receive click event ([S#3](https://github.com/blazority/support/issues/#3))
133
143
144
+
134
145
### 0.6.0
135
146
##### Features
136
147
- 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))
138
149
139
-
##### Bug Fixes
150
+
##### Issues
140
151
- Datepicker: value binding not working ([#104](https://github.com/karan-kang/blazority/issues/104))
141
152
- Datagrid: SelectedItem cannot be unselected by setting the bound property to null ([S#2](https://github.com/blazority/support/issues/2))
142
153
143
154
### 0.5.0
144
155
##### 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))
148
159
- Button group: Adding new button group component ([Button Group](/buttongroup)) ([#7](https://github.com/karan-kang/blazority/issues/7))
149
160
150
-
##### Bug Fixes
161
+
##### Issues
151
162
- Combobox: Selection via up/down arrow keys is not working ([#95](https://github.com/karan-kang/blazority/issues/95))
152
163
- Combobox: Showing 'no matches' when there should be some ([#94](https://github.com/karan-kang/blazority/issues/94))
153
164
@@ -172,22 +183,22 @@
172
183
### 0.4.21
173
184
##### Features
174
185
- Datagrid: Added support for grouping ([Datagrid](/datagrid/grouping)) ([#84](https://github.com/karan-kang/blazority/issues/84))
175
-
##### Bug Fixes
186
+
##### Issues
176
187
- Datagrid: Column span for empty rows does not work n fixed table-layout mode ([#83](https://github.com/karan-kang/blazority/issues/83))
177
188
178
189
### 0.4.20
179
-
##### Bug Fixes
190
+
##### Issues
180
191
- Datagrid: Updated fix for pagination count mismatch during filtering ([#67](https://github.com/karan-kang/blazority/issues/67))
181
192
182
193
### 0.4.19
183
-
##### Bug Fixes
194
+
##### Issues
184
195
- Datagrid: Null values are not getting filtered by built-in filter logic ([#82](https://github.com/karan-kang/blazority/issues/82))
185
196
186
197
### 0.4.18
187
198
##### Features
188
199
- Datagrid: Added support for method expression bindings to column field parameter ([Datagrid](/datagrid/compact)) ([#77](https://github.com/karan-kang/blazority/issues/77))
189
200
190
-
##### Bug Fixes
201
+
##### Issues
191
202
- Combobox: Down chevron does not work ([#78](https://github.com/karan-kang/blazority/issues/78))
192
203
- Combobox: Options stay filtered after selecting an option in multi select mode ([#80](https://github.com/karan-kang/blazority/issues/80))
193
204
@@ -198,7 +209,7 @@
198
209
- Tree: Ported tree view control with support for vertical and horizontal trees ([Tree](/tree))
199
210
- Datagrid: Added support for clearing filters programatically ([Datagrid Filtering](/datagrid/filtering))
200
211
201
-
##### Bug Fixes
212
+
##### Issues
202
213
- Form Control: All controls in form report validation error if one is invalid ([#62](https://github.com/karan-kang/blazority/issues/62))
203
214
- Datagrid: User can select unselectable rows using Shift selection ([#61](https://github.com/karan-kang/blazority/issues/61))
204
215
- Datagrid: Placeholder image is not showing since v0.4.16 ([#64](https://github.com/karan-kang/blazority/issues/64))
@@ -211,7 +222,7 @@
211
222
- Datagrid: Support for fixed height with optional sticky header and/or footer ([Fixed mode](/datagrid/fixed))
212
223
- Packaging: Providing minified CSS and JS files as part of generated package ([See updated getting started])(/getting-started)
213
224
214
-
##### Bug Fixes
225
+
##### Issues
215
226
- 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))
216
227
- Datagrid: Reduced top margin, and made it compatiable with Clarity styling
217
228
- Datagrid: Placeholder styling update to span across all columns when control based selection is enabled
@@ -221,15 +232,15 @@
221
232
- Datagrid: Built in support for row selection without need for seperate column control ([Row Selection](/datagrid/row-selection))
222
233
- Datagrid: Ability to perform range selection using SHIFT key with checkbox selction ([Multi Selection](/datagrid/multi-selection))
223
234
224
-
##### Bug Fixes
235
+
##### Issues
225
236
- Fixing datagrid filtering does not work when filter template is used with child content ([#56](https://github.com/karan-kang/blazority/issues/56))
226
237
227
238
##### Breaking Changes:
228
239
- Datagrid: RowClicked Event callback now provides access to MouseEventArgs and Row item data as custom object. Target developers should look at the revised
229
240
usage at ([Basic Structure](/datagrid/structure))
230
241
231
242
### 0.4.14
232
-
##### Bug Fixes
243
+
##### Issues
233
244
- Fixing style issue for datagrid row selector column ([#55](https://github.com/karan-kang/blazority/issues/55))
234
245
- Fixing focus and input with action sizing
235
246
@@ -251,7 +262,7 @@ usage at ([Basic Structure](/datagrid/structure))
251
262
- Updated Clarity and Clarity icons depdency to 4.0.6
252
263
- Updated custom-elements dependency to 1.4.3
253
264
254
-
##### Bug Fixes:
265
+
##### Issues:
255
266
- 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))
256
267
- Fixing datagrid placeholder value not getting applied issue ([#32](https://github.com/karan-kang/blazority/issues/32))
257
268
@@ -261,7 +272,7 @@ usage at ([Basic Structure](/datagrid/structure))
261
272
- Datalist: Added a bare implementation 'DatalistControl' for use without clarity form control
262
273
- Datagrid: Adding support for custom column header via HeaderTemplate
263
274
264
-
##### Bug Fixes:
275
+
##### Issues:
265
276
- 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))
266
277
267
278
@@ -278,7 +289,7 @@ usage at ([Basic Structure](/datagrid/structure))
278
289
- Datagrid: Added row hover style
279
290
- Datagrid: Added single and multi row selection support
280
291
281
-
##### Bug Fixes:
292
+
##### Issues:
282
293
- Fixes datagrid column hover style for sortable columns ([#17](https://github.com/karan-kang/blazority/issues/17))
283
294
284
295
### 0.4.8
@@ -287,7 +298,7 @@ usage at ([Basic Structure](/datagrid/structure))
287
298
- Added a datalist control
288
299
- Added spinner control
289
300
290
-
##### Bug Fixes:
301
+
##### Issues:
291
302
- Fixes datagrid does not scroll with lot of columns ([#15](https://github.com/karan-kang/blazority/issues/15))
292
303
293
304
### 0.4.7
@@ -300,7 +311,7 @@ usage at ([Basic Structure](/datagrid/structure))
300
311
- Datagrid: Autofocus improvements for floating filters
301
312
302
313
### 0.4.5
303
-
##### Bug Fixes:
314
+
##### Issues:
304
315
- Fixing sorting and filtering functionality when item collection is changed ([#2](https://github.com/karan-kang/blazority/issues/2))
0 commit comments