Skip to content

Commit

Permalink
Update WhatsNew
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Jul 10, 2024
1 parent ea0a4f3 commit 06f332b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

## v4.9.1
### Components
- [DataGrid] Make `Grid` in `ColumnBase` protected ([#2342](https://github.com/microsoft/fluentui-blazor/pull/2342))
- [DataGrid] Several issues addressed ([#2347](https://github.com/microsoft/fluentui-blazor/pull/2347))
- [DatePicker] Add 'PickerMonthChanged' event and 'DaysTemplate' parameter ([#2336](https://github.com/microsoft/fluentui-blazor/pull/2336))
- [Multi Splitter] Fix the Splitter OnMouseMove ([#2333](https://github.com/microsoft/fluentui-blazor/pull/2333))

### Demo site and documentation
- [Docs] Fix Tabs Dynamic example ([#2341](https://github.com/microsoft/fluentui-blazor/pull/2341))
- [Docs] Move Date and Autocomplete components to Forms section ([#2330](https://github.com/microsoft/fluentui-blazor/pull/2330))
- [Docs] Update homepage ([#2324](https://github.com/microsoft/fluentui-blazor/pull/2324))
- [Docs] Update the Variant selector in Icon Explorer ([#2331](https://github.com/microsoft/fluentui-blazor/pull/2331))

## v4.9.0

### Demo site and documentation
Expand Down
16 changes: 15 additions & 1 deletion examples/Demo/Shared/wwwroot/docs/WhatsNew.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## v4.9.0

## v4.9.1
### Components
- [DataGrid] Make `Grid` in `ColumnBase` protected ([#2342](https://github.com/microsoft/fluentui-blazor/pull/2342))
- [DataGrid] Several issues addressed ([#2347](https://github.com/microsoft/fluentui-blazor/pull/2347))
- [DatePicker] Add 'PickerMonthChanged' event and 'DaysTemplate' parameter ([#2336](https://github.com/microsoft/fluentui-blazor/pull/2336))
- [Multi Splitter] Fix the Splitter OnMouseMove ([#2333](https://github.com/microsoft/fluentui-blazor/pull/2333))

### Demo site and documentation
- [Docs] Fix Tabs Dynamic example ([#2341](https://github.com/microsoft/fluentui-blazor/pull/2341))
- [Docs] Move Date and Autocomplete components to Forms section ([#2330](https://github.com/microsoft/fluentui-blazor/pull/2330))
- [Docs] Update homepage ([#2324](https://github.com/microsoft/fluentui-blazor/pull/2324))
- [Docs] Update the Variant selector in Icon Explorer ([#2331](https://github.com/microsoft/fluentui-blazor/pull/2331))


## v4.9.0
### Demo site and documentation
- [Docs] Add keyhandler for '/' to jump to search box
- [Docs] Add icon preview in API documentation ([#2284](https://github.com/microsoft/fluentui-blazor/pull/2284))
Expand Down

0 comments on commit 06f332b

Please sign in to comment.