Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
fgilde committed Jul 8, 2024
1 parent fef363c commit 2027a94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MudBlazor.Extensions/Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Change Log
- 2.0.0 > Update MudBlazor to 7.0.0
- 2.0.0 > **_Breaking:_** Rename: Many properties and behavoirs as MudBlazor does. Se migration gide from MudBlazor 6 to 7 [here](https://github.com/MudBlazor/MudBlazor/issues/8447)
- 1.7.89 > Fix bug that uploadable file is not updated in MudExObjectEditDialog
- 1.7.88 > Dialogs now supporting a can close event to allow canceling the close event [see sample](https://www.mudex.org/dialogs-closing-event)
- 1.7.88 > Add new Components [MudExTreeView](https://www.mudex.org/demos/TreeView).
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ MudBlazor.Extensions is released under the MIT License. See the bundled LICENSE
Latest Changes:
<!-- CHANGELOG:START -->
<!-- Copied from CHANGELOG.md on 2024-06-28 13:18:31 -->
- 2.0.0 > Update MudBlazor to 7.0.0
- 2.0.0 > **_Breaking:_** Rename: Many properties and behavoirs as MudBlazor does. Se migration gide from MudBlazor 6 to 7 [here](https://github.com/MudBlazor/MudBlazor/issues/8447)
- 1.7.89 > Fix bug that uploadable file is not updated in MudExObjectEditDialog
- 1.7.88 > Dialogs now supporting a can close event to allow canceling the close event [see sample](https://www.mudex.org/dialogs-closing-event)
- 1.7.88 > Add new Components [MudExTreeView](https://www.mudex.org/demos/TreeView).
Expand Down
3 changes: 1 addition & 2 deletions TryMudEx/TryMudEx.Client/TryMudEx.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="MudBlazor" Version="7.0.0" />
<PackageReference Include="MudBlazor.Markdown" Version="1.0.2" />
<!--<PackageReference Condition="'$(Configuration)' == 'Release'" Include="MudBlazor.Extensions" Version="*-*" />-->
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="MudBlazor.Extensions" Version="2.0.0-prev-2407011629-for-mudblazor-7.0.0" />
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="MudBlazor.Extensions" Version="*-*" />

</ItemGroup>

Expand Down

0 comments on commit 2027a94

Please sign in to comment.