1. 10 10月, 2018 1 次提交
    • C
      Feat Checker (#326) · 51491c05
      christlala 提交于
      * feat(checker): new component checker
      
      * test(checker): init checker test
      
      * refactor(demo): add checker
      
      * docs(checker): init checker docs
      
      * refactor(checker): remove console
      
      * test(checker): fix radio test
      
      * fix(checker): radio & checkbox type active condition
      
      * fix(checker): radio condition error
      
      * refactor(example): checker router component path err
      
      * test(checker): fix test
      51491c05
  2. 29 6月, 2018 3 次提交
    • D
      Feat Sticky, ScrollNavBar and ScrollNav (#237) · 988e2844
      doly mood 提交于
      * feat(mixins): add new parent minxin creator
      
      * feat(sticky): init sticky component
      
      * feat(scroll-nav-bar): init logic
      
      * feat(scroll-nav): init logic
      
      * feat(modules): add sticky, scroll-nav, scroll-nav-bar
      
      * test(sticky): init tests
      
      * test(scroll-bar-bar): init tests
      
      * test(scroll-nav): init tests
      
      * docs(scroll-nav-bar): init doc
      
      * docs(sticky): init doc
      
      * docs(scroll-nav): init docs
      
      * docs(entry): add sticky, scroll-nav-bar, scroll-nav entries
      
      * chore(package.json): better-scroll to 1.12.4
      
      * chore(yarn): yarn update
      988e2844
    • J
      Feat add tabs (#227) · efbea2e4
      JiZhi 提交于
      * feat(slide): support listenScroll
      
      * feat(tabs): add tabs feature
      
      * docs(tabs): tabs's docs
      
      * test(tabs): tabs' unit case
      
      * chore(tabs): the examples of tabs
      efbea2e4
    • D
      Feature ImagePreview (#226) · 1cd754ef
      doly mood 提交于
      * feat(ImagePreview): init
      
      #198
      
      * test(image-preview): test cases
      
      * docs(image-preview): finish docs
      1cd754ef
  3. 18 5月, 2018 2 次提交
  4. 13 5月, 2018 1 次提交
    • A
      Dev toolbar (#193) · 29ff3666
      Amy 提交于
      * [init] toolbar
      
      * update(demo): toolbar
      
      * update(doc): toolbar
      
      * test: toolbar unit
      29ff3666
  5. 12 5月, 2018 1 次提交
  6. 02 4月, 2018 1 次提交
    • D
      Support Drawer · a122693e
      doly mood 提交于
      * init
      
      * drawer item prop
      
      * drawer logic
      
      * lint
      
      * scroll add destroy
      
      * init drawer logic
      
      * test
      
      * clean code
      
      * test: done drawer
      
      * drawer check
      
      * drawer support get value default
      
      * update(demo): drawer log
      
      * Clean code
      
      * add drawer demo & doc
      a122693e
  7. 30 3月, 2018 1 次提交
    • A
      Support DatePicker · df4c9889
      Amy 提交于
      * <add>(date-picker)
      
      * <add>(date-picker): example
      
      * <add>(date-picker): value
      
      * <update> value support Date type
      
      * <update> event
      
      * <add> test
      
      * <update> test
      
      * <update> expample
      
      * <add> column config
      
      * [update] column config
      
      * [fix] min max
      
      * [add] event param date
      
      * [fix] max date
      
      * [fix] memory
      
      * [add] support Array type
      
      * [fix] cascade column number reduce bug
      
      * [fix] value change
      
      * [update] example
      
      * [add] doc
      
      * [add] mixin: basic-picker + picker
      
      * [update] example
      
      * [add] test
      
      * [update] doc + remove value-change event
      
      * [update] variable name
      df4c9889
  8. 29 3月, 2018 1 次提交
    • D
      Support Form (#136) · 6ca096ed
      doly mood 提交于
      * init logic
      
      * form validate return valid value
      
      * fix issue #123
      
      * update(doc): location hash decode
      
      * form basic
      
      * fix ssr
      
      * validator test
      
      * form style
      
      * ref form
      
      * validator: rule to rules
      
      * ref form
      
      * validator: for to model
      
      * update(doc&demo): add form
      
      * validator: for to model
      
      * eslint
      
      * optimize form&validator
      
      * handlerValidateRule condition check
      
      * form: new-model to immediate-validate
      
      * form field model to modelKey
      
      * support json view
      
      * fix form-item modelkey
      6ca096ed
  9. 24 3月, 2018 1 次提交
    • A
      Segment picker (#132) · a9cf01c6
      Amy 提交于
      * <add>(segment-picker): init
      
      * <update>(segment-picker): select, cancel
      
      * <add>(segment-picker): next, prev, title
      
      * <add> change, selectIndex
      
      * <update> v-bind object
      
      * <add> test + update
      
      * <update> test
      
      * <update> example
      
      * <add> comment
      a9cf01c6
  10. 11 2月, 2018 1 次提交
    • H
      Swipe feature and ssr support (#105) · 2be15225
      HuangYi 提交于
      * finish swipe & swipe-item component
      
      * optimize code
      
      * add swipe demo
      
      * optimize code and finish demo
      
      * add unit test of swipe
      
      * do some unit test of swipe component
      
      * optimize the unit test and source code of swipe component
      
      * optimize the unit test of swipe component
      
      * optimize the unit test of swipe component
      
      * finish swipe.md and optimize some code
      
      * support ssr
      
      * change val to value & transform data to specific file
      
      * close vconsole
      2be15225
  11. 07 2月, 2018 1 次提交
    • A
      Support Select (#101) · b52b2a79
      Amy 提交于
      * <add>(select)
      
      * <add>(select): test
      
      * <add>(select): doc
      
      * <update>(select): auto-pop, change
      b52b2a79
  12. 06 2月, 2018 3 次提交
    • E
      <feat> support-textarea (#100) · ecef99cc
      Ethan 提交于
      * <feat> support-textarea
      
      * <update> example and document
      
      * <update> textarea
      
      * <update> textarea
      
      * <update> textarea
      
      * <fix>(switch): bug #102
      
      * Support Rate resolve #87 (#96)
      
      * <feat> support rate component resolve #87
      
      * <feat> support rate
      
      * upload bug fix (#95)
      
      fix aliyun OSS upload
      
      * <feat> support rate
      
      * <update> change value when touchmove
      
      * <update> delete scoped
      
      * <update> rate
      
      * <update> input
      
      * <feat> support-textarea
      
      * <update> textarea
      ecef99cc
    • E
      Support Rate resolve #87 (#96) · f9335bd7
      Ethan 提交于
      * <feat> support rate component resolve #87
      
      * <feat> support rate
      
      * upload bug fix (#95)
      
      fix aliyun OSS upload
      
      * <feat> support rate
      
      * <update> change value when touchmove
      
      * <update> delete scoped
      
      * <update> rate
      
      * <update> input
      f9335bd7
    • A
      update · 14eef609
      AmyFoxFN 提交于
      14eef609
  13. 26 1月, 2018 2 次提交
    • A
      <add>(switch) · 6af056c7
      AmyFoxFN 提交于
      6af056c7
    • E
      Radio support slot & unify checkbox and radio · ea2cefd7
      Ethan 提交于
      * <feat>(radio): custom radio label
      
      * <fix>(radio): custom radio label test
      
      * <update>(radio): custom radio label update
      
      * <fix>(radio): custom radio label test
      
      * <fix>(radio): custom radio label done
      
      * <fix>(radio): custom radio label example done
      
      * <fix>(radio): custom radio label example document done
      
      * <update>(radio): optimize
      
      * CR radio & checkbox
      
      * radio units
      ea2cefd7
  14. 18 1月, 2018 1 次提交
  15. 14 12月, 2017 1 次提交
  16. 03 11月, 2017 1 次提交
    • M
      init · 57f5493c
      miaodian 提交于
      57f5493c