Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 2
  • Tags 0
  • mew-iview
23 Oct, 2017
7 commits
  • Correct month calculation and add specs for date-picker labels
    3ed12b4e
    Sergio Crisostomo authored
    2017-10-23 11:13:06 +0200  
    Browse Code »
  • update ja-JP
    5064c7b3
    梁灏 authored
    2017-10-23 16:52:30 +0800  
    Browse Code »
  • fixed #1700
    b75ad4a1
    梁灏 authored
    2017-10-23 14:12:02 +0800  
    Browse Code »
  • update Tree demo
    6ed0cd73
    梁灏 authored
    2017-10-23 11:55:35 +0800  
    Browse Code »
  • update demo
    0e316183
    梁灏 authored
    2017-10-23 11:00:20 +0800  
    Browse Code »
  • update zh-TW
    ba1422cd
    梁灏 authored
    2017-10-23 09:52:56 +0800  
    Browse Code »
  • update
    0f651093
    梁灏 authored
    2017-10-23 09:26:41 +0800  
    Browse Code »

22 Oct, 2017
1 commit
  • Merge pull request #2097 from SergioCrisostomo/use-locale-formated-year-month ...
    f672ae02
    use date.toLocaleDateString to format year/month
    Aresn authored
    2017-10-22 20:29:51 -0500  
    Browse Code »

20 Oct, 2017
7 commits
  • update Tabs
    a730a849
    梁灏 authored
    2017-10-20 17:44:58 +0800  
    Browse Code »
  • Merge pull request #2156 from marxy/tabs-scroll ...
    ec1a5e26
    Tabs add scroll
    Aresn authored
    2017-10-20 04:38:28 -0500  
    Browse Code »
  • Merge branch '2.0' of https://github.com/iview/iview into 2.0
    758bd768
    梁灏 authored
    2017-10-20 16:56:33 +0800  
    Browse Code »
  • fixed #2066
    45103ca4
    梁灏 authored
    2017-10-20 16:53:59 +0800  
    Browse Code »
  • Tabs add scroll
    be3fbd24
    marxy authored
    2017-10-20 16:30:44 +0800  
    Browse Code »
  • update dependence
    e15746f6
    Aresn authored
    2017-10-20 03:18:08 -0500  
    Browse Code »
  • fixed #2149
    485a9039
    梁灏 authored
    2017-10-20 15:36:43 +0800  
    Browse Code »

19 Oct, 2017
3 commits
  • Merge pull request #2114 from SergioCrisostomo/improve-csv ...
    cbe5ccfc
    Improve export to CSV functionality
    Aresn authored
    2017-10-19 22:47:33 -0500  
    Browse Code »
  • Merge pull request #2136 from SergioCrisostomo/fix-scroll-event ...
    11baa9a1
    add missing event in callback
    Aresn authored
    2017-10-19 05:45:31 -0500  
    Browse Code »
  • add missing event in callback
    a3336b38
    Sergio Crisostomo authored
    2017-10-19 10:41:19 +0200  
    Browse Code »

18 Oct, 2017
1 commit
  • release 2.5.1
    2e8add2f
    梁灏 authored
    2017-10-18 08:58:16 +0800  
    Browse Code »

17 Oct, 2017
8 commits
  • Merge pull request #2120 from SergioCrisostomo/fix-2119 ...
    95dfbe1b
    correct behaviour when initialising date-picker with a empty string
    Aresn authored
    2017-10-17 19:52:02 -0500  
    Browse Code »
  • correct behaviour when initialising date-picker with a empty string
    5d1c24c7
    Sergio Crisostomo authored
    2017-10-17 15:13:42 +0200  
    Browse Code »
  • add dateLabel to time panel
    2537c26d
    Sergio Crisostomo authored
    2017-10-17 14:26:12 +0200  
    Browse Code »
  • add date panel label format logic
    b27858dd
    Sergio Crisostomo authored
    2017-10-17 13:09:04 +0200  
    Browse Code »
  • add datePanelLabel format in locale files
    3d50db5b
    Sergio Crisostomo authored
    2017-10-17 12:25:36 +0200  
    Browse Code »
  • Added Table to CSV example and tests
    437b8059
    Sergio Crisostomo authored
    2017-10-17 10:14:10 +0200  
    Browse Code »
  • Improve export to CSV functionality ...
    fb847998
     - added`callback`option so we can get CSV data in case we do not want
    to download
     - added options:
        - `quoted` for cases when we have line breaks in content
        - `separator` for cases when we have commas in content
    Sergio Crisostomo authored
    2017-10-17 10:13:54 +0200  
    Browse Code »
  • release 2.5.0
    3c6d8eab
    梁灏 authored
    2017-10-17 16:09:11 +0800  
    Browse Code »

16 Oct, 2017
8 commits
  • publish 2.5.0-beta.2
    61d16373
    梁灏 authored
    2017-10-16 20:45:46 +0800  
    Browse Code »
  • Scroll add local loading-text
    78b46fa6
    梁灏 authored
    2017-10-16 20:41:13 +0800  
    Browse Code »
  • optimize Scroll scroll behavior
    109465d3
    梁灏 authored
    2017-10-16 20:10:21 +0800  
    Browse Code »
  • Scroll add `height` prop
    6850c1da
    梁灏 authored
    2017-10-16 18:32:47 +0800  
    Browse Code »
  • publish 2.5.0-beta.1
    74624787
    梁灏 authored
    2017-10-16 16:05:06 +0800  
    Browse Code »
  • Merge pull request #2069 from dspangenberg/2.0 ...
    8c2e53e8
    DatePicker: weekStartDay did not influence the order of the weekdays in the header
    Aresn authored
    2017-10-16 02:54:57 -0500  
    Browse Code »
  • update Dropdown cls
    f1800986
    梁灏 authored
    2017-10-16 11:08:43 +0800  
    Browse Code »
  • update dependencies
    82151bd9
    梁灏 authored
    2017-10-16 09:21:59 +0800  
    Browse Code »

15 Oct, 2017
1 commit
  • Merge pull request #2091 from SergioCrisostomo/refactor-findComponentDownwards ...
    3bba4f15
    remove unused code, small refactor
    Aresn authored
    2017-10-15 20:18:37 -0500  
    Browse Code »

14 Oct, 2017
1 commit
  • remove unused code, small refactor
    5ab32e9c
    Sergio Crisostomo authored
    2017-10-14 10:21:42 +0200  
    Browse Code »

13 Oct, 2017
3 commits
  • update Scroll
    46f37a14
    梁灏 authored
    2017-10-13 18:01:40 +0800  
    Browse Code »
  • update readme
    8fc450f5
    梁灏 authored
    2017-10-13 17:11:25 +0800  
    Browse Code »
  • update
    59dbe5d5
    梁灏 authored
    2017-10-13 17:10:30 +0800  
    Browse Code »