Skip to content

Commit e15f285

Browse files
authored
0.6.0 - changelog
1 parent 4a2e566 commit e15f285

File tree

1 file changed

+193
-0
lines changed

1 file changed

+193
-0
lines changed

CHANGELOG.md

Lines changed: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
### 0.6.0
2+
##### Features
3+
- Framework: Support for .NET 5 framework ([#103](https://github.com/karan-kang/blazority/issues/103))
4+
- Dropdown: Adding new dropdown menu control [Dropdown](/dropdown) ([#9](https://github.com/karan-kang/blazority/issues/9))
5+
6+
##### Bug Fixes
7+
- Datepicker: value binding not working ([#104](https://github.com/karan-kang/blazority/issues/104))
8+
- Datagrid: SelectedItem cannot be unselected by setting the bound property to null ([S#2](https://github.com/blazority/support/issues/2))
9+
10+
### 0.5.0
11+
##### Features
12+
- Date picker: Adding new date picker control [Date Picker](/datepicker) ([#8](https://github.com/karan-kang/blazority/issues/8))
13+
- 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))
14+
- Range: Adding new range input control [Range](/range) ([#48](https://github.com/karan-kang/blazority/issues/48))
15+
- Button group: Adding new button group component ([Button Group](/buttongroup)) ([#7](https://github.com/karan-kang/blazority/issues/7))
16+
17+
##### Bug Fixes
18+
- Combobox: Selection via up/down arrow keys is not working ([#95](https://github.com/karan-kang/blazority/issues/95))
19+
- Combobox: Showing 'no matches' when there should be some ([#94](https://github.com/karan-kang/blazority/issues/94))
20+
21+
##### Misc
22+
- Theming improvements for up/down arrow keys for the number input control
23+
- Performance improvements to base CSS class and style mapping classes
24+
25+
### 0.4.24
26+
##### Features
27+
- Datagrid: Support for expandable rows ([Datagrid](/datagrid/expandable-rows)) ([#92](https://github.com/karan-kang/blazority/issues/92))
28+
29+
### 0.4.23
30+
##### Features
31+
- Combobox: Refactored core for stability improvements ([Combobox](/combobox))
32+
- Combobox: Adding support for Editable mode, i.e. ability to add new item ([Editable Combobox](/combobox/editable))
33+
- Combobox: Adding support for Complex item type ([Complex Item Combobox](/combobox/complex))
34+
35+
### 0.4.22
36+
##### Features
37+
- Datagrid: Sync selection behavior between control and row selection mode ([Datagrid](/datagrid/multi-selection)) ([#89](https://github.com/karan-kang/blazority/issues/89))
38+
39+
### 0.4.21
40+
##### Features
41+
- Datagrid: Added support for grouping ([Datagrid](/datagrid/grouping)) ([#84](https://github.com/karan-kang/blazority/issues/84))
42+
##### Bug Fixes
43+
- Datagrid: Column span for empty rows does not work n fixed table-layout mode ([#83](https://github.com/karan-kang/blazority/issues/83))
44+
45+
### 0.4.20
46+
##### Bug Fixes
47+
- Datagrid: Updated fix for pagination count mismatch during filtering ([#67](https://github.com/karan-kang/blazority/issues/67))
48+
49+
### 0.4.19
50+
##### Bug Fixes
51+
- Datagrid: Null values are not getting filtered by built-in filter logic ([#82](https://github.com/karan-kang/blazority/issues/82))
52+
53+
### 0.4.18
54+
##### Features
55+
- Datagrid: Added support for method expression bindings to column field parameter ([Datagrid](/datagrid/compact)) ([#77](https://github.com/karan-kang/blazority/issues/77))
56+
57+
##### Bug Fixes
58+
- Combobox: Down chevron does not work ([#78](https://github.com/karan-kang/blazority/issues/78))
59+
- Combobox: Options stay filtered after selecting an option in multi select mode ([#80](https://github.com/karan-kang/blazority/issues/80))
60+
61+
### 0.4.17
62+
##### Features
63+
- Combobox: Ported combobox control with support for both standalone and form-based usage ([Combobox](/combobox))
64+
- Checkbox: Ported checkbox control with support for both standalong and form-based usage ([Checkboxes](/checkboxes))
65+
- Tree: Ported tree view control with support for vertical and horizontal trees ([Tree](/tree))
66+
- Datagrid: Added support for clearing filters programatically ([Datagrid Filtering](/datagrid/filtering))
67+
68+
##### Bug Fixes
69+
- Form Control: All controls in form report validation error if one is invalid ([#62](https://github.com/karan-kang/blazority/issues/62))
70+
- Datagrid: User can select unselectable rows using Shift selection ([#61](https://github.com/karan-kang/blazority/issues/61))
71+
- Datagrid: Placeholder image is not showing since v0.4.16 ([#64](https://github.com/karan-kang/blazority/issues/64))
72+
- Datagrid: Unable to deselect previously selected row in single selection mode ([#65](https://github.com/karan-kang/blazority/issues/65))
73+
- Datagrid: Pagination count does not update on filtering ([#67](https://github.com/karan-kang/blazority/issues/67))
74+
- Datagrid: Select all during multi selection is selecting filtered rows ([#69](https://github.com/karan-kang/blazority/issues/69))
75+
76+
### 0.4.16
77+
##### Features
78+
- Datagrid: Support for fixed height with optional sticky header and/or footer ([Fixed mode](/datagrid/fixed))
79+
- Packaging: Providing minified CSS and JS files as part of generated package ([See updated getting started])(/getting-started)
80+
81+
##### Bug Fixes
82+
- 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))
83+
- Datagrid: Reduced top margin, and made it compatiable with Clarity styling
84+
- Datagrid: Placeholder styling update to span across all columns when control based selection is enabled
85+
86+
### 0.4.15
87+
##### Features
88+
- Datagrid: Built in support for row selection without need for seperate column control ([Row Selection](/datagrid/row-selection))
89+
- Datagrid: Ability to perform range selection using SHIFT key with checkbox selction ([Multi Selection](/datagrid/multi-selection))
90+
91+
##### Bug Fixes
92+
- Fixing datagrid filtering does not work when filter template is used with child content ([#56](https://github.com/karan-kang/blazority/issues/56))
93+
94+
##### Breaking Changes:
95+
- Datagrid: RowClicked Event callback now provides access to MouseEventArgs and Row item data as custom object. Target developers should look at the revised
96+
usage at ([Basic Structure](/datagrid/structure))
97+
98+
### 0.4.14
99+
##### Bug Fixes
100+
- Fixing style issue for datagrid row selector column ([#55](https://github.com/karan-kang/blazority/issues/55))
101+
- Fixing focus and input with action sizing
102+
103+
### 0.4.13
104+
##### Features
105+
- Added Form component with Vertical, Horizontal and Compact layouts
106+
- Added Form control components: Text, Number, Password, Select, Textarea, Radio buttons
107+
- Tree view: Support for master-detail view, and listening to node selection event via OnNodeSelect callback
108+
109+
### 0.4.12
110+
##### Features
111+
- Datagrid: Added support for compact code
112+
- Datagrid: Added support for row click via RowClicked parameter
113+
- Modal: Updates to support proper two way binding on Open parameter
114+
- Tree view: Support for three modes: Basic, selection tree, dynamic tree using definition
115+
116+
##### Miscellaneous
117+
- Refactoring to reduce clutter in core namespace 'Blazority'
118+
- Updated Clarity and Clarity icons depdency to 4.0.6
119+
- Updated custom-elements dependency to 1.4.3
120+
121+
##### Bug Fixes:
122+
- 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))
123+
- Fixing datagrid placeholder value not getting applied issue ([#32](https://github.com/karan-kang/blazority/issues/32))
124+
125+
126+
### 0.4.11
127+
##### Features
128+
- Datalist: Added a bare implementation 'DatalistControl' for use without clarity form control
129+
- Datagrid: Adding support for custom column header via HeaderTemplate
130+
131+
##### Bug Fixes:
132+
- 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))
133+
134+
135+
### 0.4.10
136+
##### Features
137+
- Datagrid: Added ability to conditionally select rows in single and multi selection mode using CanSelect function parameter
138+
- Datagrid: Added ability to conditionally apply CSS classes to rows using RowClass function parameter
139+
- Datagrid: Added unique row identifier to generated rows
140+
141+
### 0.4.9
142+
##### Features
143+
- Added badges
144+
- Added labels
145+
- Datagrid: Added row hover style
146+
- Datagrid: Added single and multi row selection support
147+
148+
##### Bug Fixes:
149+
- Fixes datagrid column hover style for sortable columns ([#17](https://github.com/karan-kang/blazority/issues/17))
150+
151+
### 0.4.8
152+
##### Features
153+
- Added initial version of progress bar
154+
- Added a datalist control
155+
- Added spinner control
156+
157+
##### Bug Fixes:
158+
- Fixes datagrid does not scroll with lot of columns ([#15](https://github.com/karan-kang/blazority/issues/15))
159+
160+
### 0.4.7
161+
##### Features
162+
- Card: Added support for Basic, Media Block, and Clickable cards
163+
164+
### 0.4.6
165+
##### Features
166+
- Datagrid: Added support for custom filter templates
167+
- Datagrid: Autofocus improvements for floating filters
168+
169+
### 0.4.5
170+
##### Bug Fixes:
171+
- Fixing sorting and filtering functionality when item collection is changed ([#2](https://github.com/karan-kang/blazority/issues/2))
172+
173+
### 0.4.4
174+
##### Features
175+
- Datagrid: Added validation rule to detect invalid filter value and provide visual clues
176+
- Datagrid: Added autofocus implementatio to column filter component
177+
- Datagrid: Added support for custom filter placeholder via FilterPlaceholder parameter
178+
- Misc: Added new blazority.js file which should be referenced in script imports, see getting started guide for details.
179+
180+
##### Breaking Changes:
181+
- Changed path for blazority.css to _content/Blazority/blazority.css, see getting started guide for updates
182+
183+
### 0.4.3
184+
- Datagrid: Added support for client side filtering
185+
- Datagrid: Replaced and unified "Expression" and "SortBy" parameter to "Field" parameter
186+
187+
### 0.4.2
188+
- Added support for loading butons
189+
- Added demo for flat buttons
190+
191+
### 0.4.1
192+
- Inital public version of Blazority based on Clarity v4.0.2
193+
- Includes Accordion, Alerts, Button component

0 commit comments

Comments
 (0)