1. 29 Dec, 2018 2 commits
  2. 20 Dec, 2018 1 commit
  3. 17 Dec, 2018 1 commit
  4. 14 Dec, 2018 4 commits
  5. 10 Dec, 2018 2 commits
  6. 07 Dec, 2018 1 commit
  7. 05 Dec, 2018 2 commits
  8. 30 Nov, 2018 2 commits
  9. 28 Nov, 2018 3 commits
  10. 26 Nov, 2018 2 commits
    • Ende93's avatar
      DatePicker: add key prop to 'v-for' (#13547) · 0e7a7d34
      Ende93 authored
      0e7a7d34
    • Jiewei Qian's avatar
      Input: simplify el-input implementation (#13471) · e2c5573c
      Jiewei Qian authored
      * input: simplify internal implementation
      
      remove currentValue, strictly follow one-way data flow
      hack for MSIE input event when placeholder is set
      remove isKorean hack (#11665, #10648)
      
      * input-number: fix for new el-input
      
      * test: input, fix vue warning
      
      * date-time-range: fix for new el-input
      
      * pagination: fix for new el-input, simplify internals
      
      * input: fix input event on compositionend
      
      * input-number: fix for new el-input
      
      * input-number: nuke userInput on change
      e2c5573c
  11. 23 Nov, 2018 1 commit
  12. 22 Nov, 2018 2 commits
  13. 21 Nov, 2018 4 commits
  14. 20 Nov, 2018 1 commit
  15. 19 Nov, 2018 3 commits
  16. 16 Nov, 2018 3 commits
  17. 14 Nov, 2018 2 commits
  18. 13 Nov, 2018 3 commits
  19. 12 Nov, 2018 1 commit
    • Jiewei Qian's avatar
      DatePicker: optimize code, fix #12980, follow up #8156 (#13374) · 9738054d
      Jiewei Qian authored
      * date-table: simplify implementation, fix #12980
      
      * date-table: remove rangeState's row and column
      
      * date-table: fix disabled cell highlight
      
      this is a regression introduced in pr #8156, which allows disabled date to be
      highlighted.
      
      Also simplifies handleClick's implementation to avoid DOM operations.
      9738054d