1. 02 Apr, 2019 3 commits
  2. 01 Apr, 2019 1 commit
  3. 26 Mar, 2019 1 commit
  4. 25 Mar, 2019 1 commit
  5. 22 Mar, 2019 5 commits
  6. 18 Mar, 2019 1 commit
  7. 28 Feb, 2019 6 commits
  8. 12 Feb, 2019 1 commit
    • 米老朱's avatar
      Enhance stylelint rules, fix propTypes error of TagSelect (#3518) · ac374407
      米老朱 authored
      * add stylelint shareable config for css modules
      
      * fix CSS pseudo element with double colon
      
      * support stylelint declaration-block-no-ignored-properties rule
      
      * support sorted CSS properties order for readability and consistency
      
      * autofix order of all styles by lint:fix script
      
      * fix propTypes error of TagSelect component
      
      * Revert "autofix order of all styles by lint:fix script"
      
      This reverts commit 51cb9d055f607489a259fd878d80c6b6e70c61de.
      
      * Revert "support sorted CSS properties order for readability and consistency"
      
      This reverts commit ff6c24d263cf5d3f73880bd7a5866efb4911de9f.
      
      * make lint:fix work for stylelint
      
      * Revert "Revert "autofix order of all styles by lint:fix script""
      
      This reverts commit 946ed0a351542904e70680c166e47a1f5080d1ca.
      
      * Revert "Revert "support sorted CSS properties order for readability and consistency""
      
      This reverts commit 31b557e3826e6e5c5cf9b591fc97e24b9b2abb6e.
      ac374407
  9. 03 Feb, 2019 1 commit
  10. 28 Jan, 2019 2 commits
  11. 17 Jan, 2019 1 commit
  12. 16 Jan, 2019 1 commit
  13. 15 Jan, 2019 1 commit
  14. 11 Jan, 2019 1 commit
  15. 08 Jan, 2019 2 commits
  16. 02 Jan, 2019 1 commit
  17. 01 Jan, 2019 1 commit
    • 陈帅's avatar
      add lint prettier in Ci (#3262) · cc970b00
      陈帅 authored
      * add lint prettier in Ci
      
      * .circleci use version =2
      
      * remove jest in package
      
      * update package.json
      
      * add enzyme
      
      * fix appveyor error
      
      * use check-prettier script
      cc970b00
  18. 21 Dec, 2018 1 commit
  19. 17 Dec, 2018 1 commit
  20. 14 Dec, 2018 1 commit
  21. 01 Dec, 2018 3 commits
  22. 26 Nov, 2018 1 commit
  23. 25 Nov, 2018 2 commits
  24. 23 Nov, 2018 1 commit
    • 陈帅's avatar
      lazy Analysis (#2927) · 27562512
      陈帅 authored
      * lazy Analysis
      
      * lazy loading menu
      
      * remove hard code
      
      * fix style warning
      
      * fix loading height waring
      
      * fix offineData Loading error
      
      * lazy load menu
      
      * fix login test eroor
      
      * fix #2950 ,fix topmeun error
      
      * add args of puppeteer
      
      * add layout=topmenu e2e test
      27562512