You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.1.1] - 2022-11-10
10
+
### Fixed
11
+
-`Blob`'s method `ArrayBufferAsync` used an `IJSInProcessObjectReference` which is not supported in Blazor Server. This was changed to use `IJSObjectReference`.
12
+
### Changed
13
+
- Changed the version of Blazor.Streams to use the newest version which is `0.2.2`.
14
+
9
15
## [0.1.0] - 2022-11-08
10
16
### Added
11
17
- Made the initial implementation that covers most of the API.
0 commit comments