Skip to content

Commit

Permalink
pin the version of the WebComponents polyfills to the one which works
Browse files Browse the repository at this point in the history
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: webcomponents/webcomponentsjs#811
  • Loading branch information
Viktor Lukashov committed Jul 20, 2017
1 parent eb4614f commit b0b7ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions precompiled/src/main/frontend/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": {
"vaadin-addons": "./vaadin-addons/bower.json",
"webcomponentsjs": "^1.0.0"
"polymer": "2.0.1",
"webcomponentsjs": "1.0.1"
}
}

0 comments on commit b0b7ca2

Please sign in to comment.