Commit Graph

2423 Commits (01f85b183193469054f80890e2d3dcb5f29eb45c)

Author SHA1 Message Date
chikara-chan 57f159cfb4 docs: fix confused syntax 2017-05-09 16:14:06 +08:00
chikara-chan 88fb676d87 docs: fix confused syntax 2017-05-09 16:14:06 +08:00
杨奕 dc6f754ab5 declare el-collapse-transition in its dependents (#4728) 2017-05-08 14:06:23 +08:00
Leopoldthecoder 6b315d02f0 [release] 1.3.1 2017-05-06 18:22:17 +08:00
Leopoldthecoder 07748597a5 [build] 1.3.1 2017-05-06 18:22:17 +08:00
Leopoldthecoder ce28e234b9 Changelog: update for 1.3.1 2017-05-06 18:08:24 +08:00
Leopoldthecoder f2fee567b9 Switch: fix change event parameter 2017-05-06 17:38:18 +08:00
Leopoldthecoder cbb3fa095f Dialog: fix closeOnPressEsc 2017-05-06 17:37:37 +08:00
Leopoldthecoder 2fbe685506 Table: fix summary row scroll 2017-05-06 17:37:28 +08:00
Leopoldthecoder 50777f6779 Autocomplete: fix a Chinese composition bug 2017-05-06 17:35:45 +08:00
Leopoldthecoder 68edc75da1 [release] 1.3.0 2017-05-05 08:37:31 +08:00
Leopoldthecoder e064b78e9b [build] 1.3.0 2017-05-05 08:37:30 +08:00
Leopoldthecoder 4f2bc65af2 Changelog: update for 1.3.0 2017-05-05 08:34:28 +08:00
Leopoldthecoder 3a19bdd191 Dialog: fix visible.sync compatibility with before-close 2017-05-05 08:33:07 +08:00
任侠 b269c22bba table: set width for each td>div.cell.el-tooltip element(#2198,#3128) 2017-05-05 08:06:02 +08:00
pengchongfu 5fc7e18891 ColorPicker: empty value by v-model, fix #4662 2017-05-05 07:57:46 +08:00
baiyaaaaa 7adb556ed4 fix uploading progress text style 2017-05-04 13:56:21 +08:00
baiyaaaaa 17e2d458ae fix uploading style bug 2017-05-04 13:56:21 +08:00
Liril bf7eabb64d Form: Add label slot 2017-05-03 18:35:55 +08:00
wacky6 6ee73f7715 DatePicker: fix, add test for default-value 2017-05-03 18:35:18 +08:00
Leopoldthecoder ca0ea3ca4f [release] 1.3.0-beta.3 2017-05-03 15:49:29 +08:00
Leopoldthecoder fca6207b7e [build] 1.3.0-beta.3 2017-05-03 15:49:29 +08:00
Leopoldthecoder cf60e6c9bb Changelog: update for 1.3.0-beta.3 2017-05-03 15:24:38 +08:00
Leopoldthecoder defd128f54 add .sync support for Dialog and Pagination 2017-05-03 15:20:57 +08:00
Leopoldthecoder d6265daf73 fix datepicker test, revert emitter-removing attempt 2017-05-03 15:20:47 +08:00
Leopoldthecoder 0da3967d3a Revert "Form: remove emitter (#4532)"
This reverts commit fff7dddd94.
2017-05-03 15:20:47 +08:00
杨奕 aff079d686 Table: add tests for summary row (#4543) 2017-05-03 15:09:27 +08:00
white.wang 22c65df30f Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;
https://jsfiddle.net/whitewang/obpsLcva/7/
2017-05-03 14:24:31 +08:00
white.wang 324f541c76 Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;
https://jsfiddle.net/whitewang/obpsLcva/7/
2017-05-03 14:24:31 +08:00
杨奕 14f4106460 Update PULL_REQUEST_TEMPLATE.md 2017-05-03 14:20:53 +08:00
qingwei.li 78bea12568 Docs(i18n): add on-demand 2017-05-03 14:17:00 +08:00
qingwei.li 99f9d995da Docs(quickstart): update babel config 2017-05-03 14:17:00 +08:00
baiyaaaaa b295e1b972 support upload abort 2017-05-03 14:16:35 +08:00
cinwell.li 378c33d001 Merge pull request #4572 from baiyaaaaa/dev
fix preview when auto-upload is false(#4387)
2017-05-02 18:36:00 +08:00
Wuri Nugrahadi 0221622bf0 Bahasa translation for v1.3 (#4579) 2017-05-02 18:34:52 +08:00
Adrian 78045b5c20 Update vue-i18n@6x support
i18n returns renderSlot (vm._t) function instead i18n.t
https://kazupon.github.io/vue-i18n/en/api.html
2017-05-02 15:04:14 +08:00
杨奕 fb4a786249 MessageBox: add 'message' support for VNode (#4550) 2017-05-02 14:59:55 +08:00
Boik 1e97585690 Checkbox: fix a typo in checkbox.css 2017-05-02 14:16:09 +08:00
baiyaaaaa 09cb7049a8 fix preview when auto-upload is false 2017-05-02 11:33:35 +08:00
cinwell.li fff7dddd94 Form: remove emitter (#4532) 2017-05-02 10:25:39 +08:00
杨奕 72b1bc3c10 Carousel: update doc and test for indicator labels (#4551) 2017-05-02 10:24:40 +08:00
Paul 54e2047818 [Carousel] Add an optional label to indicator buttons (#4317)
* Add optional label to indicator buttons

* Add styling for indicator labels

* Fix positioning of indicators

* Update item.vue

* Update main.vue

* Update carousel.css
2017-04-30 15:02:42 +08:00
Philip Andersson fcfda74543 [Bugfix] el-select multiple with vuex (#4226)
* Select: Fix Vuex compability when using multiple

* Adding timeout for first click to allow input event to propagate before second click

* Update select.vue
2017-04-29 21:05:01 +08:00
qingwei.li d3bf30b48c Input: simplify props 2017-04-29 14:41:15 +08:00
Leopoldthecoder af6324a936 [release] 1.3.0-beta.2 2017-04-28 22:13:23 +08:00
Leopoldthecoder 612c6b2c6c [build] 1.3.0-beta.2 2017-04-28 22:13:22 +08:00
Leopoldthecoder a08c819d60 update release.sh 2017-04-28 22:10:18 +08:00
Leopoldthecoder 3c590edbab [release] 1.3.0-beta.1 2017-04-28 17:18:32 +08:00
Leopoldthecoder 7c5599224a [build] 1.3.0-beta.1 2017-04-28 17:18:31 +08:00
cinwell.li e7bdbaf349 Merge pull request #4528 from Leopoldthecoder/dev
update docs vue version
2017-04-28 16:58:43 +08:00