diff --git a/.browserslistrc b/.browserslistrc index 6a6f43fa7..88e7d0062 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,5 +1,10 @@ -last 2 versions +Firefox > 0 and last 2 years and > 0.01% +Chrome > 0 and last 2 years and > 0.01% +Safari > 0 and last 2 years and > 0.01% +Edge > 0 and last 1 years and > 0.01% +Opera > 0 and last 2 years and > 0.01% +> 0.2% +not op_mini all +not and_uc < 100 +not android < 100 not dead -Safari 7 - -# Safari 7 for PhantomJS support diff --git a/CHANGELOG.md b/CHANGELOG.md index bf22881c9..bcf3eb941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Expand the definitions of `$ouiBreakpoints` to include `xxl` and `xxxl` ([#1387](https://github.com/opensearch-project/oui/pull/1387)) - Remove scaling of heading elements ([#1389](https://github.com/opensearch-project/oui/pull/1389)) - Make the space between search bar and table rows match the compressed state of the search box ([#1391](https://github.com/opensearch-project/oui/pull/1391)) +- Match .browserlist with OpenSearch Dashboards ([#1104](https://github.com/opensearch-project/oui/pull/1104)) ### 🐛 Bug Fixes