Skip to content

2.5.2 - 2017.12.09

Compare
Choose a tag to compare
@zloirock zloirock released this 09 Dec 12:25
· 98 commits to v2 since this release
  • MutationObserver no longer used for microtask implementation in iOS Safari because of bug with scrolling, #339
  • Fixed JSON.stringify(undefined, replacer) case in the wrapper from the Symbol polyfill, #345
  • Array() calls changed to new Array() for V8 optimisation