This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
Releases: Daddoon/BlazorMobile
Releases · Daddoon/BlazorMobile
v3.2.8
- Fix Could not load file or assembly 'BlazorMobile.Common, Version=3.2.7.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)' error on .NET Core / Server's project at startup.
- Updated Blazor version to 3.2.0
v3.2.7-preview4.20210.8
- Migrated BlazorMobile.Web library to a Razor Class Library
- Javascript dependencies for BlazorMobile must now be added in index.html like a regular Razor Class Library
- Fix Safari / iOS weird javascript error at boot, that was not able to find some javascript references.
v3.2.5-preview3.20168.3
- Updated the BlazorMobile boot behavior model in order to avoid some possible race condition with the dev app. (Fix #191). See the migration guide for more details.
- Fix Electron Desktop app not booting because of missing transitives dependencies after app publication. (Fix #195). See the migration guide for more details.
- Updated default template to Blazor 3.2.0 Preview 3
v3.2.4-preview2.20160.5
- Add select tag behavior support missing on Android
- Add input type file behavior support missing on Android
v3.2.3-preview2.20160.5
- Add support of Blazor 3.2.0-preview2.20160.5
- Renamed BlazorMobile.Sample.Blazor.Common folder to BlazorMobile.Sample.Common in templates - project file name is unchanged.
- Updated BlazorMobile.Build Nuget package in order to work with the standard publishing model of Blazor integrated in Blazor 3.2.0-preview2.20160.5
v3.2.2-preview1.20073.1
- Fix possible artifacts folder missing at build time when compiling BlazorMobile Nugets from source code
- Downgraded ElectronNET API to 5.30.1 due to some issues on 7.30.2
- Added WebAssembly engine support on Desktop (ElectronNET) project. This is also required if using any LoadPackage API of BlazorMobile
- Fix/Add Razor Class Library (RCL) support missing
- Fix possible "Access Denied" error at build time with BlazorMobile.Build package.
- Allow loading different BlazorMobile packages during application lifetime, but only one at once.
- Add a package store API in order to store and load external packages, like downloaded from a Stream.
v3.2.0-preview1.20073.1
- Updated ElectronNET API to 7.30.2
- Updated Blazor packages to 3.2.0-preview1.20073.1
- Updated the iOS fix for 3.2.0-preview1.20073.1 as it seem to still have problems
- Updated BlazorMobile.Build to works with newest Blazor MSBuild events where some targets name changed.
- Updated BlazorMobile Template with the Blazor new format for Webassembly
See migration documentation on main page !
v3.1.0-preview3.19555.2
- Fixed a missing tild character in the server_index.cshtml that must be generated for the base tag on server-side.
- Removed blazor.polyfill.min.js from templates.
- Updated NuGet packages references
See updated doc for migration.
v3.1.0-preview1.19508.20
- Updated dependencies, client & server, to Blazor 3.1.0-preview1.19508.20
- Updated .NET Core 3.0 projects from Server & Desktop, to .NET Core 3.1
- Updated blazor.webassembly.js - iOS 13 opt-in fix for Blazor 3.1.0-preview1.19508.20
- Updated ElectronNET.API package from 5.22.14 to 5.30.1
v3.0.12-preview9.19465.2
- Fix BlazorMobile.Build.* NuGet packages that may fail at build time if there is space in the path of the dev environment.
- Also see the migration documentation, as there is some recommended minor changes to do.