Commit Graph

786 Commits

Author SHA1 Message Date
Elliott Marquez
deb66686ca update changelog 2019-10-16 12:32:37 -07:00
Elliott Marquez
7b87bd70cf bump package lock 2019-10-16 12:30:25 -07:00
Elliott Marquez
74734df887 bump to =4.0.0-canary.735147131.0 2019-10-16 12:30:25 -07:00
Elliott Marquez
328a893729 pin transitive list dep on drawer
reason:

https://github.com/material-components/material-components-web/issues/5181
2019-10-16 12:30:25 -07:00
Elliott Marquez
fb54c869b8 bump package versions 2019-10-16 12:30:25 -07:00
Copybara-Service
a485f677ca Merge pull request #559 from material-components:button-styling
PiperOrigin-RevId: 275038159
2019-10-16 08:34:57 -07:00
Elliott Marquez
36a4b6448c fix horizontal padding 2019-10-15 19:01:08 -07:00
Elliott Marquez
b7d665bded fix letter-spacing 2019-10-15 18:23:16 -07:00
Elliott Marquez
502aa8785c updated desc for --mdc-button-horizontal-padding 2019-10-15 15:50:52 -07:00
Elliott Marquez
d2946d8373 readme suggestions 2019-10-15 15:46:07 -07:00
Elliott Marquez
1403bf2f21 remove extraneous comment block 2019-10-15 15:43:38 -07:00
Elliott Marquez
33c2323fd1 format table 2019-10-15 14:51:06 -07:00
Elliott Marquez
2c0e2fdbba write documentation for new css custom props 2019-10-15 14:45:17 -07:00
Elliott Marquez
14410d18de --mdc-button-disabled-filled-ink-color - filled 2019-10-15 14:45:06 -07:00
Copybara-Service
106b21768a Merge pull request #556 from material-components:dialog-title
PiperOrigin-RevId: 274818945
2019-10-15 09:37:04 -07:00
Elliott Marquez
7c1363c7d4 button styling demos 2019-10-14 18:47:16 -07:00
Elliott Marquez
73fd7afee9 implement button css custom props 2019-10-14 16:46:45 -07:00
Elliott Marquez
03c5e0a2a6 update changelog 2019-10-14 16:24:27 -07:00
Elliott Marquez
3209d22993 fix test title -> heading 2019-10-14 16:22:43 -07:00
Elliott Marquez
97028e0d7b fix aria in dialog 2019-10-14 16:13:57 -07:00
Elliott Marquez
44beacb21d dialog title -> heading 2019-10-14 16:13:32 -07:00
Alexander Marks
631e70e3a3 v0.10.0 2019-10-11 16:27:07 -07:00
Copybara-Service
81411f177c Merge pull request #554 from material-components:release
PiperOrigin-RevId: 274269523
2019-10-11 16:12:24 -07:00
Alexander Marks
5875d6a9da Skip updating MDC deps for this release 2019-10-11 14:55:00 -07:00
Alexander Marks
719756edfb Prepare to release 0.10.0 2019-10-11 14:30:31 -07:00
Alexander Marks
221e54f938 Fix mwc-radio group synchronization when not created/connected simultaneously
Selection groups are keyed by root (document or shadow root). Before, we created our selection group controller at construction. This is fine when creating and connecting at the same time (e.g. in HTML, or in a simple lit template), but fails otherwise, because we get the wrong root. Now we defer creating our controller until connectedCallback, so that we always get the correct root.

Fixes https://github.com/material-components/material-components-web-components/issues/282

Supersedes https://github.com/material-components/material-components-web-components/pull/279

(Also small fix to mwc-textarea.test.ts to avoid use of any)

PiperOrigin-RevId: 274241115
2019-10-11 14:25:52 -07:00
Copybara-Service
8f2dc362e1 Merge pull request #549 from material-components:textfield-styling
PiperOrigin-RevId: 274226975
2019-10-11 12:48:21 -07:00
Elliott Marquez
c0faf2b496 fix notched-outline selector 2019-10-10 19:13:25 -07:00
Elliott Marquez
c06051c578 remove extraneous fill color in textarea 2019-10-10 18:59:10 -07:00
Elliott Marquez
6d60d48109 make style more specific 2019-10-10 18:07:06 -07:00
Alexander Marks
94f60eb91e Fix for weird compilation bug with RippleSurface interface
It seems that by extending MDCRippleFoundation and re-declaring the activate and deactivate methods, JSCompiler was renaming calls to activate to something incorrect. Since MDCRippleFoundation already includes activate and deactivate methods, we can just use MDCRippleFoundation directly and get rid of the RippleSurface interface altogether.

PiperOrigin-RevId: 274063258
2019-10-10 16:26:01 -07:00
Elliott Marquez
c054b66f53 remove outlined background fill 2019-10-10 16:03:39 -07:00
Elliott Marquez
971d926e0e update changelog 2019-10-09 16:37:14 -07:00
Elliott Marquez
a0f68927c6 update readme to include helper text readme 2019-10-09 16:34:47 -07:00
Elliott Marquez
d2c2bebdaf apply ink stlyes to helper line 2019-10-09 16:33:57 -07:00
Elliott Marquez
0bd7da40a6 format readme 2019-10-09 16:33:36 -07:00
Copybara-Service
60f0f26341 Merge pull request #547 from material-components:flat-char
PiperOrigin-RevId: 273840222
2019-10-09 16:04:26 -07:00
Elliott Marquez
f598040a8c add docs to new css vars on notched outline 2019-10-09 15:20:37 -07:00
Elliott Marquez
fb5d1cdda7 update readme for new css vars 2019-10-09 14:49:52 -07:00
Elliott Marquez
797ad9e6a8 apply css vars to placeholder as well 2019-10-09 14:47:52 -07:00
Elliott Marquez
50aad5a3be add styling for ink and background colors 2019-10-08 18:15:21 -07:00
Alexander Marks
3dd956f7d5 Move character-counter-directive out of its own directory.
In Google, every directory containing TypeScript files must be a
directory with a BUILD file (a package), and packages cannot contain
dashes. We could handle this case with a transformation, but it seems
simpler to just keep a flatter layout upstream.
2019-10-08 17:10:03 -07:00
Copybara-Service
27d9370914 Merge pull request #546 from material-components:no-font-js
PiperOrigin-RevId: 273624708
2019-10-08 15:56:21 -07:00
Alexander Marks
af4ea8e0c2 Remove mwc-icon-font.js
Let's just have the one way to load fonts, as documented in our README.
Updated all the demos to use the same recommendation.
2019-10-08 13:54:28 -07:00
Copybara-Service
7ac01425a4 Merge pull request #539 from 43081j:textfield-values
PiperOrigin-RevId: 273422771
2019-10-07 19:07:02 -07:00
43081j
41df9670f6 textfield: call setValue when value changes
Fixes #515
2019-10-07 23:05:38 +01:00
Copybara-Service
c0833ada0f Merge pull request #538 from fernandopasik:ts-version-warning
PiperOrigin-RevId: 273378305
2019-10-07 14:56:39 -07:00
Fernando Pasik
7e3517a39a Remove trivially inferred type annotation 2019-10-05 19:00:16 +01:00
Fernando Pasik
cdd105cad5 Move comment inside to avoid empty function 2019-10-05 18:58:25 +01:00
Fernando Pasik
4fef3261a0 Update @typescript-eslint/eslint-plugin and @typescript-eslint/parser 2019-10-05 18:57:47 +01:00