Commit Graph

950 Commits

Author SHA1 Message Date
Copybara-Service
708f707caa Merge pull request #671 from material-components:mwc-tab-styles
PiperOrigin-RevId: 283652556
2019-12-03 16:59:13 -08:00
github-actions[bot]
76d52ea7f7 Auto bump MDC Web deps to 5.0.0-canary.f978109c3.0 (#672) 2019-12-02 12:43:16 -08:00
Elliott Marquez
842f56ea82
Merge branch 'master' into mwc-tab-styles 2019-12-02 17:29:58 +11:00
Elliott Marquez
4561005ca7
Use open-wc's es-dev-server (#670)
* use open-wc over polyserve and karma-koa-proxy

* switch chrome 41 for ie 11
2019-12-02 17:15:58 +11:00
Elliott Marquez
9abebe6b41 update changelog for breaking 2019-12-02 16:59:55 +11:00
Elliott Marquez
588a6b2d5a run linter 2019-12-02 16:57:45 +11:00
Elliott Marquez
bed277a88d update changelog 2019-12-02 16:49:39 +11:00
Elliott Marquez
1fb78cd613 add demo for image icon 2019-12-02 16:43:30 +11:00
Elliott Marquez
82687fafec remove slot name 2019-12-02 16:43:18 +11:00
Elliott Marquez
a8ee32a146 run formatter 2019-12-02 16:12:34 +11:00
Elliott Marquez
d14d21a5f8 fix slot to function as icon slot 2019-12-02 16:12:34 +11:00
Elliott Marquez
e086d31128 prettify render fn some more 2019-12-02 16:12:34 +11:00
Elliott Marquez
94797eedab prettify render fn 2019-12-02 16:12:34 +11:00
github-actions[bot]
42cae8a8f1 Auto bump MDC Web deps to 5.0.0-canary.ec729683b.0 (#664) 2019-11-27 10:54:27 -08:00
Liz Mitchell
395c02244b v0.11.1 2019-11-26 16:18:33 -08:00
Alexander Marks
e4d7c4a6d6 Merge pull request #661 from material-components:release-0.11.1
PiperOrigin-RevId: 282659448
2019-11-26 16:17:25 -08:00
Liz Mitchell
3aaa921e4e Prepare release v0.11.1 2019-11-26 15:33:34 -08:00
Copybara-Service
fde9d3b8b1 Merge pull request #659 from material-components:release-prepare
PiperOrigin-RevId: 282651171
2019-11-26 15:28:02 -08:00
Liz Mitchell
20f6eaf330 Revert linear progress adapter change 2019-11-26 15:07:39 -08:00
Liz Mitchell
147d9789d9 v0.11.0 2019-11-26 13:48:40 -08:00
Liz Mitchell
71ae3f6ec2 preparing release v0.11.0 2019-11-26 13:45:16 -08:00
Alexander Marks
0926f3ae95 Merge pull request #655 from material-components:fix/button-icon-alignment
PiperOrigin-RevId: 282460785
2019-11-25 16:52:17 -08:00
Alexander Marks
6bbb5a8a93 Merge pull request #627 from material-components:fix/icon-button-slot
PiperOrigin-RevId: 282404871
2019-11-25 12:55:40 -08:00
Liz Mitchell
ea3426a32e Fix misaligned buttons with icons (#626) 2019-11-25 10:35:20 -08:00
Alexander Marks
21c1fb251f
Migrate fully from Travis to GitHub Actions (#653)
* Migrate fully from Travis to GitHub Actions

* Double the idle timeout for sauce
2019-11-22 18:26:54 -08:00
Liz Mitchell
c3604685bd Fix IE/Edge alignment issue 2019-11-22 09:23:54 -08:00
Alexander Marks
2296869c9f
Only unit-test PRs, and add jobs that always pass + fail to test Copybara (#651) 2019-11-21 15:18:34 -08:00
github-actions[bot]
b041e0393c Auto bump MDC Web deps to 5.0.0-canary.5729943ba.0 (#649) 2019-11-20 11:49:02 -08:00
Liz Mitchell
cc77d939d6 Hide icon-button's icon when not in use 2019-11-19 10:19:20 -08:00
Alexander Marks
2b5e222ff9
Merge pull request #647 from material-components/aomarks-action-ci
Add GitHub Action to run MWC unit tests
2019-11-18 17:58:03 -08:00
Alexander Marks
09ba7935de Use Node 12 and run Chrome/Firefox concurrently 2019-11-18 17:34:26 -08:00
Alexander Marks
f6f3b111ff Add GitHub Action to run MWC unit tests
For now only runs Chrome headless and Firefox headless. In a follow up,
we can add Sauce integration.
2019-11-18 17:29:44 -08:00
Liz Mitchell
bb113a641f Align icon-button's icon to center of button 2019-11-18 14:20:46 -08:00
Liz Mitchell
73d7191c92 Merge branch 'master' into fix/icon-button-slot 2019-11-18 11:29:55 -08:00
Liz Mitchell
8e995cd2b5 Fix empty text nodes from overwriting icon-button's icon 2019-11-18 11:25:31 -08:00
Alexander Marks
4fbcc717e8 Fix mwc-dialog behavior on disconnect
- We no longer trigger an exception in the blocking elements polyfill in some scenarios. This happened when a dialog was opened and then quickly disconnected before the opening animation finished, because we were trying to add a disconnected element to the blocking elements stack. We now close the foundation (or don't open in the first place if we're _really_ early) on disconnect, which cancels the opening timer. This is a scenario that can easily crop up in tests, since tests don't necessarily wait for the opening event before tearing down the test fixture DOM.

- If a dialog is opened, disconnected, and re-connected, we now re-show the opening animation, and correctly put the dialog back onto the blocking elements stack.

PiperOrigin-RevId: 281077807
2019-11-18 08:59:11 -08:00
Polymer Bot
40e34d81b3 Internal change
PiperOrigin-RevId: 280850561
2019-11-16 11:41:34 -08:00
Alexander Marks
cde928ad28 Clarify in mwc-radio docs that a change event is not fired when checked is set from JavaScript, nor when another radio in the group becomes checked.
PiperOrigin-RevId: 280845220
2019-11-16 10:23:02 -08:00
Copybara-Service
fd102da2b8 Merge pull request #612 from vdegenne:master
PiperOrigin-RevId: 280843132
2019-11-16 10:11:37 -08:00
Elliott Marquez
8bbe36c477 Fix lint error.
PiperOrigin-RevId: 280840243
2019-11-16 08:56:31 -08:00
Copybara-Service
71c71d983d Merge pull request #640 from material-components:auto-format-action
PiperOrigin-RevId: 280596477
2019-11-15 14:49:31 -08:00
Copybara-Service
e783c7d8ac Merge pull request #609 from material-components:slider-scroll-fix
PiperOrigin-RevId: 280540014
2019-11-15 00:43:03 -08:00
github-actions[bot]
430db1bd82 Auto bump MDC Web deps to 5.0.0-canary.7084b403a.0 (#641) 2019-11-14 21:22:38 -08:00
Polymer GitHub Actions Robot
111b4e78fc Auto-format 2019-11-15 02:58:19 +00:00
Elliott Marquez
b947d5460f
trigger auto formatter 2019-11-14 18:57:40 -08:00
Elliott Marquez
b68396f8ea
auto format suffix -> branch-suffix 2019-11-14 18:55:17 -08:00
Elliott Marquez
540f54a247
Use new syntax for create pr GH Action (#638) 2019-11-14 18:52:20 -08:00
Elliott Marquez
d155df9280
Create Auto Format Action (#636)
Github Action!!!
2019-11-14 18:45:59 -08:00
Valentin Degenne
7bc9a97003 mdc-radio vertical align 2019-11-15 02:38:10 +01:00
Copybara-Service
48afbc613f Merge pull request #613 from material-components:slider-readme
PiperOrigin-RevId: 280538658
2019-11-14 17:22:56 -08:00