From 99d3ea700cc3c2c66cf9fcf7555e2d63bd1b6fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Gomes?= Date: Mon, 15 Feb 2016 12:04:20 +0000 Subject: [PATCH] Updating autoprefixer config and README for V2.0 supported browsers. Using current stable version for evergreen browsers, IE11 for compatibility, and Safari/iOS Safari version 8. --- README.md | 16 +++++++++++----- gulpfile.babel.js | 16 +++++++--------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f28914dfd..cf34633d3 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,18 @@ MDL. If you are looking to use MDL on your website or web app please head to ## Browser Support -| IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari | -|-----|------|------|--------|-------|---------|--------|------------------|---------------| -| B | A | A | A | A | A | A | A | A | +Supported evergreen browsers: -A-grade browsers are fully supported. B-grade browsers will gracefully degrade -to our CSS-only experience. +- Chrome +- Edge +- Firefox +- Opera + +Supported versioned browsers: + +- Internet Explorer 11 +- Safari 8 +- Mobile Safari 8 ## Getting Started diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 6bd08c948..205c1bd84 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -56,15 +56,13 @@ const banner = ['/**', let codeFiles = ''; const AUTOPREFIXER_BROWSERS = [ - 'ie >= 10', - 'ie_mob >= 10', - 'ff >= 30', - 'chrome >= 34', - 'safari >= 7', - 'opera >= 23', - 'ios >= 7', - 'android >= 4.4', - 'bb >= 10' + 'ie >= 11', + 'edge >= 20', + 'ff >= 44', + 'chrome >= 48', + 'safari >= 8', + 'opera >= 35', + 'ios >= 8' ]; const SOURCES = [