Skip to content

v3.9.0

Latest
Compare
Choose a tag to compare
@SolidZORO SolidZORO released this 06 Jul 05:44
· 45 commits to master since this release

new ui

3.9.0 (2020-07-06)

Note: Version bump only for package @leaa/dashboard

3.8.1 (2020-07-06)

Bug Fixes

  • sidebar drawer scroll bug (d060cb6)

Performance Improvements

3.8.0 (2020-07-06)

Bug Fixes

  • sidebar drawer scroll bug (231b52a)

Features

  • mobile header add responsive design (d04e46e)

Performance Improvements

3.7.0 (2020-07-04)

Bug Fixes

  • click filterbar have reset URL query (a141c05)

3.6.0 (2020-07-02)

Bug Fixes

  • compatible mobile (2f9c8bf)
  • fix SwitchLanguage click missing setVisible (367c798)
  • fix SwitchLanguage in Safari bug (cb3e0d6)

Features

3.5.6 (2020-06-25)

Bug Fixes

  • react-imported-component bug in HMR, reset loadable (d2b5582)
  • fixed _lang:create (f3da7d9)

Features

  • ROUTER_BASENAME compatible sub dir deploy on nginx (b9c89c6)

3.5.5 (2020-06-24)

Bug Fixes

Code Refactoring

  • remove sidebar collapsed fn of pc (87dcd8f)

Features

  • use react-icons replace <Rcon> (4699686)

Performance Improvements

  • dashboard UI mobile friendly (7d21749)

BREAKING CHANGES

  • remove sidebar collapsed fn of pc

3.5.4 (2020-06-23)

Bug Fixes

  • @loadable/component on sidebar link error (228608f)
  • Route component to children (1cc0f1d)

Performance Improvements

  • done all routes lazy load by react-imported-component (d546ce0)
  • done all routes lazy load, use `react-imported-componet (1ce8e89)

3.5.3 (2020-06-21)

Bug Fixes

  • temp downgrading eslint to v7.2.0 (a1e5c31)

Features

  • add a pMinDelay load (977c2d2)
  • dashboard header top add nprogress Loading (3815ca8)

Performance Improvements

  • react-router perf (a2b97f3)
  • react-router use lazy from '@loadable/component' (58e306d)

3.5.2 (2020-06-20)

Bug Fixes

  • .env.js -> _.env.js (5c88115)
  • fix table account dataIndex (cda97aa)
  • formatAttaUrl format gravatar error display (c436884)

Features

  • dashboard .env add PRIMARY_ACCOUNT_TYPE (97e4f2a)

Performance Improvements

  • click sidebar menu item can refresh list (e85e385)
  • DEFAULT_PAGE_SIZE value to 20, one screen can display (3596609)
  • onFetchList use react-use control effect (d46dad9)

3.5.1 (2020-06-18)

Bug Fixes

  • fixed resource dir in deploy-api.sh (3e625ab)

Performance Improvements

3.5.0 (2020-06-16)

Bug Fixes

  • change .env.js to _env.js, fix serverless not load (7c35661)
  • LoginForm check env.DEMO_MODE inject account (b59e64c)

Features

  • api .env add AUTO_CUT_TAGS (b8ca654)
  • delete dotenv of dashboard use .env.js replace .env (7cc0950)

Performance Improvements

BREAKING CHANGES

  • change .env.js to _env.js, fix serverless not load
  • delete dotenv of dashboard use .env.js replace .env

3.4.1 (2020-06-14)

Note: Version bump only for package @leaa/dashboard

3.4.0 (2020-06-13)

Features

  • auto push to DeployRepo and Server and RUN! (a7a91ac)

3.3.5 (2020-06-11)

Bug Fixes

3.3.4 (2020-06-11)

Note: Version bump only for package @leaa/dashboard

3.3.3 (2020-06-11)

Bug Fixes

3.3.2 (2020-06-11)

Bug Fixes

  • fix ajax finally memory leak (6fdd9f6)
  • fix all Components memory leak in your application. (d55e741)
  • fix atta box missing attachmentParams (ba160a2)
  • fix rowKey types (4a11331)
  • selectCategoryIdByTree This is a no-op, memory leak (2cdcff8)
  • update user and update avatar at the same time (298ccfa)

Code Refactoring

  • 💡 .env change to production default env file (dcca7d0)

Features

  • .env add LOGO_(BLACK|WHITE)_FILENAME can mod default logo (4978e30)
  • .env add GRAVATAR_TYPE (dcb3ba1)
  • add props showSwitchDebug (3901a1d)
  • add deploy bash script (d3914d1)
  • add use phone login dashboard (4824440)
  • can create user by phone (77237f9)
  • dashboard add debugMode in header dropdown menu (932d994)
  • user add avatar change (c317528)

Performance Improvements

BREAKING CHANGES