Skip to content

Commit 6af1ea4

Browse files
Viktor Lukashovalvarezguille
Viktor Lukashov
authored andcommitted
pin the version of the WebComponents polyfills to the one which works (#110)
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
1 parent eb4614f commit 6af1ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

precompiled/src/main/frontend/bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"dependencies": {
1515
"vaadin-addons": "./vaadin-addons/bower.json",
16-
"webcomponentsjs": "^1.0.0"
16+
"polymer": "2.0.1",
17+
"webcomponentsjs": "1.0.1"
1718
}
1819
}
19-

0 commit comments

Comments
 (0)