Skip to content

v1.8.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 18 Jun 10:36
· 425 commits to master since this release
  • Exact code splitting for Client and Server to avoid backend NPM package being imported on the Client. Fixing: #450 #445 #444
  • Catch Exception on new Blob and window.URL.createObjectURL although Blob and URL is exists on global scope may thrown an error on access in some bizarre browsers
  • IE support, thanks a lot to @mozibrand and @laosb