Releases: Tewr/BlazorFileReader
v3.4.0.24340
Adds dotnet9 support.
UseWasmSharedBuffer
option has been marked as obsolete.
v3.3.2.23201
Fixes a a bug in 3.3.2.23185 related to drag and drop
v3.3.2.23185
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
Fixes the following error under net6
UseWasmSharedBuffer=true is not supported on this platform: Unable to acquire IJSUnmarshalledRuntime.
v3.3.0.21348
v3.2.0.21211
Copy-paste files by @markjerz
v3.1.0.21158
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
Support for .NET 5. Fixes a small issue with platform detection.
3.0.0-5rc1.20274
First preview release for Blazor v5. Functionally equivalent to 2.1.0.20274
2.1.0.20274
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.