1. 06 Jun, 2019 1 commit
  2. 05 Jun, 2019 1 commit
  3. 02 Jun, 2019 3 commits
  4. 31 May, 2019 1 commit
  5. 29 May, 2019 3 commits
    • 陈帅's avatar
      remove mock data · a349ab4f
      陈帅 authored
      a349ab4f
    • 期贤's avatar
      close pwa · d807da15
      期贤 authored
      d807da15
    • 陈帅's avatar
      V4 fetch block (#4238) · 41719aa5
      陈帅 authored
      * first step
      
      * fix local error
      
      * commit
      
      * test serve
      
      * fix test
      
      * sort package.json
      
      * fix typo
      
      * fix pageHeader error
      
      * new style
      
      * change script name
      
      * fix copy block url style
      
      * new copy code style
      
      * add loginout
      
      * auto insert pro code
      
      * use new layout
      
      * add locale to copy button
      41719aa5
  6. 26 May, 2019 4 commits
  7. 25 May, 2019 1 commit
  8. 22 May, 2019 1 commit
  9. 20 May, 2019 2 commits
  10. 18 May, 2019 2 commits
    • 陈帅's avatar
      fix code lint error · dd59a08b
      陈帅 authored
      dd59a08b
    • 偏右's avatar
      Fix warnings and details (#4209) · fbeb545a
      偏右 authored
      * remove useless state loading
      
      * 🆙 upgrade bizcharts version to fix forceFit of null
      
      close #4107
      ref alibaba/BizCharts#819
      close #4195
      
      * Fix setState after unmount
      
      * use Link over router.push
      
      * 🐛 Fix duplicated keys in basic profile, close #4195
      
      * use bizcharts@3.5.2-beta.2
      
      * use bizcharts@3.5.3-beta.0
      
      * 💹 Remove unused resize fns in Pie
      
      * remove resize function
      fbeb545a
  11. 16 May, 2019 1 commit
    • 信鑫-King's avatar
      Tweak console dev (#4133) · 80ce8fe4
      信鑫-King authored
      * 💄 allow use console in dev, auto remove in production.
      
      * fix: use uglifyJSOptions
      
      * fix: config.ts using NODE_ENV identify isProd
      80ce8fe4
  12. 15 May, 2019 1 commit
  13. 14 May, 2019 1 commit
  14. 06 May, 2019 1 commit
  15. 27 Apr, 2019 1 commit
  16. 24 Apr, 2019 1 commit
  17. 12 Apr, 2019 1 commit
  18. 02 Apr, 2019 2 commits
  19. 26 Mar, 2019 2 commits
  20. 22 Mar, 2019 4 commits
  21. 18 Mar, 2019 1 commit
  22. 17 Mar, 2019 1 commit
    • yaphet's avatar
      Fix bug (#3749) · bffa6379
      yaphet authored
      将./src/defaultSettings.js中pwa设置false时,‘umi-plugin-react’中pwa配置项的值应该是false;使用空对象{}依旧会开启 PWA 相关功能。
      bffa6379
  23. 14 Mar, 2019 1 commit
    • 何乐's avatar
      [v4] Strict ts (#3723) · 0bc812b7
      何乐 authored
      * short-term use of tslint
      
      * fix lint error
      
      * connect & dispatch definition
      
      * replace `SFC` with `FunctionComponent`
      
      * SiderMenu
      
      * TopNavHeader
      
      * HeaderSearch
      
      * components
      
      * layouts
      
      * layouts
      
      * pages
      
      * fix authorize fail
      
      * SettingDrawer
      
      * remove one `as any`
      0bc812b7
  24. 13 Mar, 2019 2 commits
  25. 11 Mar, 2019 1 commit
    • 陈小聪's avatar
      [v4] transform typescript (#3702) · 1abac6a3
      陈小聪 authored
      * merge v3 to v4
      
      * src/components/IconFont
      
      * src/components/PageLoading
      
      * src/components/SelectLang
      
      * src/components/SettingDrawer
      
      * remove e2e and test
      
      * src/components/TopNavHeader
      
      * src/components/GlobalHeader
      
      * src/components/HeaderDropdown
      
      * src/components/HeaderSearch
      
      * src/components/TopNavHeader
      
      * fix error
      
      * mock
      
      * move defaultSettings
      
      * global.txs
      
      * src/locales
      
      * remove lint mock
      
      * fix ci test error
      
      * change PureComponent to Component, interface IDefaultSettings
      
      * Don't prefix interface with I
      Close: #3706
      
      * strictNullChecks set true
      1abac6a3