Commit graph

442 commits

Author SHA1 Message Date
Marcos Moura
5dbd7db9ac Merge remote-tracking branch 'origin/master' into components/mdDialog
* origin/master:
  [release] 0.3.2
  [build] 0.3.2
  fix babel export default module.exports #92
  Fix tooltips jumping when screen resize #85
  Fix table not getting instance #91 #88
  Fix input getting wrong value after manual update
  Fix regression on password review #95
  Fix input getting wrong value after manual update #100 #96
  Update getClosestVueParent.js
  use the internal value of md_input to set the value of the container
  Fix for issue #88 and added material.debug.js
2016-11-21 01:44:44 -02:00
Marcos Moura
41a10d47d1 [release] 0.3.2 2016-11-21 01:39:31 -02:00
Marcos Moura
69a7fa96d4 [build] 0.3.2 2016-11-21 01:39:30 -02:00
Marcos Moura
88bd1eb6b1 Merge pull request #97 from Cabbaggio/#96_set_md_input_container_value_if_value_is_undefined
use the internal value of md_input to set the value of the container
2016-11-21 01:31:43 -02:00
Marcos Moura
8088820b0e Merge pull request #90 from pauloramires/dev
Add material.debug.js to dist folder
2016-11-21 01:30:29 -02:00
Marcos Moura
e7dea3e70c fix babel export default module.exports #92 2016-11-21 01:19:42 -02:00
Marcos Moura
732ca6f925 Fix tooltips jumping when screen resize #85 2016-11-21 00:49:44 -02:00
Marcos Moura
ca6c701318 Fix table not getting instance #91 #88 2016-11-21 00:21:14 -02:00
Marcos Moura
a8071a2415 Fix input getting wrong value after manual update 2016-11-21 00:18:46 -02:00
Marcos Moura
c2d8e505f3 Fix regression on password review #95 2016-11-21 00:09:49 -02:00
Marcos Moura
5efddcca95 Fix input getting wrong value after manual update #100 #96 2016-11-21 00:05:44 -02:00
Marcos Moura
339590cb2b Create alias for root element 2016-11-20 23:36:59 -02:00
Paulo dos Santos
19db71d6ff Update getClosestVueParent.js
Removed change as requested
2016-11-19 06:50:50 -02:00
kpilard
b54fc90d16 use the internal value of md_input to set the value of the container 2016-11-19 03:42:58 +01:00
Paulo dos Santos
9049ccfb02 Fix for issue #88 and added material.debug.js 2016-11-17 08:25:48 -02:00
Paulo dos Santos
32112ef6d8 Merge pull request #2 from marcosmoura/master
Sync with main repo
2016-11-17 06:10:35 -02:00
Marcos Moura
dc933ec911 Add todo 2016-11-17 03:10:00 -02:00
Marcos Moura
aee922f057 Add example os basic and opening from and to 2016-11-17 03:08:40 -02:00
Marcos Moura
dd94c25779 Create dialog opening from and closing to 2016-11-17 03:05:25 -02:00
Marcos Moura
e065ad65ac Add backdrop to md-menu 2016-11-17 00:15:55 -02:00
Marcos Moura
7ce7f35cbd Add initial transition 2016-11-16 23:54:56 -02:00
Marcos Moura
1b3525ff03 Init dialog 2016-11-16 17:56:26 -02:00
Marcos Moura
d2f22114aa [build] 0.3.1 2016-11-16 03:05:35 -02:00
Marcos Moura
6a9c488f2c [build] 0.3.1 2016-11-16 02:58:08 -02:00
Marcos Moura
f2b90b3965 Update changelog 2016-11-16 02:55:32 -02:00
Marcos Moura
1c6c48e542 [release] 0.3.1 2016-11-16 02:47:11 -02:00
Marcos Moura
0d803fabca [build] 0.3.1 2016-11-16 02:47:08 -02:00
Marcos Moura
cb0544d3da Fix nodePath and ignore node_modules files on watch 2016-11-16 02:15:17 -02:00
Marcos Moura
f489bb6ef5 Fix select not updating value 2016-11-16 02:14:46 -02:00
Marcos Moura
6d2cceb85f Merge pull request #71 from marcosmoura/bugfix/#67-input-number-not-accepting-numbers
Bugfix/#67 input number not accepting numbers
2016-11-15 23:29:32 -02:00
Marcos Moura
6ff240cac6 Merge pull request #72 from marcosmoura/bugfix/#64-md-container-crashing-when-value-is-null
Bugfix/#64 md container crashing when value is null
2016-11-15 23:29:24 -02:00
Marcos Moura
910aa13a2f Merge pull request #73 from marcosmoura/bugfix/#69#70-remove-misused-v-once
Fix components not being updated inside v-once #69 #70
2016-11-15 23:28:42 -02:00
Marcos Moura
b132e934ad Fix components not being updated inside v-once #69 #70 2016-11-15 23:27:04 -02:00
Marcos Moura
e1c11555d6 Fix md-input-container crashing when the select value is null #64 2016-11-15 23:01:18 -02:00
Marcos Moura
640df24ffb Fix input number not accepting numbers #67 2016-11-15 22:50:16 -02:00
Marcos Moura
e374ffeb72 Fix base URL 2016-11-15 00:42:41 -02:00
Marcos Moura
faef6cbd4e Fix base URL 2016-11-15 00:37:26 -02:00
Marcos Moura
e11a1dcafe Fix base URL 2016-11-14 23:49:12 -02:00
Marcos Moura
6ff5310506 Fix base URL 2016-11-14 23:44:53 -02:00
Marcos Moura
9dde7ec863 Update menu examples 2016-11-14 23:42:54 -02:00
Marcos Moura
773e403fac Update menu examples 2016-11-14 23:38:25 -02:00
Marcos Moura
86f763aeb6 Update menu examples 2016-11-14 23:34:47 -02:00
Marcos Moura
2befdb2d63 Update menu examples 2016-11-14 23:28:58 -02:00
Marcos Moura
29e94d72d6 [build] 0.3.0 2016-11-14 23:23:16 -02:00
Marcos Moura
eb863a0c84 [build] 0.3.0 2016-11-14 20:24:56 -02:00
Marcos Moura
9760f5c939 [build] 0.3.0 2016-11-14 20:00:59 -02:00
Marcos Moura
d3bad86235 Merge branch 'master' of https://github.com/marcosmoura/vue-material
* 'master' of https://github.com/marcosmoura/vue-material:
  Update index.html
  Rename vendor.c9202232.js to external.c9202232.js
2016-11-14 19:57:53 -02:00
Marcos Moura
e4a307f401 [build] 0.3.0 2016-11-14 19:54:09 -02:00
Marcos Moura
25ecf101e3 Update index.html 2016-11-14 19:48:07 -02:00
Marcos Moura
b78d5c184a Rename vendor.c9202232.js to external.c9202232.js 2016-11-14 19:47:11 -02:00