Skip to content

v6.0.100.2

Compare
Choose a tag to compare
@Daddoon Daddoon released this 21 Nov 16:56
· 25 commits to master since this release
7c46289
  • Blazor.Polyfill now respect the autostart attribute value at start
  • Added the ES5ConversionScope option in Blazor.Polyfill configuration. This option is meant to transpile None, Razor Class Libraries, or All Javascript files to ES5 automatically and store it in a es5cache store for your application. Files will be used automatically at runtime when needed. Keeping them under source control is advised.