Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update browser matrix, update external dependencies #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions browserSupport.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
{
"clientName": "default",
"lastUpdate": "2017-12-18",
"lastUpdate": "2019-08-16",
"message": "<a href=\"browserSupport.html\"><span class=\"glyphicon glyphicon-chevron-right\"></span> Browser Matrix</a>",

"supportedBrowserMatrix": [
{
"version":"Internet Explorer 11 (latest)",
"os": "Win 7 / Win 10 (latest)",
"support": "fully supported",
"version":"Internet Explorer 11",
"os": "Win 7 (latest) / Win 10 (all versions of the past 2 years)",
"support": "functionally supported",
"inputMethods": "Mouse"
},
{
"version":"Microsoft Edge (latest)",
"os": "Win 10 (latest)",
"version":"Microsoft Edge (all versions of the past 1.5 years)",
"os": "Win 10 (all versions of the past 2 years)",
"support": "fully supported",
"inputMethods": "Mouse / Touch"
},
{
"version":"Mozilla Firefox (all versions of the past 1.5 years)",
"version":"Mozilla Firefox (all versions of the past 1.5 years + latest ESR)",
"os": "Win 10 (latest) / OS X (latest)",
"support": "fully supported",
"inputMethods": "Mouse"
},
{
"version":"Google Chrome (all versions of the past 1.5 years)",
"os": "Win 10 (latest) / OS X (latest)",
"os": "Win 10 / OS X (all versions of the past 2 years)",
"support": "fully supported",
"inputMethods": "Mouse"
},
{
"version":"Safari Desktop (all versions of the past 1.5 years)",
"os": "OS X (latest)",
"os": "OS X (all versions of the past 2 years)",
"support": "fully supported",
"inputMethods": "Mouse"
},
{
"version":"Safari Mobile (latest 2 major)",
"os": "iOS",
"version":"Safari Mobile (all versions of the past 1.5 years)",
"os": "iOS (all versions of the past 2 years)",
"support": "fully supported",
"inputMethods": "Touch"
},
{
"version":"Chrome Mobile (latest 3 major)",
"os": "Android",
"version":"Chrome Mobile (all versions of the past 1.5 years)",
"os": "Android (all versions of the past 2 years)",
"support": "fully supported",
"inputMethods": "Touch"
}
],
"testBrowserMatrix": [
{
"version":"Internet Explorer 11 (latest)",
"os": "Win 7 (latest) / Win 10 (latest)",
"os": "Win 10 (latest)",
"support": "fully supported",
"inputMethods": "Mouse"
},
{
"version":"Microsoft Edge (latest)",
"os": "Win 10 (latest)",
"support": "fully supported",
"inputMethods": "Mouse"
"inputMethods": "Mouse / Touch"
},
{
"version":"Mozilla Firefox (latest)",
"version":"Mozilla Firefox (latest + latest ESR)",
"os": "Win 10 (latest) / OS X (latest)",
"support": "fully supported",
"inputMethods": "Mouse"
Expand All @@ -80,13 +80,13 @@
},
{
"version":"Safari Mobile (latest)",
"os": "iOS",
"os": "iOS (latest)",
"support": "fully supported",
"inputMethods": "Touch"
},
{
"version":"Chrome Mobile (latest)",
"os": "Android",
"os": "Android (latest)",
"support": "fully supported",
"inputMethods": "Touch"
}
Expand Down
6 changes: 3 additions & 3 deletions src/browserSupport.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>{{data.package.title}} | {{data.package.version}}</title>

<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

<!-- Custom styles for this template -->
<link href="navbar-fixed-top.css" rel="stylesheet">
Expand Down Expand Up @@ -140,7 +140,7 @@

</div> <!-- /container -->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions src/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: index
<title>{{data.package.title}} | {{data.package.version}}</title>

<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

<style>
body {
Expand Down Expand Up @@ -104,7 +104,7 @@ title: index

</div> <!-- /container -->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>