* remove useless state loading
* 🆙 upgrade bizcharts version to fix forceFit of null
close#4107
ref alibaba/BizCharts#819close#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
* feat: Add the `GGEditor` demo
* style: Update the size of the card
* feat: Extract the `MenuItem` and `ToolbarButton` components
* feat: Add the shape type of the line
* feat: Extract the `DetailForm` components
* feat: add PageHeader
* fix: add all local laug
* fix: Fix the height of the editor
* 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 51cb9d055f.
* Revert "support sorted CSS properties order for readability and consistency"
This reverts commit ff6c24d263.
* make lint:fix work for stylelint
* Revert "Revert "autofix order of all styles by lint:fix script""
This reverts commit 946ed0a351.
* Revert "Revert "support sorted CSS properties order for readability and consistency""
This reverts commit 31b557e382.
* feat: add new config "layoutLocal"
* Use enableLayoutLocale instead of layoutLocale
* Use enableMenuLocale instead of enableMenuLocale
* use menu.disableLocal
* 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