Commit Graph

130 Commits (6d247eef20913fb639682142b4d6d4dda47b9a43)

Author SHA1 Message Date
qingwei.li 6d247eef20 Table: fix typo 2016-08-31 11:01:03 +08:00
qingwei.li 9bb4343d3f Tree: Fix render bug 2016-08-30 19:06:15 +08:00
qingwei.li d538f180fd Table: Fix static render fail 2016-08-30 15:36:21 +08:00
baiyaaaaa ac8bc3a874 Merge pull request #115 from Leopoldthecoder/next
DatePicker/DatetimePicker doc update
2016-08-29 19:58:56 +08:00
baiyaaaaa c61c1472af Merge pull request #117 from eleme/feat/upload
update upload
2016-08-29 19:58:37 +08:00
baiyaaaaa 538e2934c5 update form docs 2016-08-29 19:56:57 +08:00
baiyaaaaa ac1bebf266 update upload 2016-08-29 19:48:14 +08:00
Leopoldthecoder eb03154839 DatePicker/DatetimePicker doc update 2016-08-29 19:04:31 +08:00
baiyaaaaa 57b33a3e36 Merge pull request #112 from Leopoldthecoder/next
Rate/Slider/Message doc update
2016-08-29 18:52:00 +08:00
SkyAo 9919ef5c8a change all rewrited components documents to new templates 2016-08-29 10:58:37 +08:00
Leopoldthecoder 62a1df616a link to variables 2016-08-29 10:53:00 +08:00
baiyaaaaa a0bbda7193 fixed autocomplete 2016-08-28 00:14:45 +08:00
Leopoldthecoder b527ca887e TimePicker doc update 2016-08-27 21:24:16 +08:00
Leopoldthecoder 1a2566117d Rate/Slider/Message doc update 2016-08-27 16:06:22 +08:00
FuryBean 7b860de92b Merge pull request #111 from Leopoldthecoder/next
Alert/Select/Notification/Table doc update
2016-08-26 21:49:28 +08:00
杨奕 a37c361eb4 Merge pull request #109 from eleme/feat/update-grid
update grid
2016-08-26 06:55:42 -05:00
Leopoldthecoder ff9a5ba530 Alert/Select/Notification/Table doc update 2016-08-26 19:46:45 +08:00
baiyaaaaa 2a8c368b0b update grid 2016-08-26 15:49:12 +08:00
SkyAo 2e0a141943 fix encoding apostrophes/some components change to new template 2016-08-26 15:37:38 +08:00
Leopoldthecoder eb713f80e6 update custom background table 2016-08-26 14:01:14 +08:00
FuryBean 0286100371 Merge pull request #100 from QingWei-Li/feat/upgrade-tooltip
Tooltip: Add openDelay
2016-08-26 10:28:33 +08:00
baiyaaaaa 073b791519 Merge pull request #101 from QingWei-Li/feat/next-buglist0825
Fix buglist 0825
2016-08-26 10:16:46 +08:00
Leopoldthecoder 1db71ec523 remove svg 2016-08-25 20:45:04 +08:00
Leopoldthecoder 877668106d relocate spinner.css 2016-08-25 20:43:30 +08:00
Leopoldthecoder 3e08c5db68 update loading spinner 2016-08-25 18:37:03 +08:00
Leopoldthecoder 8c71f10092 Merge branch 'next' of github.com:eleme/element-ui into next
# Conflicts:
#	examples/app.vue
#	examples/nav.config.json
#	examples/pages/component.vue
#	examples/pages/design.vue
#	examples/pages/guide.vue
#	examples/pages/nav.vue
#	examples/pages/resource.vue
#	examples/route.config.js
2016-08-25 16:44:07 +08:00
Leopoldthecoder 8422995141 update loading 2016-08-25 16:37:55 +08:00
qingwei.li 9743c8b4a3 Table: fix trigger double selectionchange 2016-08-25 15:08:15 +08:00
qingwei.li 5954d9899f Table: fix single selection mode highlight class 2016-08-25 15:03:57 +08:00
qingwei.li 7bdda0b994 Table: multiple selection mode failure 2016-08-25 14:47:39 +08:00
qingwei.li 6eaa9ef545 Table: get context in custom template 2016-08-25 13:43:09 +08:00
qingwei.li 9a5650f3db Tooltip: lazy => openDelay 2016-08-25 12:25:52 +08:00
qingwei.li 06f16f78e7 Table: render asynchronous data 2016-08-25 11:51:25 +08:00
cinwell.li c41f8d5bb7 Merge pull request #99 from csvwolf/next
fix radio logic & radio document
2016-08-25 09:04:11 +08:00
qingwei.li c0aecc9ce1 Tooltip: Add lazy 2016-08-25 09:02:53 +08:00
qingwei.li 39bf244190 Fix Option 'label' prop 2016-08-24 18:52:07 +08:00
SkyAo b1074b737a fix radio logic & radio document 2016-08-23 18:32:28 +08:00
qingwei.li 01f6b9da7d Fix DatePicker style 2016-08-23 17:44:24 +08:00
qingwei.li 951c3de1bf Fix DatePicker button 2016-08-23 16:15:52 +08:00
qingwei.li a44c25dfd4 Merge branch 'next' into feat/fix-buglist 2016-08-23 15:09:12 +08:00
baiyaaaaa e5e6140d37 Merge pull request #95 from eleme/feat/fixed-tab
tab events
2016-08-23 15:07:56 +08:00
baiyaaaaa 645cc085c9 tab events 2016-08-23 14:49:40 +08:00
qingwei.li 6975c481fe Fix table 'styleSheet' is undefined 2016-08-23 13:51:36 +08:00
qingwei.li 228fee1e16 Fix DatePicker panel bug & Fix menu router prop 2016-08-23 13:29:45 +08:00
baiyaaaaa 03f34f7d32 menu item group 2016-08-23 11:32:37 +08:00
baiyaaaaa e113f46900 fixed tab bug 2016-08-22 18:54:38 +08:00
FuryBean 07b9e00fa5 Merge pull request #87 from QingWei-Li/feat/next-fix-table
Feat/next fix table
2016-08-22 16:41:20 +08:00
cinwell.li a0a3c57eec Merge pull request #83 from eleme/feat/next-build
Update cooking config
2016-08-22 15:51:56 +08:00
qingwei.li 699d288ec1 update step style 2016-08-22 15:50:43 +08:00
baiyaaaaa 0527a79ab7 Merge pull request #86 from eleme/feat/fixed-tab
fixed tab bug
2016-08-22 15:39:50 +08:00