Skip to content

Commit 2c978c8

Browse files
Merge pull request #96 from Community-Toolkit-for-Fluent-UI-Blazor/prepare-v1
[Chore] Prepare v1 release
2 parents a1569ea + 87304e6 commit 2c978c8

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

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>0.0.3</VersionFile>
14-
<VersionPrefix>0.0.3</VersionPrefix>
13+
<VersionFile>1.0.0</VersionFile>
14+
<VersionPrefix>1.0.0</VersionPrefix>
1515
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
1616
<FileVersion>$(VersionFile)</FileVersion>
1717

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
11
## V1.0.0
2+
3+
### New components
4+
* \[Lottie\] Add FluentCxLottiePlayer component ([#78](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/78))
5+
* \[Signature\] Add FluentCxSignature component ([#75](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/75))
6+
* \[ColorPalette\] Add FluentCxColorPalette component ([#87](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/87))
7+
* \[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))
8+
9+
## Components
10+
* \[PathBar\] Enhance path bar ([#74](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/74))
11+
* \[SlideShow\] Correct issue with dispose slideshow ([#82](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/82))
12+
* \[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))
13+
* \[TileGrid\] Correct the issue of the TileGrid where the tile take more space than allowed ([#95](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/95))
14+
15+
### Demo site and documentation
16+
* \[Docs\] Fix slideshow gh pages ([#83](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/83))
17+
* \[Docs\] Update demo site structure ([#79](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/79))
18+
* \[Docs\] Fix gh-pages menu ([#85](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/85))
19+
* \[Docs\] Add Getting started & Home content ([#92](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/92))
20+
* \[Docs\] Fix menu by ([#93](https://github.com/Community-Toolkit-for-Fluent-UI-Blazor/fluentui-blazor-community-extensions/pull/93))

0 commit comments

Comments
 (0)