All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.10.2 (2020-08-17)
3.10.1 (2020-08-17)
- add a template render demo (9bde501)
- njk tpl and style (772754b)
3.10.0 (2020-07-30)
- 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
toUserAvatar
(6e093af)
- 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
addmutate
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)
- sidebar drawer scroll bug (d060cb6)
3.8.0 (2020-07-06)
- sidebar drawer scroll bug (231b52a)
- mobile header add responsive design (d04e46e)
3.7.0 (2020-07-04)
- click filterbar have reset URL query (a141c05)
3.6.0 (2020-07-02)
- compatible mobile (2f9c8bf)
- fix SwitchLanguage click missing setVisible (367c798)
- fix SwitchLanguage in Safari bug (cb3e0d6)
3.5.6 (2020-06-25)
ROUTER_BASENAME
compatiblesub dir
deploy on nginx (b9c89c6)
3.5.5 (2020-06-24)
- page card align title (64e7724)
- sidebar on mb has scroll y (f6ba5c5)
- sidebar position fixed (5d39d2a)
- remove sidebar collapsed fn of pc (87dcd8f)
- use
react-icons
replace<Rcon>
(4699686)
- dashboard UI mobile friendly (7d21749)
- remove sidebar collapsed fn of pc
3.5.4 (2020-06-23)
- 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)
- temp downgrading eslint to v7.2.0 (a1e5c31)
3.5.2 (2020-06-20)
.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)
deploy-api
add -pupdate_config_and_push
(3c62457)- dashboard .env add
PRIMARY_ACCOUNT_TYPE
(97e4f2a)
- 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)
- add Dockerfile for deploy, some packages NEED node-gyp (4f29db7)
- docker-install add
yarn add node-gyp
(78f7ed2)
- better CLI UX (3848713)
3.5.0 (2020-06-16)
- 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)
- update UX (cb8867a)
- 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)
- api index UX (95db263)
3.4.0 (2020-06-13)
- recover
getSlug
togenSlug
(a3ffb93)
ecosystem.config.js.example
pull to api root dir (b83fed1)- auto push to DeployRepo and Server and RUN! (a7a91ac)
- auto deploy workflow (eb0bf5a)
3.3.5 (2020-06-11)
- clean ajax console.log (be7ce89)
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)
- ajax timeout to 10s (b6f56ed)
3.3.2 (2020-06-11)
- 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)
- 💡 .env change to production default env file (dcca7d0)
- .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)
- 🧨 .env change to production default env file, keep docker .env compatible, and follow dotenv recommended @link https://github.com/motdotla/dotenv#should-i-have-multiple-env-files
3.1.1 (2020-06-01)
- fix packages version (14e1ffb)
3.1.0 (2020-06-01)
- 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)
- mUST_VERIFICATION_CAPTCHA_BY_LOGIN_ERROR 3 -> 5 (f39ec55)
3.0.1 (2020-05-29)
- all
curd
rename tocrud
(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)
- 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)
- .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)
- divisions gen (787ed42)
- just a git-cz test (44168f3)
- seed data (0d6e6e8)
- test commit-version (7fd9729)