Skip to content

Commit

Permalink
Small change to FluentNavMenu (#665)
Browse files Browse the repository at this point in the history
* Add UnitTests markdown page (#658)

* ProgressToast related cahnges (#657)

* FluentProgress: Add ValueChanged
FluentProgressRing: Add ValueChanged
Fix #655 and update example

* Do not use @Bind for FluentProgress Value
Update example

* Add colocated files to demos

* Undo add ValueChanged EventCallBack

* Add Width and Height property and associated styles (#663)

Co-authored-by: Vincent Baaij <[email protected]>

* Point to unit test documentation

* re-add fixed to DemoSection tabs

* #624 Change NavMneu to use Icon Value
Update version in banner

* Update version in props

---------

Co-authored-by: Denis Voituron <[email protected]>
  • Loading branch information
vnbaaij and dvoituron authored Aug 31, 2023
1 parent 2b42f25 commit 7de0780
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>

<VersionFile>3.0.23240.1</VersionFile>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionFile>3.0.23243.1</VersionFile>
<VersionPrefix>3.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>

<AssemblyVersion>$(VersionFile)</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/Demo/Shared/Pages/Index/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<h1>Welcome to the Fluent UI Blazor components library</h1>
<div class="demopanel" style="margin: 1rem 0; padding: 2.5rem; text-align: center">
<p>This is the demo and documentation site for the <strong>current</strong> version (<strong>3.0.0</strong>) of the library</p>
<p>This is the demo and documentation site for the <strong>current</strong> version (<strong>3.0.1</strong>) of the library</p>
<br />
<p>
The <a href="https://calm-sea-053fa6a03-archivesv2.westeurope.3.azurestaticapps.net/">previous demos and documentation site</a> (<strong>2.4.3</strong>) is also still available.
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Components/NavMenu/FluentNavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
else
{
<FluentIcon Icon="CoreIcons.Regular.Size24.Navigation" Width="20px" />
<FluentIcon Value="@(new CoreIcons.Regular.Size24.Navigation())" Width="20px" />
}
</FluentTreeItem>
}
Expand Down

0 comments on commit 7de0780

Please sign in to comment.