diff --git a/.travis.yml b/.travis.yml
index 4c05c4bda00..9cd98363fc7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
language: node_js
branches:
+ # Only run Travis on:
+ # A) Commits made directly to the `master` branch (i.e., merged PRs); and
+ # B) PRs that will eventually be merged into `master`.
+ # This prevents excessive resource usage and CI slowness.
only:
- master
matrix:
@@ -28,9 +32,14 @@ matrix:
- node_js: 8
env:
- TEST_SUITE=screenshot
+ git:
+ depth: 200
script: npm run screenshot:test -- --no-fetch
-before_install:
- # Source the script to run it in the same shell process. This ensures that any environment variables set by the
- # script are visible to subsequent Travis CLI commands.
- # https://superuser.com/a/176788/62792
- - source test/screenshot/commands/travis.sh
+ before_install:
+ # Source the script to run it in the same shell process. This ensures that any environment variables set by the
+ # script are visible to subsequent Travis CLI commands.
+ # https://superuser.com/a/176788/62792
+ - source test/screenshot/infra/commands/travis.sh
+ install:
+ - npm install
+ #- npm ls # Noisy output, but useful for debugging npm package dependency version issues
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45e741615c2..d84ea0a126d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+## [0.37.1](https://github.com/material-components/material-components-web/compare/v0.37.0...v0.37.1) (2018-07-16)
+
+
+### Bug Fixes
+
+* hot-patching closure annotations. ([#3024](https://github.com/material-components/material-components-web/issues/3024)) ([d5b95ab](https://github.com/material-components/material-components-web/commit/d5b95ab))
+* **button:** Remove dense/stroked line-height tweaks to improve alignment ([#3028](https://github.com/material-components/material-components-web/issues/3028)) ([8b5f595](https://github.com/material-components/material-components-web/commit/8b5f595))
+* **notched-outline:** Remove unused dependency from scss ([#3044](https://github.com/material-components/material-components-web/issues/3044)) ([85ecf11](https://github.com/material-components/material-components-web/commit/85ecf11))
+* **typography:** Update variable reference to work for newer versions of ruby-sass ([#3047](https://github.com/material-components/material-components-web/issues/3047)) ([0dfad9a](https://github.com/material-components/material-components-web/commit/0dfad9a))
+
+
+
# [0.37.0](https://github.com/material-components/material-components-web/compare/v0.36.0...v0.37.0) (2018-07-02)
diff --git a/README.md b/README.md
index eadba73973f..4fab9b966c7 100644
--- a/README.md
+++ b/README.md
@@ -109,10 +109,8 @@ This will produce a Material Design ripple on the button!
We officially support the last two versions of every major browser. Specifically, we test on the following browsers:
-- Chrome
-- Safari
-- Firefox
-- IE 11/Edge
-- Opera
-- Mobile Safari
-- Chrome on Android
+- **Chrome** on Android, Windows, macOS, and Linux
+- **Firefox** on Windows, macOS, and Linux
+- **Safari** on iOS and macOS
+- **Edge** on Windows
+- **IE 11** on Windows
diff --git a/demos/index.html b/demos/index.html
index 1ab46be89d9..c3867cd716e 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -70,7 +70,7 @@
Dialog
- Secondary text
+ Implements a modal dialog window
diff --git a/demos/list.html b/demos/list.html
index 6b4e520cdbe..819e3d7b8e9 100644
--- a/demos/list.html
+++ b/demos/list.html
@@ -39,7 +39,7 @@