Bootstrap 4 browser support version

Viewed 19095

I am working on a new website and plan to use Bootstrap 4. Since its still in alpha stage, it is somewhat risky. Bootstrap docs mentions that all the latest browsers are supported but does not specify from which version on.

So is it possible to know that from which browser version is bootstrap 4 supported?

3 Answers

The list of supported browsers can be found in the "package.json" file once you download bootstrap. It's also written on the bootstrap website in the documentation.
Here's the list of supported browsers for v4:

Chrome 45+
Firefox 38+
Opera 30+
Internet Explorer 10+
Edge 12+
iOS 9+
Safari 9+
Android 4.4+
Related