From b8a5c6be90873f78360601590fe56bbf43164f4b Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Wed, 10 Jul 2019 21:10:36 +0200 Subject: [PATCH] Update unsupported browser versions --- README.md | 6 +++--- assets/javascripts/templates/error_tmpl.coffee | 6 +++--- views/unsupported.erb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5114e7e8..630142d4 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ Another driving factor is performance and the fact that everything happens in th DevDocs being a developer tool, the browser requirements are high: * Recent versions of Firefox, Chrome, or Opera -* Safari 9.1+ -* Edge 16+ -* iOS 10+ +* Safari 11.1+ +* Edge 17+ +* iOS 11.3+ This allows the code to take advantage of the latest DOM and HTML5 APIs and make developing DevDocs a lot more fun! diff --git a/assets/javascripts/templates/error_tmpl.coffee b/assets/javascripts/templates/error_tmpl.coffee index c4bf40ec..86b7b091 100644 --- a/assets/javascripts/templates/error_tmpl.coffee +++ b/assets/javascripts/templates/error_tmpl.coffee @@ -57,9 +57,9 @@ app.templates.unsupportedBrowser = """

DevDocs is an API documentation browser which supports the following browsers:

If you're unable to upgrade, we apologize. diff --git a/views/unsupported.erb b/views/unsupported.erb index 77064160..6c1ded7e 100644 --- a/views/unsupported.erb +++ b/views/unsupported.erb @@ -12,7 +12,7 @@