Skip to content

Commit 1c6d4e2

Browse files
v5.6.0 changes
1 parent 375c68b commit 1c6d4e2

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# v5.5.0
1+
# v5.6.0
22

33
## Notable changes
44

5-
### `InputAutoFocus` property
5+
### .NET 8 support
66

7-
This release includes the new `inputAutoFocus` options property introduced by the `sweetalert2` library.
8-
By setting this to `false`, the input on the alert will not be auto-focused. (`true` by default)
7+
This release adds support for the .NET 8 runetime, using the v8 versions of the `Microsoft.AspNetCore.Components` and `Microsoft.AspNetCore.Components.Web` packages.
98

109
## Dependencies
1110

12-
- bump `sweetalert2` to `11.7.3`
11+
- bump `Microsoft.AspNetCore.Components@6` to `6.0.25`
12+
- bump `Microsoft.AspNetCore.Components.Web@6` to `6.0.25`
13+
- bump `Microsoft.AspNetCore.Components@7` to `7.0.14`
14+
- bump `Microsoft.AspNetCore.Components.Web@7` to `7.0.14`

CurrieTechnologies.Razor.SweetAlert2.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<PackageTags>Blazor SweetAlert SweetAlert2 JSInterop Server Razor</PackageTags>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageReleaseNotes>
23-
bump sweetalert2
24-
add InputAutoFocus property
23+
add .NET 8 support
2524
</PackageReleaseNotes>
2625
</PropertyGroup>
2726

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@currietechnologies/razorsweetalert2",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"description": "A Razor class library for interacting with SweetAlert2",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)