Skip to content

Commit 801b989

Browse files
committed
MatBlazor 2.3.0 released
1 parent d069ff5 commit 801b989

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you think that this project helped you or your company in any way, you can co
117117
- `MatAutocomplete` - new implementation of component
118118

119119

120-
#### MatBlazor 2.3.0 (In progress)
120+
#### MatBlazor 2.3.0
121121
- PR: Add implementations for nullable primitive types: `sbyte?`, `byte?`, `short?`, `ushort?`, `int?`, `uint?`, `long?`, `ulong?`, `char?`, `float?`, `double?` #449 (Thanks to [fire-birdie](https://github.com/fire-birdie))
122122
- MatNumericUpDownField - Added FieldType parameter with Numeric, Currency, and Percent types #462 (Thanks to [RonPeters](https://github.com/RonPeters))
123123
- PR: MatDatePicker - Do not display the time in the text field by default. Respect the Format and EnableTime parameters. #462 (Thanks to [RonPeters](https://github.com/RonPeters))

src/MatBlazor.Demo/MatBlazor.Demo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.2" />
17-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.2" />
16+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
17+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.3" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/MatBlazor.Demo/Shared/News.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<li><code>MatVirtualScroll</code> - complete new component</li>
1010
<li><code>MatAutocomplete</code> - new implementation of component</li>
1111
</ul>
12-
<h4>MatBlazor 2.3.0 (In progress)</h4>
12+
<h4>MatBlazor 2.3.0</h4>
1313
<ul>
1414
<li>PR: Add implementations for nullable primitive types: <code>sbyte?</code>, <code>byte?</code>, <code>short?</code>, <code>ushort?</code>, <code>int?</code>, <code>uint?</code>, <code>long?</code>, <code>ulong?</code>, <code>char?</code>, <code>float?</code>, <code>double?</code> #449 (Thanks to <a href="https://github.com/fire-birdie">fire-birdie</a>)</li>
1515
<li>MatNumericUpDownField - Added FieldType parameter with Numeric, Currency, and Percent types #462 (Thanks to <a href="https://github.com/RonPeters">RonPeters</a>)</li>

src/MatBlazor/MatBlazor.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<Authors>Vladimir Samoilenko</Authors>
2121
<PackageIconUrl>https://raw.githubusercontent.com/SamProf/MatBlazor/master/content/icon.ico</PackageIconUrl>
2222
<Company>SamProf</Company>
23-
<PackageVersion>2.2.0</PackageVersion>
24-
<Version>2.2.0</Version>
23+
<PackageVersion>2.3.0</PackageVersion>
24+
<Version>2.3.0</Version>
2525
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
2626
</PropertyGroup>
2727

@@ -36,8 +36,8 @@
3636

3737
<ItemGroup>
3838
<PackageReference Include="Microsoft.AspNetCore.Blazor.HttpClient" Version="3.1.0-preview4.19579.2" />
39-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.2" />
40-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.2" />
39+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
40+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.3" />
4141
</ItemGroup>
4242

4343

0 commit comments

Comments
 (0)