neverland
e5fc82e96b
[improvement] Tabbar: add less vars ( #3124 )
2019-04-10 15:58:05 +08:00
neverland
9d0255d9e1
[improvement] unify mixin name ( #2795 )
2019-02-19 16:04:29 +08:00
neverland
d7c337710c
[improvement] GoodsAction: subComponents functional ( #2730 )
2019-02-13 17:56:19 +08:00
neverland
4aad9add9c
[improvement] Cell: functional ( #2729 )
2019-02-13 15:37:11 +08:00
neverland
f768e75bfe
[improvement] Use scoped-slots in Vue 2.6+ ( #2688 )
2019-02-05 22:16:55 +08:00
neverland
b8ec2ffc5d
[improvement] Tabbar: jsx ( #2663 )
2019-02-01 17:10:31 +08:00
neverland
728a0e26c5
[new feature] Tabbar: add active-color prop ( #2372 )
2018-12-25 21:41:57 +08:00
neverland
792fd3fe6f
[improvement] Tabbar: update info position ( #2257 )
2018-12-10 17:48:39 +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
neverland
82b037a576
[improvement] List: add loading slot ( #1804 )
2018-09-14 15:02:59 +08:00
neverland
30b3fad696
[bugfix] Tabbar: info not work when use icon slot ( #1705 )
2018-08-27 21:06:18 +08:00
neverland
bf7b84fee6
[Improvement] Tabbar: optimize DOM ( #1640 )
2018-08-16 20:14:25 +08:00
neverland
d15efd756e
[Improvement] optimize isDef ( #1109 )
2018-05-19 18:43:44 +08:00
neverland
8e911c75f9
[Improvement] use bem mixin ( #934 )
2018-04-25 11:50:10 +08:00
neverland
64898e1900
[Improvement] support Number type info ( #845 )
2018-04-10 17:35:10 +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
508cdfc0c9
[Improvement] follow eslint-plugin-vue strongly-recommended code style ( #482 )
2017-12-26 10:34:38 +08:00
neverland
a8666591c9
[Improvement] Icon add 'info' prop ( #447 )
2017-12-18 11:37:41 +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
Li Chuangbo
f7bd71969d
[improvement] TabbarItem: add slot-scope to avoid check by index ( #347 )
...
* [improvement] TabbarItem: add slot-scope to avoid check by index
* [fix] TabbarItem: fix slot-scope on <template> to support vue v2.1.0+
2017-11-24 11:10:32 +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
neverland
c7031fb291
[new feature] Tab support vue-router ( #305 )
...
* fix: Tabbar icon line-height
* [new feature] progress add showPivot prop
* [new feature] TabItem support vue-router
2017-11-10 09:56:46 -06:00
neverland
422e4db118
[bugfix] Tabbar cann't display info when use icon slot ( #269 )
...
* [bugfix] CouponList always show empty info
* [bugfix] add click feedback of buttons in components
* [Doc] add custom theme document
* [new feature] Notice bar support more props
* [bugfix] PullRefresh test cases
* [bugfix] unused NoticeBar style
* [bugfix] Swipe width calc error
* [Doc] english document of all action components
* [Doc] change document site path to /zanui/vant
* [Doc] fix
* [bugfix] uploader style error
* [bugfix] tabs document demo
* [new feature] Cell support vue-router target route
* [bugfix] add cell test cases
* update yarn.lock
* [bugfix] Tabbar cann't display info when use icon slot
2017-10-30 06:52:27 -05:00
neverland
371f6c1c7f
[new feature] Toast support position
prop ( #244 )
...
* [bugfix] Checkbox border render error in weixin browser
* [bugfix] TreeSelect dependency path error
* [bugfix] Swipe should clear autoplay timer when destroyed
* [bugfix] Optimize component dependency analyze when build style entry
* merge
* update yarn.lock
* update README.md
* update README.md
* update README.md
* update README.md
* update README.md
* [Doc] add more badges in README.md
* update README.md
* [bugfix] Address & Contact list style
* fix: contact test cases
* [bugfix] popup style missing when build style entry
* [bugfix] Search: onSearch event arguments missing
* [Doc] add demo pages
* update zan-doc@0.3.7
* fix: build entry error
* [Doc] add goods demo
* [bugfix] button primary background color
* [Doc] update doc detail
* [new feature] Coupon add 'showExchangeBar' prop && add empty style
* [new feature] Toast support `position` prop
* [new feature] Tabbar add 'info' prop
2017-10-24 22:41:06 -05:00
neverland
eeaa36058a
[new feature] add Tabbar component ( #204 )
...
* [Document] add english document of Checkbox
* [Document] add english document of Field
* [Document] add english document of NumberKeyboard
* [bugfix] NumberKeyboard should not dispaly title when title is empty
* [Document] add english document of PasswordInput
* [Document] add english document of Radio
* [document] add english document of Switch
* [bugfix] remove redundent styles in english document
* [Document] fix details
* fix Switch test cases
* [bugfix] Swipe shouid reinitialize when item changes
* [new feature] ImagePreview reconstruct
* [new feature] add Tabbar component
2017-10-12 22:00:34 -05:00