1. 10 10月, 2018 4 次提交
    • D
      Feat upload support dynamic target, headers, data (#277) · 32a594d5
      doly mood 提交于
      * feat(upload): target can be a function to get target URL
      
      * feat(upload): checkSuccess support cb
      
      * fix(upload): checkSuccess add the second param file
      
      * test(upload): target and checkSuccess test
      
      * docs(upload): target[function] and checkSuccess async docs
      
      * feat(upload): headers and data support function too
      
      * docs(upload): add headers & data function doc
      
      * feat(upload): upload component add multiple & accept prop
      
      * docs(upload): add multiple & accept doc
      32a594d5
    • D
      Feat input support blur hidden clear btn (#276) · a73db2d3
      doly mood 提交于
      * refactor(input): prepend and append margin style
      
      BREAKING CHANGE: input prepend + input field no margin-left -5px
      
      * feat(input): support blurHidden for clearable prop
      
      #271
      
      * chore(example): input
      
      add clearable blurHidden demo
      
      * test(input): clearable blurHidden test
      
      * feat(input): eye and clearable support deep changes
      
      * test(input): deep watch test
      
      * docs(input): clearable doc
      a73db2d3
    • D
      Feat toast no icon (#317) · 2fa16f53
      doly mood 提交于
      * feat(toast): support only txt show
      
      * test(toast): txt only test
      
      * docs(toast): add only txt doc
      
      * chore(example): toast add only txt demo
      
      * docs(toast): add version required
      2fa16f53
    • T
      Feat nested scroll (#245) · 9027e6a8
      tank0317 提交于
      * feat: nested scrolls
      
      * docs(scroll): add nest scroll introduce
      9027e6a8
  2. 08 10月, 2018 1 次提交
  3. 27 9月, 2018 3 次提交
  4. 23 9月, 2018 1 次提交
  5. 22 9月, 2018 1 次提交
  6. 20 9月, 2018 1 次提交
  7. 30 8月, 2018 1 次提交
  8. 27 8月, 2018 2 次提交
  9. 26 8月, 2018 1 次提交
  10. 21 8月, 2018 3 次提交
  11. 20 8月, 2018 3 次提交
  12. 10 8月, 2018 1 次提交
  13. 03 8月, 2018 1 次提交
  14. 30 7月, 2018 1 次提交
  15. 21 7月, 2018 1 次提交
  16. 17 7月, 2018 1 次提交
  17. 04 7月, 2018 1 次提交
  18. 02 7月, 2018 7 次提交
  19. 29 6月, 2018 6 次提交
    • A
      feat(time-picker): format (#242) · a0d8c33e
      Amy 提交于
      * feat(time-picker): format #235
      a0d8c33e
    • 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
    • T
      docs(scroll): update (#238) · 44021023
      tank0317 提交于
      44021023
    • 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
      Enhance textarea (#239) · 0e58863f
      doly mood 提交于
      * feat(textarea): support indicator config
      
      * chore(example): textarea support indicator config
      
      * test(textarea): support indicator config test
      
      * docs(textarea): add indicator config doc
      
      * fix(textarea): check indicator condition
      0e58863f
    • D
      Feature ImagePreview (#226) · 1cd754ef
      doly mood 提交于
      * feat(ImagePreview): init
      
      #198
      
      * test(image-preview): test cases
      
      * docs(image-preview): finish docs
      1cd754ef