Skip to content

3.1.1

Compare
Choose a tag to compare
@alexreardon alexreardon released this 22 Mar 08:16
· 168 commits to master since this release

Fixes

  • We had an error in IE11 due to manually setting the .length property of our result function (added in 3.1.0). For now we have rolled back the feature and deprecated 3.1.0 which added it. We could have wrapped the code in a try/catch but we where not sure of the performance implications of going so. Thanks @eugene1g for finding this and @theKashey for helping work through it