Skip to content

Latest commit

 

History

History
374 lines (230 loc) · 21.2 KB

CHANGELOG.md

File metadata and controls

374 lines (230 loc) · 21.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.10.2 (2020-08-17)

Bug Fixes

  • fixed BuildInfo show git version hash (2e41371)
  • fixed vercel.json favicon rewrite (c4dddac)

3.10.1 (2020-08-17)

Features

  • add a template render demo (9bde501)

Performance Improvements

3.10.0 (2020-07-30)

Bug Fixes

  • avoid all props.history.push fn memory op leak (e2e426e)
  • fixed cp public/assets (39af580)
  • fixed xss types (daa5f32)
  • switch language lang-flag padding (ebd73a1)
  • use formatAttaUrl to UserAvatar (6e093af)

Features

  • add atta view-only page (8b4f31d)
  • add default image (7705c32)
  • add image 2x trans 1x (d229099)
  • api .env add DEFAULT IMAGE and AVATAR (21b696d)
  • comp TableCard add mutate prop (d1d25a3)
  • container add localtime and timezone (79abc8f)
  • use SWR for part modules (694f56c)

3.9.0 (2020-07-06)

Note: Version bump only for package leaa

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)
  • add createManyByTagName fix tag target Duplicate entry (8a32f98), closes #16
  • fix table account dataIndex (cda97aa)
  • fixed pm2 loop restart (76b9c91)
  • formatAttaUrl format gravatar error display (c436884)

Features

  • deploy-api add -p update_config_and_push (3c62457)
  • 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)
  • resource -> resources (6ede647)

Features

  • add Dockerfile for deploy, some packages NEED node-gyp (4f29db7)
  • docker-install add yarn add node-gyp (78f7ed2)

Performance Improvements

3.5.0 (2020-06-16)

Bug Fixes

  • append some files to pm2 'ignore_watch` fix loop reset (2d52bad)
  • change .env.js to _env.js, fix serverless not load (7c35661)
  • LoginForm check env.DEMO_MODE inject account (b59e64c)
  • reset to nodejieba, because @node-rs/jieba have bug (85d7003)

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)

Performance Improvements

3.4.0 (2020-06-13)

Bug Fixes

  • recover getSlug to genSlug (a3ffb93)

Features

  • ecosystem.config.js.example pull to api root dir (b83fed1)
  • auto push to DeployRepo and Server and RUN! (a7a91ac)

Performance Improvements

3.3.5 (2020-06-11)

Bug Fixes

3.3.4 (2020-06-11)

Note: Version bump only for package @leaa/root

3.1.0 (2020-06-11)

3.3.3 (2020-06-11)

Bug Fixes

3.3.2 (2020-06-11)

Bug Fixes

  • deploy docker_test fn (c501324)
  • 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)
  • fix test load .env path (c084508)
  • fix the cache-manager package is missing (3e8c4b7)
  • 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 ENABLE_CAPTCHA_BY_LOGIN_FAILD_TIMES (5925c5a)
  • .env add LOGO_(BLACK|WHITE)_FILENAME can mod default logo (4978e30)
  • .env add SERVER_NAME (bc3965d)
  • .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

3.1.1 (2020-06-01)

Bug Fixes

3.1.0 (2020-06-01)

Features

  • add verification code(captcha) to login (41a0b9c)
  • cLI show local real ip address (33ca1e2)
  • delete atta will delete relation atta files (359ab99)
  • remote delete aliyun oss files (72b4bc1)
  • svgCaptcha load a new font (fe89fee)
  • upload atta to ali-oss (40d6636)

Performance Improvements

  • mUST_VERIFICATION_CAPTCHA_BY_LOGIN_ERROR 3 -> 5 (f39ec55)

3.0.1 (2020-05-29)

Bug Fixes

  • all curd rename to crud (1f47746)
  • fix husky no effect (b13f8d3)
  • fix validateUserByPayload last_token_at Compare jwt iattz (9c18c02)
  • rimraf add to packages (294834a)
  • update login logic, not token will set 'NO-TOKEN' (f32e216)

Features

  • add genCrudQuerySearch (9558c72)
  • add new data seed (434b6a8)
  • add TransformInterceptor and HttpExceptionFilter (4866653)
  • attachmentBox can work! (99c247a)
  • auth login add Captcha (not display by default, auto tigger) (a068b54)
  • category crud (adbf2c4)
  • done all user method (aec4913)
  • new FilterIcon and new SearchInput (0f37f45)
  • replace react-dnd to react-beautiful-dnd (a851781)
  • setting crud (800f107)

Performance Improvements

  • .babelrc add ignore (99040ad)
  • babel useBuiltIns: 'usage' replace @babel/polyfill (ee25c09)
  • format code (e8502d3)
  • improves validateUserByPayload logic (6208557)
  • more files code style to named export (1006863)

2.0.6 (2020-05-05)

Bug Fixes

1.1.0 (2020-03-22)

1.0.5 (2020-02-21)

1.0.4 (2020-01-15)

1.0.3 (2020-01-02)

1.0.2 (2019-11-23)

1.0.1 (2019-11-23)

0.0.4 (2019-10-28)

0.0.1 (2019-08-17)

0.0.2 (2019-08-17)