1. 22 Mar, 2019 1 commit
  2. 04 Mar, 2019 1 commit
    • 何乐's avatar
      [NoticeIcon] Replace `LoadMore` with `ViewMore` button (#3439) · 6f0e2473
      何乐 authored
      * enhance LoadMore: Debounce
      
      * enhance LoadMore: debounce
      
      * use Tag instead of div
      
      * rewrite margin-right of Tag
      
      * hide LoadMore in NoticeList without onLoadMore
      
      * another style
      
      * fix a mistake
      
      * remove local config
      
      * fix a bug
      
      * user-select: none
      
      * remover local config
      
      * replace global/fetchMoreNotices with global/fetchNotices
      
      * replace LoadMore with ViewMore
      
      * remove prop `name` in NoticeIcon
      
      * fix: tab title does not show correct text
      6f0e2473
  3. 04 Jan, 2019 1 commit
    • 何乐's avatar
      LoadMore for NoticeIcon (#3221) · 24e01da4
      何乐 authored
      * add LoadMore for NoticeIcon
      
      * fix some bugs
      
      * add demo in GlobalHeader
      
      * update docs && change some props' name
      
      * fix some bugs
      
      * fix some bugs
      
      * lint markdown files
      
      * lint markdown files
      
      * 修复 NoticeIcon 列表 Avatar align 问题
      
      * fix .md files
      
      * looking for errors in ci
      
      * add scrollToLoad
      
      * add LoadMore for NoticeIcon
      
      * fix some bugs
      
      * add demo in GlobalHeader
      
      * update docs && change some props' name
      
      * fix some bugs
      
      * fix some bugs
      
      * lint markdown files
      
      * lint markdown files
      
      * 修复 NoticeIcon 列表 Avatar align 问题
      
      * fix .md files
      
      * looking for errors in ci
      
      * add scrollToLoad
      
      * fix: onLoadMore()
      
      * update document
      
      * fix markdown files @NoticeIcon
      24e01da4
  4. 06 Dec, 2018 1 commit
  5. 31 Oct, 2018 1 commit
    • wingsico's avatar
      Feat/noticeicon-close (#2716) · 96c97b8b
      wingsico authored
      * add new feature: click the clear button or list item to close the pop-up
      
      * add the new property: clickClose and set the value: true
      
      * add the new property: clearClose
      
      * update d.ts and  .md
      
      * add eslint-disable-line
      96c97b8b
  6. 29 Sep, 2018 1 commit
  7. 10 Aug, 2018 1 commit
  8. 26 Jul, 2018 1 commit
  9. 08 Mar, 2018 1 commit
  10. 15 Jan, 2018 1 commit
  11. 11 Jan, 2018 1 commit
  12. 03 Dec, 2017 1 commit
    • 陈帅's avatar
      Support typescript (#341) · 8feaa32b
      陈帅 authored
      * fix some errors found during use
      
      * fix some errors found during use
      
      * Replace  "string | React.ReactNode" with  React.ReactNode
      
      * replace with * as React
      
      * remove excess property
      8feaa32b
  13. 28 Nov, 2017 1 commit
    • jim chen's avatar
      增加所有剩余对外开发的组件 .d.ts (#312) · 55e5d205
      jim chen authored
      * 增加AvatarList d.ts说明文件
      
      * 修改 axis的链接 , g2修改了新的官网
      
      * AvatarList 增加判断是否为必须属性
      
      * 删除无用的空行.  优化格式
      
      * 修改错误的图表文档. 增加几处漏写的文档
      
      * 添加图表的 描述文件chart.d.ts
      
      * 改了个错别字!
      
      * 增加CountDown d.ts描述文件
      
      * 增加 DescriptionList  d.ts描述文件
      
      * 增加所有剩余对外开发的组件 .d.ts
      完善一些文档
      
      * fontWeight 推荐使用 number 来表示数字
      55e5d205