2.0.0
Breaking Changes
Removed shim libraries and thereby out of the box support for Internet Explorer
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6"></script>Upgraded Typescript to version 3
{
"compilerOptions": {
"lib": [
"dom",
"es2015"
],
...Deprecated LINQ for JavaScript and removed all references from base library
The bad news
The good news
Migrating away from linq.js
What's New
Tags
is-ie attribute on vi-app
Last updated
Was this helpful?