diff --git a/browserSupport.json b/browserSupport.json index a6e636e4..5dd34216 100644 --- a/browserSupport.json +++ b/browserSupport.json @@ -1,48 +1,48 @@ { "clientName": "default", - "lastUpdate": "2017-12-18", + "lastUpdate": "2019-08-16", "message": " Browser Matrix", "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" } @@ -50,7 +50,7 @@ "testBrowserMatrix": [ { "version":"Internet Explorer 11 (latest)", - "os": "Win 7 (latest) / Win 10 (latest)", + "os": "Win 10 (latest)", "support": "fully supported", "inputMethods": "Mouse" }, @@ -58,10 +58,10 @@ "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" @@ -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" } diff --git a/src/browserSupport.hbs b/src/browserSupport.hbs index 8ed815af..e48f5440 100644 --- a/src/browserSupport.hbs +++ b/src/browserSupport.hbs @@ -7,7 +7,7 @@