1. 29 May, 2019 2 commits
    • 期贀's avatar
      Merge branch 'master' into v4 · 99ac6a78
      期贀 authored
      99ac6a78
    • ι™ˆεΈ…'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
  2. 23 May, 2019 1 commit
  3. 22 May, 2019 5 commits
  4. 21 May, 2019 4 commits
  5. 20 May, 2019 2 commits
  6. 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
  7. 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
  8. 15 May, 2019 3 commits
  9. 14 May, 2019 3 commits
  10. 10 May, 2019 1 commit
  11. 08 May, 2019 2 commits
  12. 07 May, 2019 2 commits
    • ι™ˆεΈ…'s avatar
      remove prettier.js · 6639cbe4
      ι™ˆεΈ… authored
      6639cbe4
    • 何乐's avatar
      [v4] fix e2e test (#3915) · 0858fb9e
      何乐 authored
      * fix type definition
      
      * fix e2e test
      
      * fix e2e compile failed
      
      * remove untracked file
      
      * retrack file
      
      * fix azure windows test timeout
      
      * roll back timeout
      
      * clean
      
      * add mock/route.ts
      0858fb9e
  13. 06 May, 2019 11 commits
  14. 02 May, 2019 1 commit
    • Hilmi Erdem KEREN's avatar
      requestAnimationFrame optimization (#4115) · 03db6495
      Hilmi Erdem KEREN authored
      * requestAnimationFrame optimization
      
      Optimizes animation by doing the following changes:
      
      - Moves offsetWidth, innerWidth like expensive calculations out of requestAnimationFrame
      - Adds menu mode change control before requesting the animation frame
      
      * fix: Uses object destructuring to read state property
      03db6495