From b6e0481c32110834960f7d8f296f2d5c0a6f58eb Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 19 Aug 2015 16:36:07 -0400 Subject: State Edge support instead of IE 11 as latest Fix #17055 --- docs/getting-started/browsers-devices.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/getting-started/browsers-devices.md') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index f3ce8fdc1..f1e8d2fb0 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -13,7 +13,7 @@ Bootstrap supports a wide variety of modern browsers and devices, and some older ## Supported browsers -Bootstrap supports the **latest, stable releases** of all major browsers and platforms. On Windows, **we support Internet Explorer 9-11**. More specific support information is provided below. +Bootstrap supports the **latest, stable releases** of all major browsers and platforms. On Windows, **we support Internet Explorer 9-11 / Microsoft Edge**. More specific support information is provided below. ### Mobile devices @@ -64,6 +64,7 @@ Similarly, the latest versions of most desktop browsers are supported. Chrome Firefox Internet Explorer + Microsoft Edge Opera Safari @@ -74,6 +75,7 @@ Similarly, the latest versions of most desktop browsers are supported. Supported Supported N/A + N/A Supported Supported @@ -83,6 +85,7 @@ Similarly, the latest versions of most desktop browsers are supported. Supported Supported Supported + Supported Not supported -- cgit v1.2.3 From 168cba1701a0f56f31d51415143001a7371ebc8a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Aug 2015 14:31:46 -0700 Subject: Explicitly document existing de facto policy of supporting ESR Firefox Refs #17237 [skip sauce] --- docs/getting-started/browsers-devices.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/getting-started/browsers-devices.md') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index fab9a3fea..f70938f54 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -92,6 +92,8 @@ Similarly, the latest versions of most desktop browsers are supported. +For Firefox, in addition to the latest normal stable release, we also support the latest [Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/organizations/faq/) version of Firefox. + Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 8 and below, though they are not officially supported. For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs]({{ site.baseurl }}/browser-bugs/). -- cgit v1.2.3 From 83283442125170dd55a875254245bd63255844b9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Aug 2015 22:11:44 +0300 Subject: Use `https` when possible. [ci skip] --- docs/getting-started/browsers-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/browsers-devices.md') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index f70938f54..0f98f0678 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -143,7 +143,7 @@ As of v4, Bootstrap no longer supports IE8. **If you require IE8 support, we rec Alternatively, you may add some third party JavaScript to backfill support for IE8 to Bootstrap 4. You'll need the following: -* [The HTML5 shiv](http://en.wikipedia.org/wiki/HTML5_Shiv) +* [The HTML5 shiv](https://en.wikipedia.org/wiki/HTML5_Shiv) * [Respond.js](https://github.com/scottjehl/Respond) * [Rem unit polyfill](https://github.com/chuckcarpenter/REM-unit-polyfill) -- cgit v1.2.3