Marcos Moura
52e971b335
start integration with webpack 2
2017-02-07 19:24:52 -02:00
Marcos Moura
1bb5f92359
Merge remote-tracking branch 'origin/improvement/mdList' into develop
...
* origin/improvement/mdList:
enable multiple expansions in mdList #442
2017-02-07 16:36:34 -02:00
Marcos Moura
784685d8d5
add styles for input inside toolbar #395
2017-02-07 12:11:32 -02:00
Marcos Moura
949b58914d
rename method
2017-02-07 03:02:54 -02:00
Marcos Moura
78e1c9e159
remove custom click bindings
2017-02-07 03:01:12 -02:00
Marcos Moura
3056390935
apply theme-color based on primary theme color
2017-02-07 02:53:31 -02:00
Marcos Moura
0c7be464af
remove unnecessary Vue.extend on component definition
2017-02-07 02:23:42 -02:00
Marcos Moura
af3f0851fa
deprecated click bubble
2017-02-07 02:14:13 -02:00
Marcos Moura
d74b2ac0f1
normalize mobile and desktop events on ripple
2017-02-07 02:13:55 -02:00
Marcos Moura
ef533bf049
prevent ripple from getting undefined when ripple elements doesnt exists
2017-02-07 01:28:52 -02:00
Ivan Borshchov
eaa9389151
allow preventDefault in md-switch ( #435 )
...
* Allow preventDefault in md-switch
* typeof undefined check, remove comments
2017-02-07 00:41:04 -02:00
Igor Ribeiro
29af6fa7d4
enable swipe to open or close sidenav ( #429 )
...
* implement swipe on Sidenav
* update the docs
* prefix props with md- and update from destroyed to beforeDestroy
* refactor to clarify logic
2017-02-07 00:37:47 -02:00
Marcos Moura
1c5b6b9297
Merge pull request #447 from marcosmoura/improvement/mdList
...
Improvement/md list
2017-02-07 00:34:28 -02:00
Marcos Moura
122193ef8a
Merge remote-tracking branch 'origin/develop' into improvt branch --set-upstream-to=<remote>/<branch> improvement/mdListement/mdList
...
* origin/develop:
pause snackbar timeout on hover (#434 )
2017-02-07 00:27:32 -02:00
Marcos Moura
fefa2db7d6
enable multiple expansions in mdList #442
2017-02-06 18:37:41 -02:00
Igor Ribeiro
0c0ec011ed
pause snackbar timeout on hover ( #434 )
...
#321
2017-02-04 19:21:18 -02:00
Marcos Moura
37949e6bca
fix position of md-list-action as first child #408
2017-02-04 19:06:12 -02:00
Marcos Moura
0d19c837fb
force list item to have buttons with type="button"
2017-02-04 18:58:03 -02:00
Marcos Moura
f0b9d1909f
recreate list item
2017-02-04 18:56:49 -02:00
Marcos Moura
a4697bc9f6
fix overflow button color theme in cards
2017-02-03 15:28:36 -02:00
Marcos Moura
72a604a624
fix md-input colors inside cards
2017-02-02 19:54:56 -02:00
Marcos Moura
44eaa9e3c7
make select work without v-model #389
2017-02-02 19:43:11 -02:00
Kory Prince
3d5f688286
remove pointer-events from hidden buttons on mdSpeedDial ( #420 )
2017-02-01 11:36:43 -02:00
Christopher S. Case
635c272623
fix typo inside readme ( #413 )
...
This fixes #412 .
2017-01-30 17:52:52 -02:00
Marcos Moura
e36d28e6ad
fix radio parsing md-value wrongly #378
2017-01-23 23:47:11 -02:00
Marcos Moura
e058aa6400
increase menu backdrop z-index
2017-01-23 20:54:15 -02:00
Marcos Moura
21d390b230
increase menu backdrop z-index
2017-01-23 20:51:03 -02:00
Marcos Moura
57a3659fef
add select events when open and close #357
2017-01-23 20:14:08 -02:00
Marcos Moura
830117bb37
add checked attribute to checkbox #366
2017-01-23 20:09:06 -02:00
Marcos Moura
a6f2870f82
fix error message not moving down on textarea #362
2017-01-23 19:54:26 -02:00
Marcos Moura
ced5c90153
prevent body from scroll on dialogs and menus #373
2017-01-23 19:50:13 -02:00
Marcos Moura
4bbe83b6ad
prevent parent forms from submitting when adding chips #383
2017-01-23 19:39:51 -02:00
Marcos Moura
d718749396
Merge branch 'develop' of https://github.com/marcosmoura/vue-material into develop
...
* 'develop' of https://github.com/marcosmoura/vue-material :
add to the bottom-bar the new icon options (#377 )
2017-01-23 19:10:57 -02:00
Marcos Moura
6e8c41a89b
fix char counter not updating after model change #384
2017-01-23 19:10:29 -02:00
Sombriks
19a5ecd904
add to the bottom-bar the new icon options ( #377 )
...
* adding to the bottombar the new icon options
* making the requested changes
* missing term
2017-01-23 18:43:05 -02:00
Marcos Moura
c789afb8cc
Merge remote-tracking branch 'origin/master' into develop
...
* origin/master:
fix import names (#345 )
add gitter channel URL
add gitter badge
fix comment
add Gitter Channel
update the number of rows if the data set changes on mdTable (#320 )
2017-01-23 18:37:58 -02:00
Kory Prince
264e2d4299
fix textarea autosize on initial value ( #341 )
2017-01-16 16:15:50 -02:00
Joan Mira
e7e3ad3ab1
fix import names ( #345 )
2017-01-16 16:14:21 -02:00
Marcos Moura
235487c1d6
add gitter channel URL
2017-01-12 19:33:20 -02:00
Marcos Moura
9d0703571f
add gitter badge
2017-01-12 19:30:41 -02:00
Marcos Moura
0d67200cc4
fix comment
2017-01-12 19:26:49 -02:00
Marcos Moura
905bc02d94
add Gitter Channel
2017-01-12 19:26:12 -02:00
Kory Prince
324a08b7e1
allow null value to be passed to parent of md-select ( #338 )
...
#333
2017-01-12 13:34:39 -02:00
Sombriks
b673a871cd
add support for icons without ligatures ( #330 )
...
* ignoring a thing
* md-iconset had to become a boolean prop because :class=[themeClass, iconset] have aonther behavior, as can be seen in https://vuejs.org/v2/guide/class-and-style.html#ad
* icon font support proposal
* support for icon fonts without ligatures
* change iconset example
2017-01-12 10:55:39 -02:00
Kory Prince
7e7bd5bdc9
disable pointer events on snackbar container. fix #327 ( #328 )
2017-01-11 17:08:10 -02:00
Pablo Henrique
06e404c992
update the number of rows if the data set changes on mdTable ( #320 )
...
* Fix on mdTable numberOfRows and numberOfSelected
* Fix on mdTable numberOfRows and numberOfSelected
2017-01-11 14:14:16 -02:00
Kory Prince
d66609f8b3
check for null parent elements in mdInkRipple #313 ( #317 )
...
* fix standalone build #312
* [build] 0.6.3
* [release] 0.6.3
* fixes #313 check for null
2017-01-11 00:04:50 -02:00
Marcos Moura
95b32ff937
Merge remote-tracking branch 'origin/master' into develop
...
* origin/master:
[release] 0.6.3
[build] 0.6.3
fix standalone build #312
2017-01-11 00:02:08 -02:00
Marcos Moura
ec4b5a57b2
Merge branch 'develop' of https://github.com/marcosmoura/vue-material into develop
...
* 'develop' of https://github.com/marcosmoura/vue-material :
Components/md speed dial (#318 )
2017-01-11 00:02:03 -02:00
Marcos Moura
f21bb80035
Components/md speed dial ( #318 )
...
#286
2017-01-11 00:01:34 -02:00