Skip to content

Releases: EdCharbeneau/BlazorSize

9.0.0

15 Nov 19:45
8e0ecfa
Compare
Choose a tag to compare

Fixes issue with UnobservedTaskExceptions

.NET 9 compatibility

8.0.0

22 Apr 17:30
Compare
Choose a tag to compare

Updated for better compatibility with .NET 8.

  • Fixed issue where JS would sometimes throw an error on Dispose.

6.2.2 Fixed Microsoft.JSInterop.JSDisconnectedException

30 Aug 22:36
b3fc614
Compare
Choose a tag to compare

Fixes more code paths that may result in Microsoft.JSInterop.JSDisconnectedException

6.2.1 Fixed Microsoft.JSInterop.JSDisconnectedException

25 Apr 17:02
Compare
Choose a tag to compare

Fixed Microsoft.JSInterop.JSDisconnectedException

6.2.0 Fixed bug where MediaQuery dispose was not always working correctly.

25 Apr 17:00
Compare
Choose a tag to compare

Fixed bug where MediaQuery dispose was not always working correctly.

Fixes Mac/Linux file issue

12 Feb 20:20
Compare
Choose a tag to compare

6.1.2 Fixed casing on JS modules, fixes deployment issues on Linux. (regression)

6.1.1

28 Jan 16:50
Compare
Choose a tag to compare
  • Fixed: console.log messages removed
  • Fixed: replaced deprecated addListener/removeListener, with addEventListener/removeEventListener.

6.1.0

01 Dec 17:14
Compare
Choose a tag to compare

This update fixes two issues resolved by the community through pull requests.

  1. A dependency for bUnit.Core was mistakenly left in the config for BlazorSize. This dependency was moved to BlazorPro.BlazorSize.UnitTesting v6.0.0. Updating the main BlazorSize package to 6.1.0 may break unit tests. To fix this issue please add BlazorPro.BlazorSize.UnitTesting v6.0.0.
  2. Some logging was mistakenly left in supporting JavaScript files. These log messages were removed and do not effect the behavior of BlazorSize.

BlazorSize 6.0

10 Nov 17:17
6f64d06
Compare
Choose a tag to compare
  • Added Compatibility for .NET 6.0
  • Updated disposal for reliable removal of resources, this will hopefully eliminate errors some users saw in the console.
  • Breaking Change Moved bUnit support to BlazorPro.BlazorSize.UnitTesting.
  • Breaking Change BlazorSize for .NET 5.0 requires BlazorSize 5.x. This version will no longer be supported and users should upgrade to .NET 6.x.

BlazorSize 5.0

27 May 19:38
Compare
Choose a tag to compare
  • Added support for unit testing with bUnit
  • Removed support for .NET 3.x