1. 31 1月, 2019 1 次提交
  2. 22 1月, 2019 1 次提交
  3. 05 12月, 2018 1 次提交
    • A
      Feat(TimePicket): support min & max · 6a67fe4e
      Amy 提交于
      * feat: max
      
      * test(time-picker): max example
      
      * fix(time-picker): days.len
      
      * docs: max
      
      * fix(time-picker): column init
      
      * test(time-picker): max
      
      * docs: max
      
      * test: fix minute step
      
      * fix: potential float bug
      
      * feat(time-picker): min
      
      * test(time-picker): min
      
      * docs(time-picker): min
      
      * docs(time-picker): min, max
      6a67fe4e
  4. 07 11月, 2018 1 次提交
    • J
      Feat recycle list (#344) · fcfbc30b
      JiZhi 提交于
      * feat(recycle-list): complete coding
      
      * test(recycle-list): add unit case
      
      * docs(recycle-list): add docs
      
      * test(recycle-list): modify unit case
      
      * feat(recycle-list): remove refs
      
      * test(recycle-list): improve the coverage
      
      * docs(recycle-list): modify destructuring
      
      * docs(recycle-list): modify docs
      
      * feat(recycle-list): adjust css and optimize loadings
      
      * test(recycle-list): modify unit case
      
      * refactor(recycle-list): code review
      
      * refactor(recycle-list): add overflow scrolling touch
      
      * docs(recycle-list): en remove zh-CN doc
      
      * docs(recycle-list): tombstone mode to infinite mode
      fcfbc30b
  5. 02 11月, 2018 2 次提交
  6. 21 10月, 2018 1 次提交
    • T
      Fix nest scrolls bug (#340) · 601b2ee6
      tank0317 提交于
      * fix(scroll): outer scroll disabled when inner scroll invoke scrollTo
      
      * chore(scroll): fix test bug in nest scroll
      
      * fix(scroll): add 'none' nestMode
      
      * fix(scroll-nav): can not scroll when nav-bar reach boundary
      
      * chore(scroll): update scroll docs
      601b2ee6
  7. 11 10月, 2018 2 次提交
    • J
      feat(locale): locale support · ff205532
      JiZhi 提交于
      * docs(locale): support multi-languages
      
      * feat(locale): support multi-language
      
      * test(locale): add unit case
      
      * feat(locale): supporting localization
      
      * test(locale): add unit case
      
      * test(locale): modify unit case
      
      * docs(locale): modify locale docs
      
      * refactor(locale): improve the coverage
      
      * docs(locale and validator): modify docs
      
      * test(validator): modify unit case
      
      * feat(validator): support locale
      
      * chore(validator): modify examples of validator
      
      * docs(validator): support Vue filter mechanism
      
      * feat(locale): support Vue filter mechanism
      
      * test(locale): support Vue filter mechanism
      
      * docs(validator): optimise validator docs
      
      * feat(locale): seperate locale core into common dictionary
      
      * test(locale): validate locale.addHelper
      
      * docs(i18n): Locale usage
      
      * docs(i18n): locale usage
      
      * docs(quick-start): add local ignore module
      
      * docs(validator): need use validator when addMessage
      ff205532
    • D
      Feat checkbox group min max (#328) · a795e1ca
      doly mood 提交于
      * chore(package.json): browserlist no ie option
      
      * feat(checkbox-group): support min & max prop
      
      #284
      
      * test(checkbox): min & max test
      
      * docs(checkbox-group): add min & max doc
      a795e1ca
  8. 10 10月, 2018 7 次提交
    • 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
    • D
      Feat dialog prompt (#327) · 1ca38eb1
      doly mood 提交于
      * chore(package.json): browserlist no ie option
      
      * feat(dialog): support type prompt
      
      #298
      
      * test(dialog): add prompt test
      
      * refactor(demo): dialog prompt value
      
      * docs(dialog): add prompt doc
      
      * test(dialog): fix prompt placeholder test
      1ca38eb1
    • D
      Feat Swipe handle own active logic (#325) · 95d9cf76
      doly mood 提交于
      * chore(package.json): browserlist no ie option
      
      * feat(swipe): auto handle swipe-item active logic
      
      #307
      
      * refactor(demo): swipe custom demo
      
      * test(swipe): fix opt test
      
      * docs(swipe): custom usage
      95d9cf76
    • 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
  9. 27 9月, 2018 1 次提交
  10. 21 9月, 2018 1 次提交
  11. 30 8月, 2018 1 次提交
  12. 28 8月, 2018 1 次提交
  13. 21 8月, 2018 1 次提交
  14. 20 8月, 2018 2 次提交
  15. 03 8月, 2018 1 次提交
  16. 31 7月, 2018 1 次提交
  17. 23 7月, 2018 1 次提交
  18. 17 7月, 2018 1 次提交
  19. 03 7月, 2018 1 次提交
  20. 02 7月, 2018 2 次提交
  21. 29 6月, 2018 5 次提交
    • 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
    • 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
  22. 27 6月, 2018 1 次提交
  23. 06 6月, 2018 3 次提交
  24. 23 5月, 2018 1 次提交