Skip to content

Commit 16b5d6a

Browse files
Merge pull request #148 from Community-Toolkit-for-Fluent-UI-Blazor/preparew-v1-1-0
[Chore] Prepare for v1.1.0 release
2 parents 2e7567f + 23a59cb commit 16b5d6a

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<RepositoryType>git</RepositoryType>
1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1212

13-
<VersionFile>1.0.0</VersionFile>
14-
<VersionPrefix>1.0.0</VersionPrefix>
13+
<VersionFile>1.1.0</VersionFile>
14+
<VersionPrefix>1.1.0</VersionPrefix>
1515
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
1616
<FileVersion>$(VersionFile)</FileVersion>
1717

examples/demo/FluentUI.Demo.Shared/wwwroot/docs/WhatsNew.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## V1.1.0
2+
3+
### New components
4+
* \[Video\] Add `FluentCxVideo` component ([#101](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/101))
5+
* \[Picture\] Add `FluentCxPicture` component ([#88](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/88))
6+
* \[Audio\] Add `FluentCxAudio` component ([#91](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/91))
7+
8+
### Components
9+
* \[SlideShow\] Enhance the slideshow to have floating caption or fixed caption.([#98](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/98))
10+
* \[SlideShow\] Adds a new aspect ratio ([#102](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/102))
11+
* \[TileGrid\] Enhance the tilegrid ([#106](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/106))
12+
* \[Observers\] Fix javascript import ([#108](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/108))
13+
114
## V1.0.0
215

316
### New components
@@ -6,7 +19,7 @@
619
* \[ColorPalette\] Add FluentCxColorPalette component ([#87](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/87))
720
* \[Animation\] Adds FluentCxAnimation to provide some animation for UI elements ([#74](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/89))
821

9-
## Components
22+
### Components
1023
* \[PathBar\] Enhance path bar ([#74](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/74))
1124
* \[SlideShow\] Correct issue with dispose slideshow ([#82](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/82))
1225
* \[TileGrid\] Fix the issue where the tilegrid cannot be reordered anymore ([#90](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/90))

0 commit comments

Comments
 (0)