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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
### 0.8.1
2
+
##### Features
3
+
- Added new [Icon](/icon) component to use Clarity Icons
4
+
- Added new [Application Layout](/app-layout) component for use as main application container
5
+
- Added new [Sidenav](/sidenav) and [Vertical Nav](/verticalnav) components
6
+
- Added new [Header](/header) component
7
+
8
+
##### Updates
9
+
- Datagrid: Added ability to conditionally expand or collapse rows ([Datagrid](/datagrid/expandable-rows) ([S#17](https://github.com/blazority/support/issues/17))
10
+
-[Calendar](/calendar) & [DatePicker](/datepicker): Added ability to select available dates ([#160](https://github.com/karan-kang/blazority/issues/160))
11
+
12
+
##### Bug Fixes
13
+
- Datagrid: Unable to unselect all after select all ([S#16](https://github.com/blazority/support/issues/16))
14
+
- Calender: Years were not disabling when out of min and max range ([#159](https://github.com/karan-kang/blazority/issues/159))
15
+
16
+
1
17
### 0.8.0
2
18
##### Features
3
19
- Datagrid: Added server side pagination, sorting, filtering ([Datagrid](/datagrid/server-side)) ([#4](https://github.com/karan-kang/blazority/issues/4))
0 commit comments