vaadin / board

Framework 8 version of vaadin-board
Other
8 stars 10 forks source link

pin the version of the WebComponents polyfills to the one which works (fix #107) #110

Closed vlukashov closed 7 years ago

vlukashov commented 7 years ago

The latest version of the WebComponents polyfills has a bug which makes vaadin-board unusable in Firefox and IE11. Until the bug is fixed, the version of webcomponentsjs polyfills used to build the the precompiled vaadin board package has to be pinned (to avoid using the latest). The version of polymer is pinned as well but only because the latest version of polymer requires the latest version of webcomponentsjs.

WebComponents polyfills issue: https://github.com/webcomponents/webcomponentsjs/issues/811


This change is Reviewable

alvarezguille commented 7 years ago

Reviewed 1 of 1 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable