1. 04 Mar, 2019 1 commit
  2. 15 Feb, 2019 1 commit
    • Ostwind's avatar
      增加IconFont组件、菜单图标可以使用自己的IconFont项目图标 (#3517) · 0ebcdc88
      Ostwind authored
      * feature:
      1.add iconfont component;
      2.menu can add iconfont icon.
      
      * fix: 调整菜单引入iconfont的方式为String.
      1. 新增IconFont组件,需在组件内配置自己的IconFont图标项目地址;
      2. 然后,菜单图标可以引入自己的IconFont图标,图标字符串以icon-开头.
      
      * ajust: put the IconFont Script Url into defaultSetting.js
      
      * 调整iconfontUrl名称
      
      * fix:注释更新
      
      * 留空iconfontUrl
      0ebcdc88
  3. 11 Feb, 2019 1 commit
    • lf7817's avatar
      fix customize menu icon bug (#3509) · 5ef08f7f
      lf7817 authored
      * fix customize menu icon bug
      
      当采用自定义菜单图标(即通过url引用方式)且菜单折叠时,文字不隐藏
      
      * fix customize menu icon bug
      
      修改样式
      5ef08f7f
  4. 17 Dec, 2018 1 commit
  5. 13 Dec, 2018 2 commits
  6. 03 Dec, 2018 1 commit
  7. 23 Nov, 2018 3 commits
  8. 22 Nov, 2018 1 commit
  9. 22 Oct, 2018 2 commits
  10. 04 Oct, 2018 3 commits
  11. 20 Sep, 2018 1 commit
  12. 30 Aug, 2018 2 commits
  13. 29 Aug, 2018 1 commit
  14. 23 Aug, 2018 1 commit
  15. 15 Jul, 2018 2 commits
  16. 11 Jul, 2018 3 commits
  17. 22 Jun, 2018 1 commit
  18. 11 Jun, 2018 1 commit
  19. 18 May, 2018 1 commit
  20. 06 Apr, 2018 1 commit
  21. 27 Mar, 2018 1 commit
  22. 08 Mar, 2018 4 commits
  23. 26 Feb, 2018 1 commit
  24. 15 Feb, 2018 1 commit
  25. 07 Feb, 2018 1 commit
  26. 22 Jan, 2018 1 commit
  27. 18 Jan, 2018 1 commit
    • 陈帅's avatar
      fix parameters match warning (#613) · 3f2263d4
      陈帅 authored
      * fix parameters match warning
      
      * Use path-to-regexp to match the path
      
      * use regular expressions to match the path
      
      * update doc
      
      * add getSelectedMenuKeys
      3f2263d4