Skip to content

Commit b201497

Browse files
committed
Merge pull request react-bootstrap#1340 from dmatteo/IE8-docs
IE8 docs update to reflect the current status
2 parents 1463e98 + 4ba215d commit b201497

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/GettingStartedPage.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ $ bower install react-bootstrap`
104104
<div className="bs-docs-section">
105105
<h2 className="page-header"><Anchor id="browser-support">Browser support</Anchor></h2>
106106
<p>We aim to support all browsers supported by both <a href="http://facebook.github.io/react/docs/working-with-the-browser.html#browser-support-and-polyfills">React</a> and <a href="http://getbootstrap.com/getting-started/#support">Bootstrap</a>.</p>
107+
<p>Unfortunately, due to the lack of resources and the will of dedicating the efforts to modern browsers and getting closer to Bootstrap's features, we will not be testing <code>react-bootstrap</code> against IE8 anymore.
108+
<br/>We will however continue supporting IE8 as long as people submit PRs addressing compatibility issues with it.</p>
107109

108110
<p>React requires <a href="http://facebook.github.io/react/docs/working-with-the-browser.html#browser-support-and-polyfills">polyfills for non-ES5 capable browsers.</a></p>
109111

110-
<p><a href="http://jquery.com">jQuery</a> is currently required only for IE8 support for components which require reading element positions from the DOM: <code>Popover</code> and <code>Tooltip</code> when launched with <code>OverlayTrigger</code>. We would like to remove this dependency in future versions but for now, including the following snippet in your page should have you covered:</p>
111-
112112
<div className="highlight">
113113
<CodeExample
114114
mode="htmlmixed"
@@ -123,7 +123,6 @@ $ bower install react-bootstrap`
123123
</script>
124124
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
125125
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script>
126-
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
127126
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js"></script>
128127
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js"></script>
129128
<![endif]-->`

0 commit comments

Comments
 (0)