Skip to content
This repository was archived by the owner on Oct 15, 2021. It is now read-only.

Release 1.1.0

Choose a tag to compare

@mischah mischah released this 31 Jul 13:27

Bug Fixes

  • release: Bump version number in package-lock.json as well (78ab99a)

Features

  • Set polyfills via core-js (#194) (05a8f90)
    • Just import the ones you need for the browsers you are targeting in src/app/polyfills.js.

      Doing like this will pollute the global scope but is future friendly.

      Per default only promises are polyfilled. But we prepared other imports as well and documented how to import additional polyfills within polyfill.js.


See all changes since the last release.