Skip to content

Commit

Permalink
Released version 0.3.0 to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Oct 23, 2024
1 parent c3fcb2c commit f7e1b14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2024-10-23
### Fixed
- Fixed that `EventListener` didn't dispose the events that it created during callback after use.
### Changed
- Changed the version of `Blazor.WebIDL` to use the newest version which is 0.6.0.
### Added
- Added implementation of `Event.CreateAsync(jSRuntime, jSReference, CreationOptions)`.
- Added target for .NET 8.

## [0.2.2] - 2024-04-28
### Fixed
- Fixed that `AbortController` was placed in namespace `KristofferStrube.Blazor.DOM.Abort` instead of just `KristofferStrube.Blazor.DOM`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/KristofferStrube/Blazor.DOM</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>0.2.2</PackageVersion>
<PackageVersion>0.3.0</PackageVersion>
<Authors>Kristoffer Strube</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit f7e1b14

Please sign in to comment.