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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
### 0.11.0
2
+
3
+
##### Features
4
+
- Added new [Grid](/grid) component for flexbox and responsive breakpoints ([S#48](https://github.com/blazority/support/issues/48))
5
+
- Added new [Stepper](/stepper) component ([S#49](https://github.com/blazority/support/issues/49))
6
+
- Added new [Tooltip](/tooltip) component ([#213](https://github.com/karan-kang/blazority/issues/213))
7
+
8
+
##### Updates:
9
+
- Timeline: Added ability to have clickable state action ([S#64](https://github.com/blazority/support/issues/64))
10
+
- Combobox & Select: Added grouping capability to Combobox and Select controls ([#212](https://github.com/karan-kang/blazority/issues/212))
11
+
- Treeviw: Added ability to refresh async loaded children ([#205](https://github.com/karan-kang/blazority/issues/205))
12
+
- Datagrid: Customize the placeholder when loading using QueryBy ([S#42](https://github.com/blazority/support/issues/42))
13
+
14
+
##### Issues
15
+
- Datagrid: GroupBy does not work in combination with QueryBy ([S#60](https://github.com/blazority/support/issues/60))
16
+
- Datagrid: No way to clear sort on datagrid ([#206](https://github.com/karan-kang/blazority/issues/206))
17
+
- Datagrid: Deselect all button does not deselect the rows when some are disabled for selection ([#212](https://github.com/karan-kang/blazority/issues/212))
18
+
- Datagrid: No way to reset filter value ([#207](https://github.com/karan-kang/blazority/issues/207))
19
+
- Accordion: Fixing accordion so only one panel is shown at a time ([#222](https://github.com/karan-kang/blazority/issues/222))
20
+
1
21
### 0.10.0
2
22
##### Features
3
23
- Added new [Grid](/grid) component for flexbox and responsive breakpoints ([S#48](https://github.com/blazority/support/issues/48))
0 commit comments