Skip to content

Commit 30618d3

Browse files
authored
v0.8.0 - changelog
1 parent 95040d1 commit 30618d3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
118
### 0.7.7
219
##### Updates
320
- Datagrid: Support for setting the Order for DatagridColumn

0 commit comments

Comments
 (0)