Fixed invisible dropdown boxes in Chrome 52. Bumped version

This commit is contained in:
Stefan Zermatten
2016-09-08 14:40:47 +02:00
parent 55adca36d5
commit f526de88a7
11 changed files with 849 additions and 1 deletions

View File

@@ -312,3 +312,10 @@ ChangeLogs.insert({
"Updated dependencies to keep up with Chrome's breaking changes",
],
});
ChangeLogs.insert({
version: "0.10.0",
changes: [
"Fixed invisible dropdown boxes in Chrome 52",
],
});