Commit Graph

1335 Commits

Author SHA1 Message Date
Elliott Marquez
2b02d01711 fix(menu): x and y correctly set anchor margins
fixes #949

PiperOrigin-RevId: 298909721
2020-03-04 12:16:39 -08:00
tedium
edd465cd61
Auto bump MDC Web deps to 6.0.0-canary.9cf5e9842.0 (#963) 2020-03-03 16:08:12 -08:00
Elliott Marquez
64c92b8005
fix(list): fix missing import (#958) 2020-03-03 15:39:23 -08:00
Polymer Bot
5ed833d7d2 fix(linear-progress): Temporary rollback of #5656 while updating downstream dependencies
PiperOrigin-RevId: 298707000
2020-03-03 15:20:17 -08:00
tedium
2f164110fc
Auto bump MDC Web deps to 6.0.0-canary.9372e4939.0 (#960) 2020-03-03 13:30:48 -08:00
Elliott Marquez
d5ecca4e89 feat(menu): add --mdc-shape-medium to menu-surface
fixes #950

PiperOrigin-RevId: 298659025
2020-03-03 12:01:10 -08:00
Copybara-Service
76e22efb5a Merge pull request #951 from material-components:select-value
PiperOrigin-RevId: 298651145
2020-03-03 11:26:46 -08:00
Polymer Bot
f0031baa1c refactor(linear-progress): Restructure buffer DOM to allow translucent buffer
BREAKING CHANGE: DOM for linear progress buffer changed. MDCLinearProgressAdapter method `getBuffer`, `getPrimaryBar`, `setStyle` removed. MDCLinearProgressAdapter method `setBufferBarStyle`, `setPrimaryBarStyle` added.

PiperOrigin-RevId: 298645833
2020-03-03 11:04:54 -08:00
Elliott Marquez
a18ca0d03d chore(select): remove optional chaining 2020-03-03 10:14:20 -08:00
Elliott Marquez
c28fbf699e feat(select): select can now select via value prop 2020-03-02 18:48:21 -08:00
Copybara-Service
024f371a6e Merge pull request #943 from material-components:deflake-IE-select-tests
PiperOrigin-RevId: 298486889
2020-03-02 17:25:19 -08:00
Liz Mitchell
9a1fe7c6ec
Edge support (#948)
* docs: updating Edge native support

PiperOrigin-RevId: 298449151

* docs: update Edge native support

* chore: add latest edge test target
2020-03-02 17:03:14 -08:00
Liz Mitchell
a2f046f55c docs: updating Edge native support
PiperOrigin-RevId: 298480870
2020-03-02 16:53:34 -08:00
Elliott Marquez
b1871ba42a run formatter 2020-03-02 12:23:49 -08:00
Elliott Marquez
0fc44b33fc chore: remove debugger statements 2020-03-02 12:20:07 -08:00
Elliott Marquez
ca101c3208 chore: format helpers 2020-03-02 12:19:47 -08:00
Elliott Marquez
4cd8abde0d test(select): deflake more select tests 2020-03-02 12:19:40 -08:00
Elliott Marquez
1dc5d56572 run formatter 2020-03-02 11:55:20 -08:00
Elliott Marquez
2f5e10b112 test(select): deflake IE select tests 2020-03-02 11:51:02 -08:00
Copybara-Service
960e214fe2 Merge pull request #927 from preignition:js-extension
PiperOrigin-RevId: 297984779
2020-02-28 19:05:56 -08:00
Daniel Freedman
24f5fa6ec0 Remove ripple-directive from mwc-ripple
- mwc-ripple is now fully self-contained for styling and DOM manipulation
- Reuse MDCRippleFoundation and MDCRippleAdapter
  - consider refactoring into mwc-ripple later
- Remove `active` property
- Add `--mdc-ripple-color`, `--mdc-ripple-fg-opacity` and `--mdc-ripple-hover-opacity` CSS Custom Properties
- Make FormElement and `mwc-formfield` support asynchronous ripple properties
- Add `RippleHandlers` to make integration with ripple containers easier
- Hide ripple when set to `disabled`
- Add `light` property for ripples on dark surfaces

Related #892
Related #894
Fixes #247

PiperOrigin-RevId: 297968015
2020-02-28 17:05:57 -08:00
Elliott Marquez
97ef53d8a9 fix(select): Fix mwc-select for IE and add tests
PiperOrigin-RevId: 297958805
2020-02-28 16:15:27 -08:00
Liz Mitchell
c759cfbc47
chore: bump MDC dependencies (#940) 2020-02-28 16:01:54 -08:00
Liz Mitchell
3cee06b294 feat(typography): add container baseline mixins for flexbox
BREAKING CHANGE: `typography.baseline-top()` and `typography.baseline-bottom()` are now private. Use `typography.baseline()` for containers and `typography.text-baseline()` for text with $top and $bottom params.

PiperOrigin-RevId: 297926710
2020-02-28 14:07:52 -08:00
Copybara-Service
0112815b50 Merge pull request #933 from CoreyVidal:patch-1
PiperOrigin-RevId: 297873723
2020-02-28 10:27:59 -08:00
Corey Vidal
312ee66b1a
Update CHANGELOG.md
Changed erroneous "2019" to "2020".
2020-02-27 23:38:10 -05:00
Liz Mitchell
f790f71312
chore: revert package.json change (#932) 2020-02-27 18:25:40 -08:00
Liz Mitchell
657e26ff79
chore: change to preminor version (#931) 2020-02-27 18:24:15 -08:00
Liz Mitchell
66f6244eda
chore: test canary publish (#930)
* chore: test canary publish

* chore: testing canary
2020-02-27 18:17:29 -08:00
Liz Mitchell
73c03e475d chore: add demo link to readme 2020-02-27 18:10:15 -08:00
Liz Mitchell
85b3ffd9c2
Merge pull request #929 from material-components/canary-releases
Add canary release script
2020-02-27 18:06:43 -08:00
Liz Mitchell
f5d78cb1b8 Add canary release script 2020-02-27 18:05:05 -08:00
Peter Burns
5d5b46d231 Internal testing and demo changes.
PiperOrigin-RevId: 297721392
2020-02-27 16:46:26 -08:00
christophe-g
08774d541c added missing .js extension 2020-02-27 23:21:57 +01:00
Elliott Marquez
40008c1853 docs(select): document label floating mechanics
fixes #907

PiperOrigin-RevId: 297409338
2020-02-26 11:37:01 -08:00
Liz Mitchell
ce412e0c5f
Merge pull request #919 from material-components/auto-bump-mdc-deps-6.0.0-canary.781434a92.0
Auto bump MDC Web deps to 6.0.0-canary.781434a92.0
2020-02-25 16:16:49 -08:00
Polymer GitHub Actions Robot
84f14f57c5 Auto bump MDC Web deps to 6.0.0-canary.781434a92.0 2020-02-26 00:04:53 +00:00
Liz Mitchell
38d13f52b8
Merge pull request #917 from material-components/auto-bump-mdc-deps-6.0.0-canary.265ecbad5.0
Auto bump MDC Web deps to 6.0.0-canary.265ecbad5.0
2020-02-25 13:20:13 -08:00
Polymer GitHub Actions Robot
9514c45ff5 Auto bump MDC Web deps to 6.0.0-canary.265ecbad5.0 2020-02-25 21:02:58 +00:00
Elliott Marquez
251165d9fe docs(list): remove inaccurate documentation
PiperOrigin-RevId: 297145468
2020-02-25 10:19:06 -08:00
Liz Mitchell
2530ea1980 docs: add "Unreleased" to changelog
PiperOrigin-RevId: 297145224
2020-02-25 10:17:53 -08:00
Liz Mitchell
5e5c7311c8 fix(textarea): enable scrollbars
PiperOrigin-RevId: 297134757
2020-02-25 09:32:09 -08:00
Liz Mitchell
e8ec2159cd
Merge pull request #913 from material-components/auto-bump-mdc-deps-6.0.0-canary.7ec96974e.0
Auto bump MDC Web deps to 6.0.0-canary.7ec96974e.0
2020-02-24 13:45:35 -08:00
Polymer GitHub Actions Robot
cdd3d06783 Auto bump MDC Web deps to 6.0.0-canary.7ec96974e.0 2020-02-24 21:03:15 +00:00
Copybara-Service
d4dd0eacb0 Merge pull request #911 from material-components:escape-list-docs
PiperOrigin-RevId: 296909707
2020-02-24 09:37:26 -08:00
Copybara-Service
23540389ae Merge pull request #910 from material-components:better-document-anchor
PiperOrigin-RevId: 296909678
2020-02-24 09:36:29 -08:00
Elliott Marquez
4459b6b82c docs: escape pipe in types 2020-02-24 12:25:56 -05:00
Elliott Marquez
50992d4b5c escape backslack 2020-02-24 12:20:55 -05:00
Elliott Marquez
42333deff0 try to fix readme 2020-02-24 12:18:48 -05:00
Elliott Marquez
678aeb4e64 update docs on changing anchor 2020-02-24 12:16:11 -05:00