Commit Graph

19 Commits

Author SHA1 Message Date
Daniel Freedman
b38f3813d6 Break out build from bootstrap
Run format in CI
2019-08-12 16:12:50 -07:00
Daniel Freedman
45e11481c9 Add lit-analyzer to linting
- Set up linting in Travis as well
2019-08-12 15:56:11 -07:00
Daniel Freedman
452f17cc1d
Merge branch 'master' into icon-button-slots 2019-08-12 15:21:29 -07:00
Daniel Freedman
17f36a8168 Fix tests for SVG and Image support
- Add tests with SVG, fix test checks for refactoring
- Add svg and image examples in demo
2019-08-12 12:32:33 -07:00
Alexander Marks
89b3707d2c Allow <mwc-button> open method to be called before firstUpdated. 2019-08-09 09:48:13 -07:00
Alexander Marks
d1267504e7 Fix <mwc-snackbar> default action/dismiss button styles.
Adds rules which apply the correct default color and icon size to
<mwc-button> and <mwc-icon-button> in the "action" and "dismiss" slots.

Adds --mdc-snackbar-action-color to override the default color of the
action button text.
2019-08-08 20:03:30 -07:00
Alexander Marks
dad4d1456f Fix IE11 icon rendering in <mwc-icon>
IE11 requires font-feature-settings: 'liga' to be turned on to render
ligatures.

I also synchronized this styling generally to exactly match the
recommendations at
https://google.github.io/material-design-icons/#icon-images-for-the-web
2019-08-07 17:32:21 -07:00
Alexander Marks
a07a39112f Fix <mwc-tab-bar> layout issue in Firefox. 2019-08-06 16:55:14 -07:00
Alexander Marks
446695725d CHANGELOG entry for removed auto icon font loading 2019-07-29 11:34:07 -07:00
Daniel Freedman
8c40e065ff update changelog 2019-06-05 15:19:28 -07:00
Daniel Freedman
8081e10d42 update changelog for drawer dependencies 2019-06-04 17:37:46 -07:00
Daniel Freedman
952097e948 Clean up project
- Remove draft versions of components that were not written in
typescript
- Remove draft base classes from mwc-base
- Fix typing in adapter event listeners for typescript update
2019-06-03 15:28:32 -07:00
Daniel Freedman
a1cc4bf4c5 Update dependencies
- Fix typescript building with 3.4
- Upgrade lerna to 3.x
2019-04-04 15:36:55 -07:00
Daniel Freedman
dafca12c59 [ci skip] update CHANGELOG.md 2019-03-26 15:38:15 -07:00
Daniel Freedman
b305546467 Merge branch 'master' into icon-button 2018-10-16 16:05:01 -07:00
Daniel Freedman
935f4dc1a0 Implement icon-button in typescript
- icon-toggle is now icon-button, matching MDC
- If `offLabel` is not defined, button is always "on" and does not
toggle

Fixes #95
2018-10-10 16:45:41 -07:00
Daniel Freedman
8fd896724f update CHANGELOG 2018-10-10 12:19:39 -07:00
Daniel Freedman
09dab52553 Prepare 0.3.1 2018-10-08 12:19:17 -07:00
Steven Orvell
286d4733ce [first commit] lots of wip elements
These are WIP. Some known issues:
* select, chips, and textfield ripple not working
* many tests to be added
* some elements tbd, including e.g. top-app-bar and drawer
2018-04-25 19:20:55 -07:00