Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Releases: Daddoon/BlazorMobile

v3.2.8

05 Jun 09:43
ec3d6e4
Compare
Choose a tag to compare
  • 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

04 May 11:11
4efa1cd
Compare
Choose a tag to compare
  • 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

13 Apr 14:58
77565d6
Compare
Choose a tag to compare
  • 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

27 Mar 14:30
43e42b5
Compare
Choose a tag to compare
  • Add select tag behavior support missing on Android
  • Add input type file behavior support missing on Android

v3.2.3-preview2.20160.5

21 Mar 16:38
7bc9953
Compare
Choose a tag to compare
  • 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

07 Mar 19:32
b2a59d4
Compare
Choose a tag to compare
  • 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

07 Feb 17:05
637cae9
Compare
Choose a tag to compare
  • 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

21 Nov 18:16
7cf0b08
Compare
Choose a tag to compare
  • 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

31 Oct 13:49
Compare
Choose a tag to compare
  • 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

11 Oct 10:34
Compare
Choose a tag to compare
  • 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.