42 Commits

Author SHA1 Message Date
neverland
07a6bcbe9f
[improvement] default props in tsx (#2789) 2019-02-19 11:31:55 +08:00
neverland
f211afe714
[improvement] ContactCard: tsx (#2783) 2019-02-18 20:24:51 +08:00
neverland
5a9143c736
[improvement] Functional components be just functions (#2735) 2019-02-14 11:56:02 +08:00
neverland
e6584a28d3
[bugfix] functional component multi listeners (#2717) 2019-02-12 10:44:40 +08:00
neverland
0bf4a9e799
[improvement] functional inherit context (#2716) 2019-02-11 20:46:46 +08:00
neverland
1b60e4df80
[improvement] declare functional sfc (#2695) 2019-02-06 21:11:12 +08:00
neverland
4374293c4e
bump vue@2.6 (#2684) 2019-02-05 10:25:21 +08:00
neverland
e3f4cac05d
[improvement] Functional: button (#2676) 2019-02-02 17:04:02 +08:00
neverland
5926d02d38
[improvement] Functional: ContactList, NavBar, Panel, SubmitBar, SwitchCell, Tag (#2675) 2019-02-02 16:04:54 +08:00
neverland
6e9a097ded
[improvement] NavBar: support custom theme (#2570) 2019-01-20 13:44:14 +08:00
neverland
3f60e4701b
[improvement] NavBar: jsx (#2541) 2019-01-16 21:17:16 +08:00
neverland
b3f587c7d0
[improvement] Icon: jsx (#2514) 2019-01-13 08:44:36 +08:00
neverland
16e4889a92
[improvement] update eslint config (#2288) 2018-12-14 14:24:23 +08:00
陈嘉涵
ad5121286b [changelog] 1.4.7 2018-11-28 08:04:34 +08:00
neverland
0c51c3c9e7
[improvement] update basic icons (#2159) 2018-11-27 16:20:30 +08:00
neverland
dc11970fa0
[new feature] Icon: name can be URL (#2149) 2018-11-26 20:27:30 +08:00
陈嘉涵
0ffaa7bf3d fix NavBar test cases 2018-11-26 14:44:09 +08:00
neverland
b1c54b9cf9
[new feature] NavBar: add border prop (#2143) 2018-11-26 14:36:08 +08:00
neverland
e14b43e66a
[improvement] update eslint rules (#2089) 2018-11-15 15:30:17 +08:00
neverland
11ce2a602f
[breaking change] rebuild style struct (#2021) 2018-11-03 21:08:06 +08:00
陈嘉涵
2e8d7e0b4f [Doc] update changelog 2018-10-18 18:50:23 +08:00
陈嘉涵
5c05eb42cb [Doc] remove improvement component changelog 2018-10-12 20:32:21 +08:00
陈嘉涵
bc34d5048b [Doc] remove old changelog 2018-10-03 21:26:05 +08:00
neverland
bde9f5adb2
[Doc] add component changelog (#1816) 2018-09-17 15:10:07 +08:00
neverland
377ea7af9e
[Improvement] Coupon: upgrade style (#1636) 2018-08-16 19:58:37 +08:00
neverland
c0e9fd633a
[Improvement] Icon: add size prop (#1555) 2018-07-30 17:01:07 +08:00
neverland
a1c5c6fef4
[Improvement] eslint: use vue-libs (#1237) 2018-06-07 11:59:02 +08:00
neverland
e8aad7246c
[Improvement] Reorganize document (#1066) 2018-05-15 10:39:01 +08:00
neverland
a3c1e49eee
[Improvement] Optimize demo test (#1053) 2018-05-12 16:08:09 +08:00
neverland
4de1e7da55
[Improvement] Reorganize demos (#1052) 2018-05-12 15:22:37 +08:00
neverland
a55eda8891
[Improvement] Rebuild test system (#1051) 2018-05-12 14:04:32 +08:00
neverland
b48ee8eece
[Improvement] more component use bem mixin (#924) 2018-04-24 16:31:16 +08:00
neverland
7285632c35
[bugfix] NavBar: limit title max width (#867) 2018-04-13 12:57:16 +08:00
neverland
d3114d34b6
[Improvement] NavBar: remove top border (#744) 2018-03-21 21:01:16 +08:00
neverland
639ef64d96
[bugfix] module circular dependency (#728) 2018-03-19 20:49:35 +08:00
neverland
ffd72e5442
[Improvement] extract component common part (#703) 2018-03-16 17:10:46 +08:00
neverland
a6dc2912ee
[Improvement] NavBar: add zIndex prop (#525) 2018-01-10 14:37:59 +08:00
neverland
6f2b4c99da
[Improvement] Support Vue.use to register a component (#401) 2017-12-11 20:41:19 +08:00
neverland
3208d1bb3d
[Improvement] simplify inner tag name (#395) 2017-12-08 14:56:50 +08:00
neverland
03aef579ad
[bugfix] NavBar click event (#354)
* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop

* [new feature] TabItem support vue-router

* [new feature] update document header style

* [Doc] add toast english ducoment

* [bugfix] Search box-sizing wrong

* [Doc] update vant-demo respo

* [Doc] translate theme & demo pages

* [Doc] add Internationalization document

* [bugfix] remove unnecessary props

* [fix] optimize clickoutside

* [new feature] optimize find-parent

* [new feature]: change document title accordinng to language

* [new feature] Pagination code review

* [improvement] adjust icon-font unicode

* [improvement] Icon spinner color inherit

* [improvement] icon default width

* [bugfix] DateTimePicker validate date props

* [bugfix] Tab item text ellipsis

* [improvement] optimize single line ellipsis

* [Improvement] optimzie staticClass

* [Improvement] Button: use sfc instread of jsx

* [Improvement] update actionsheet close icon style

* fix: yarn.lock

* fix: icon test cases

* [bugfix] errors during ssr

* [Improvement] SubmitBar add left slot

* [new feature] ImagePreview support manually close

* fix: ImagePreview test case

* [Doc] add switch lang button in mobile

* [bugfix] Popup overlay style update

* [bugfix] NavBar click event
2017-11-27 10:52:26 +08:00
neverland
83f9654681
[Improvement] optimize staticClass (#337)
* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop

* [new feature] TabItem support vue-router

* [new feature] update document header style

* [Doc] add toast english ducoment

* [bugfix] Search box-sizing wrong

* [Doc] update vant-demo respo

* [Doc] translate theme & demo pages

* [Doc] add Internationalization document

* [bugfix] remove unnecessary props

* [fix] optimize clickoutside

* [new feature] optimize find-parent

* [new feature]: change document title accordinng to language

* [new feature] Pagination code review

* [improvement] adjust icon-font unicode

* [improvement] Icon spinner color inherit

* [improvement] icon default width

* [bugfix] DateTimePicker validate date props

* [bugfix] Tab item text ellipsis

* [improvement] optimize single line ellipsis

* [Improvement] optimzie staticClass
2017-11-22 10:51:01 +08:00
陈嘉涵
96e199063a add NavBar component 2017-09-08 15:54:57 +08:00