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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
### 0.8.0
2
+
##### Features
3
+
- Datagrid: Added server side pagination, sorting, filtering ([Datagrid](/datagrid/server-side)) ([#4](https://github.com/karan-kang/blazority/issues/4))
4
+
- Timeline: Added new timeline component ([Timeline](/timeline)) ([S#14](https://github.com/blazority/support/issues/14))
5
+
- Toggle Switch: Added new toggle switch component ([Toggle](/toggle)) ([S#13](https://github.com/blazority/support/issues/13))
6
+
7
+
##### Updates
8
+
- Datagrid: Ability to set initial value of Column filter via Filter parameter ([Datagrid](/datagrid)) ([#151](https://github.com/karan-kang/blazority/issues/151))
9
+
- Updated Clarity and Clarity Icons to [v4.0.15](https://github.com/vmware/clarity/commits/v4.0.15)
10
+
11
+
##### Bug Fixes
12
+
- Datagrid: Regression for 'select all' checkbox remains selected when user uncheck individual rows ([S#7](https://github.com/blazority/support/issues/7))
13
+
14
+
##### Breaking Changes:
15
+
- Datagrid: SelectedItems property now require collection of type Blazority.Shared.ObservableSet<T> instead of HashSet<T> for proper change tracking within collection.
16
+
17
+
1
18
### 0.7.7
2
19
##### Updates
3
20
- Datagrid: Support for setting the Order for DatagridColumn
0 commit comments