Skip to content

Releases: Tewr/BlazorFileReader

v3.4.0.24340

05 Dec 22:06
da58ecb
Compare
Choose a tag to compare

Adds dotnet9 support.
UseWasmSharedBuffer option has been marked as obsolete.

v3.3.2.23201

20 Jul 17:14
e5fc3a8
Compare
Choose a tag to compare

Fixes a a bug in 3.3.2.23185 related to drag and drop

v3.3.2.23185

04 Jul 18:57
8161f3c
Compare
Choose a tag to compare

Adds the possibility to drop multiple files and directories on elements. Mostly developed by @cwinland .

What's Changed

  • Add webkitRelativePath to dragdrop with multiple folders by @cwinland in #190
  • Removes Task.Delay from file count by @Tewr in #192
  • Release/3.3.2.23185 by @Tewr in #193

New Contributors

Full Changelog: v3.3.1.21360...v3.3.2.23185

v3.3.1.21360

26 Dec 22:21
c9a2f9f
Compare
Choose a tag to compare

Fixes the following error under net6
UseWasmSharedBuffer=true is not supported on this platform: Unable to acquire IJSUnmarshalledRuntime.

v3.3.0.21348

14 Dec 21:47
a15a1c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0.21211...v3.3.0.21348

v3.2.0.21211

23 Jul 21:26
Compare
Choose a tag to compare

Copy-paste files by @markjerz

v3.1.0.21158

08 Jun 17:27
52e302e
Compare
Choose a tag to compare

Adds a new overload for IFileReaderRef.RegisterDropEventsAsync that provides extensibility points for custom scripts.
Adds two new methods (.NET5 only): JsObjectReference for files, and CreateObjectUrl for files (built on JsObjectReference)

v3.0.0.20340

08 Dec 17:32
ee28131
Compare
Choose a tag to compare

Support for .NET 5. Fixes a small issue with platform detection.

3.0.0-5rc1.20274

30 Sep 20:59
Compare
Choose a tag to compare
3.0.0-5rc1.20274 Pre-release
Pre-release

First preview release for Blazor v5. Functionally equivalent to 2.1.0.20274

2.1.0.20274

30 Sep 20:36
Compare
Choose a tag to compare

WASM/CSB: Fixes a problem with large files and small buffer sizes.
SSB: Simplifies Setup, removes need for SignalR max size setting. Adds multithreaded fetch.