Releases: EdCharbeneau/BlazorSize
Releases · EdCharbeneau/BlazorSize
9.0.0
8.0.0
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
Fixes more code paths that may result in Microsoft.JSInterop.JSDisconnectedException
6.2.1 Fixed Microsoft.JSInterop.JSDisconnectedException
Fixed Microsoft.JSInterop.JSDisconnectedException
6.2.0 Fixed bug where MediaQuery dispose was not always working correctly.
Fixed bug where MediaQuery dispose was not always working correctly.
Fixes Mac/Linux file issue
6.1.2 Fixed casing on JS modules, fixes deployment issues on Linux. (regression)
6.1.1
- Fixed: console.log messages removed
- Fixed: replaced deprecated addListener/removeListener, with addEventListener/removeEventListener.
6.1.0
This update fixes two issues resolved by the community through pull requests.
- 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 addBlazorPro.BlazorSize.UnitTesting v6.0.0
. - 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
- 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
- Added support for unit testing with bUnit
- Removed support for .NET 3.x