Skip to content

Releases: Daddoon/Blazor.Polyfill

0.3.0

08 Nov 20:32
Compare
Choose a tag to compare

New:

  • Support Blazor server-side on Internet Explorer 11

0.2.0

22 Jun 12:59
Compare
Choose a tag to compare

New:

  • Fallback to asmjs for buggy WebAssembly in Webkit based browsers, like Chrome and Safari. This include versions 604.1.34 to 605.1.33 of Webkit at the moment.
  • Added Minified blazor.polyfill.min.js file

0.1.2

04 Jun 15:20
Compare
Choose a tag to compare

New:

  • Fix for WkWebview crash, fallbacking to asmjs if WkWebview is detected, at least from a Native app environment.

This are the required polyfills in order to launch Blazor from Internet Explorer 11 and on Safari

Please note that this project is only for compatibility conveniences and no one knows if Blazor will still work even with theses polyfills in the future. There is also no guarantee about full Blazor support.

Tested with Blazor 3.0.x source code.

This project is not affiliated with the Blazor project.

Read the README of this repository for install

0.1.1

09 May 14:57
ce10529
Compare
Choose a tag to compare

New:

  • Safari support: Some Safari release have a bug with WebAssembly. This release do a WebAssembly sanity check test case, and fallback to asmjs if the test bug.
  • Some Chrome version check, maybe unecessary

This are the required polyfills in order to launch Blazor from Internet Explorer 11 and on Safari

Please note that this project is only for compatibility conveniences and no one knows if Blazor will still work even with theses polyfills in the future. There is also no guarantee about full Blazor support.

Tested with Blazor 3.0.x source code.

This project is not affiliated with the Blazor project.

Read the README of this repository for install

0.1.0

27 Apr 13:17
Compare
Choose a tag to compare

This are the required polyfills in order to launch Blazor from Internet Explorer 11, maybe some other unsupported browsers too.

Please note that this project is only for compatibility conveniences and no one knows if Blazor will still work even with theses polyfills in the future. There is also no guarantee about full Blazor support.

Tested with Blazor 3.0.x source code.

This project is not affiliated with the Blazor project.

Read the README of this repository for install