Commit Graph

208 Commits

Author SHA1 Message Date
Giorgio Garasto
f3f782c840 Update SASS template to use the new lit-element css tag 2019-01-15 08:41:31 +01:00
Daniel Freedman
1113aef1d5 v0.3.5 2019-01-11 14:16:37 -08:00
Daniel Freedman
5ac59b6c7c
Merge pull request #184 from material-components/update-lit
Update lit-html and lit-element dependencies
2019-01-11 14:12:05 -08:00
Daniel Freedman
d01885b6fd Fix demo publishing for unscoped lit-element 2019-01-11 14:10:05 -08:00
Daniel Freedman
dd66b812f7 Update lit-html and lit-element dependencies
- lit-html 1.0.0-rc.2
- lit-element 2.0.0-rc.2
2019-01-11 14:05:26 -08:00
Steven Traversi
aaa6c5a729
Merge pull request #164 from balloob/patch-1
Fix ripple directive for lit-html 0.13
2019-01-08 15:34:30 -08:00
Daniel Freedman
1b784c0990
Merge pull request #171 from peterblazejewicz/fix/flatmap-stream
Update npm-run-all version to fix flatmap-stream dependency
2019-01-08 12:40:12 -08:00
Peter Blazejewicz
e93efc27d1 Update npm-run-all version to fix flatmap-stream dependency
The flatmap-stream has been removed from NPM.
With this change the project installs locally.

Thanks!
2018-12-16 23:02:44 +01:00
Daniel Freedman
b98661d064 v0.3.4 2018-12-13 12:39:06 -08:00
Daniel Freedman
addd67da9d Upgrade to lit-html 1.0.0-rc.1 and lit-element 0.6.5 2018-12-13 12:32:07 -08:00
Daniel Freedman
fbae6bedd5 fix class-map rename in latest lit-html 2018-12-12 13:00:00 -08:00
Daniel Freedman
e4d9412194 v0.3.3 2018-12-03 16:57:53 -08:00
Daniel Freedman
0de2b22072 Update dependencies
lit-html to 0.14.0
lit-element to 0.6.4
2018-12-03 16:57:16 -08:00
Paulus Schoutsen
222960438f
Fix ripple directive for lit-html 0.13 2018-11-18 11:55:22 +01:00
Daniel Freedman
5d78c012a5 v0.3.2 2018-11-16 18:05:50 -08:00
Daniel Freedman
144213a540 update dependencies for lit-html to 0.13 2018-11-16 18:05:21 -08:00
Daniel Freedman
5b4af4f385
Merge pull request #146 from elf-pavlik/afterNextRender
remove imports of afterNextRender (unused)
2018-11-07 12:53:40 -08:00
Daniel Freedman
ee31bc9c62
Merge pull request #147 from material-components/icon-button
Implement icon-button in typescript
2018-10-29 14:20:41 -07:00
Daniel Freedman
960329a650
Merge pull request #145 from material-components/typescript-updates
Update slider and snackbar to mdc v0.40 and typescript
2018-10-29 14:18:23 -07:00
Frankie Fu
e438046f6b address review feedback 2018-10-18 17:32:53 -07:00
Frankie Fu
0dda776431 address review feedback 2018-10-18 17:09:53 -07:00
Daniel Freedman
b305546467 Merge branch 'master' into icon-button 2018-10-16 16:05:01 -07:00
Daniel Freedman
2254607ed4
Merge pull request #141 from material-components/use-class-listeners
Use listener functions on the class
2018-10-16 16:03:32 -07:00
Daniel Freedman
743273590d make all event handlers private 2018-10-16 15:31:28 -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
elf Pavlik
9adfd20591 remove imports of afterNextRender (unused) 2018-10-10 15:05:44 -05:00
Daniel Freedman
c4fd01356b
Merge pull request #143 from JCrestel/master
Update the links of examples for the mwc-checkbox component
2018-10-10 12:22:01 -07:00
Daniel Freedman
8fd896724f update CHANGELOG 2018-10-10 12:19:39 -07:00
Frankie Fu
68ddb55e06 update slider and snackbar to mdc v0.40 and typescript 2018-10-10 12:18:20 -07:00
Daniel Freedman
0d47d819af one last tab click handler 2018-10-10 11:55:42 -07:00
Daniel Freedman
8394b6933f Found a few more
Also, make sure all event handlers have typing where needed
2018-10-10 11:02:02 -07:00
Jérémy Crestel
033ef0f2f8 Updated links to examples for mwc-checkbox documentation 2018-10-10 09:37:29 +02:00
Daniel Freedman
31e22cc808 Use listener functions on the class
Add `@eventOptions({passive: true})` for interation handlers in
tab-scroller

Fixes #136
2018-10-09 16:44:21 -07:00
Daniel Freedman
c179cf45af v0.3.1 2018-10-08 12:20:28 -07:00
Daniel Freedman
09dab52553 Prepare 0.3.1 2018-10-08 12:19:17 -07:00
Daniel Freedman
822892d4b4
Merge pull request #139 from material-components/fix-demo-publishing
Fix demo publishing
2018-10-08 11:36:58 -07:00
Daniel Freedman
16ddf987a8 Remove uglify plugin from demo build
It was doing _weird_ things with Ripple directive
Also lock in version of lit-html, lit-element, and webcomponents
2018-10-08 11:15:38 -07:00
Daniel Freedman
64572a072a Merge branch 'master' into fix-demo-publishing 2018-10-05 18:19:41 -07:00
Daniel Freedman
78bab0cc1d
Merge pull request #137 from material-components/js-endings
Add explicit file endings when not using package main
2018-10-05 18:12:06 -07:00
Daniel Freedman
536c7b5876 Add explicit file endings when not using package main
Fixes #134
2018-10-05 18:10:57 -07:00
Daniel Freedman
82f238d384 Merge branch 'master' into fix-demo-publishing 2018-10-05 18:03:42 -07:00
Daniel Freedman
7a5e33b51f
Merge pull request #135 from material-components/update-dependencies
Update to lit-element 0.6.2
2018-10-05 18:03:00 -07:00
Daniel Freedman
0505c060e8 Update to lit-element 0.6.2
Also make explicit dependencies on lit-html where needed

Fixes #132
2018-10-05 16:15:47 -07:00
Daniel Freedman
41e470a979 Make demo publishing more consistant 2018-10-05 15:44:31 -07:00
Daniel Freedman
4cf9df3e49 v0.3.0 2018-10-04 16:25:45 -07:00
Daniel Freedman
e75a95de7b
Merge pull request #128 from eskan/patch-1
use renderComplete
2018-10-04 16:19:30 -07:00
Daniel Freedman
18ea5d163a
Merge pull request #109 from material-components/typescript
First crazy attempt at typescript conversion
2018-10-04 16:16:34 -07:00
Daniel Freedman
34470c9ca4 Merge branch 'master' into typescript 2018-10-04 16:16:13 -07:00
Daniel Freedman
ac7e40d6fd remove implemented, but unpublished element demos 2018-10-04 16:08:00 -07:00
Daniel Freedman
58e16b23b0
Merge pull request #131 from material-components/protected-query
Make all `@query` class fields protected
2018-10-04 14:19:44 -07:00