1. 22 Mar, 2019 1 commit
  2. 26 Oct, 2018 1 commit
    • Rayron Victor's avatar
      Fix prettier glob (#2673) · e7c447ab
      Rayron Victor authored
      * SelectLang: languages options don't need to be translated
      
      * fix e2e tests when `PORT` is set in `.env`
      
      * prettier: fix glob by adding single quotes.
      
      * prettier: running prettier after glob fix
      e7c447ab
  3. 27 Sep, 2018 1 commit
  4. 25 Sep, 2018 1 commit
  5. 22 Sep, 2018 1 commit
  6. 27 Aug, 2018 1 commit
  7. 11 Jul, 2018 1 commit
  8. 09 Mar, 2018 1 commit
  9. 08 Mar, 2018 1 commit
  10. 23 Jan, 2018 1 commit
  11. 11 Jan, 2018 1 commit
  12. 26 Dec, 2017 1 commit
  13. 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
  14. 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