Skip to content

Releases: soybeanjs/soybean-admin-react

v1.2.0

14 Dec 20:35
Compare
Choose a tag to compare

   🚀 Features

  • packages:
    • use-array add findItem & reset  -  by @mufeng889 (64e0b)
    • add event bus hook  -  by @mufeng889 (9f145)
  • projects:
    • supplement eslint rules  -  by @mufeng889 (1a631)
    • add event bus hooks demo  -  by @mufeng889 (b7080)

   🐞 Bug Fixes

  • If the url is /login/register, the system is redirected to /login/pwd-login by default .close #22  -  by @mufeng889 in #22 (9ddae)
  • projects: fix Reverse the top blending mode. Select Secondary tab. Primary tab is not displayed correctly .close #21  -  by @mufeng889 in #21 (b2f07)

   🛠 Optimizations

  • projects:
    • optimize code  -  by @mufeng889 (72b38)
    • optimize code  -  by @mufeng889 (b9f0e)

   🏡 Chore

  • other: update vscode settings  -  by @mufeng889 (70d5f)
  • projects: update readme  -  by @mufeng889 (82978)
    View changes on GitHub

v1.1.1

23 Nov 17:56
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • projects: fix when clicking Close tab TAB occasionally white screen  -  by @mufeng889 (ae2c3)

   🎨 Styles

  • projects: add eslint rules  -  by @mufeng889 (d27ac)
    View changes on GitHub

v1.1.0

23 Nov 17:55
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • projects: fix when clicking Close tab TAB occasionally white screen  -  by @mufeng889 (ae2c3)

   🎨 Styles

  • projects: add eslint rules  -  by @mufeng889 (d27ac)
    View changes on GitHub

v1.0.0

06 Oct 09:41
Compare
Choose a tag to compare

   🚀 Features

  • packages:
    • @sa/hooks add useRequest  -  by @mufeng889 (e5cdc)
    • hooks: add use-array & example  -  by @mufeng889 (02483)
  • projects:
    • add menu functions  -  by @mufeng889 (0b14d)
    • support add parent when add route  -  by @mufeng889 (084bf)
    • support dynamic add route & optimize code  -  by @mufeng889 (6f3ad)
    • add before guard  -  by @mufeng889 (13b0c)
    • @sa/axios: add response to flatRequest when success  -  by @mufeng889 (92e3c)
    • does the configuration support automatic updates.  -  by @mufeng889 (fb758)
    • add details page to show loader for data router  -  by @mufeng889 (7928b)
    • the topic configuration replication function was added  -  by @mufeng889 (e3d7a)
    • add animation  -  by @mufeng889 (ea5d7)
    • add useMeta  -  by @mufeng889 (d0c6a)
    • add keep-alive  -  by @mufeng889 (ed7e7)
    • login supports accessible operation  -  by @mufeng889 (d2dae)

   🐞 Bug Fixes

  • packages:
    • eix tab can't click on mobile side  -  by @mufeng889 (e0141)
    • support pass state and fix judgments before jumpe  -  by @mufeng889 (34935)
    • fix useRouter type  -  by @mufeng889 (32628)
    • failure to return in some fast new cases results in no initialization . close #8  -  by @mufeng889 in #8 (cfe46)
  • projects:
    • fix top menu abnormal  -  by @mufeng889 (5e1f7)
    • fixed abnormal display of dynamic switching size menu  -  by @mufeng889 (79c1a)
    • fix eslint errors  -  by @mufeng889 (fec80)
    • click tab left menu openkeys does not change  -  by @mufeng889 (f3f57)
    • fix route type & remove startTransition  -  by @mufeng889 (fac36)
    • Fixed redirection when switching roles & init tab no cache  -  by @mufeng889 (58d1f)
    • fix refresh token when meet multi requests  -  by @mufeng889 (fbe7d)
    • in big screen has scroll bar  -  by @mufeng889 (cb942)
    • fix after menu expansion submenu not open  -  by @mufeng889 (c96c9)
    • fix shrink mess in mixed mode  -  by @mufeng889 (0c6fb)
    • fix global-tab click conflict with contextmenu  -  by @mufeng889 (a32f5)
    • Fixed submenu opening when shrinking  -  by @mufeng889 (77f2b)
    • fixed the sidebar automatically expanding when switching between mobile and pc  -  by @mufeng889 (0abdd)
    • failed to switch sidebar language  -  by @mufeng889 (75307)
    • the reproduction environment can cache the theme configuration  -  by @mufeng889 (50932)

   🛠 Optimizations

  • packages:
    • optimize code  -  by @mufeng889 (5f78e)
    • optimize code  -  by @mufeng889 (26f05)
    • simple-router: optimize code  -  by @mufeng889 (27d5f)
  • projects:
    • optimize code  -  by @mufeng889 (85b64)
    • optimize code  -  by @mufeng889 (21d28)
    • optimize code  -  by @mufeng889 (b29bc)
    • optimize code  -  by @mufeng889 (f6fd4)
    • optimize code  -  by @mufeng889 (43f8b)
    • optimize code  -  by @mufeng889 (a5cc9)

   💅 Refactors

  • packages:
    • update Route  -  by @mufeng889 (8795b)
    • @sa/hooks: use-request fir axios  -  by @mufeng889 (3dbe7)
    • @sa/simple-router: stable useRoute  -  by @mufeng889 (6cf09)
    • @sa/materials: remove tab close shortcut by mouse  -  by @mufeng889 (edb3e)
  • projects:
    • add logout route  -  by @mufeng889 (df689)
    • refactor simple-router  -  by @mufeng889 (d7861)
    • combine theme tokens and theme settings  -  by @mufeng889 (8d703)
    • remove dark sidebar configuration  -  by @mufeng889 (f9582)
    • Modify card's global style search table to use Collapse  -  by @mufeng889 (17c2e)
    • change antd's colorBgContainer  -  by @mufeng889 (0b65c)
    • change sidebar animation  -  by @mufeng889 (f9297)

   📖 Documentation

  • projects: update CHANGELOG  -  by @mufeng889 (a13a7)

   🏡 Chore

  • deps:
    • update deps  -  by @mufeng889 (1dad4)
    • update deps  -  by @mufeng889 (6ff15)
    • remove transition-group-plus  -  by @mufeng889 (36996)
    • add framer-motion & remove react-transition-group  -  by @mufeng889 (abada)
  • projects:
    • update CHANGELOG  -  by @mufeng889 (264f9)
    • update scss config  -  by @mufeng889 (480c8)
    • update deps  -  by @mufeng889 (0d855)
  • types:
    • remove type declaration for document.startViewTransition (TypeScript 5.6 inclnudes it)  -  by @mufeng889 (cef47)
    [View changes on GitHub](https://...
Read more

v1.0.0-beta.1

14 Sep 09:18
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

   🚀 Features

  • packages:
    • @sa/hooks add useRequest  -  by @mufeng889 (e5cdc)
  • projects:
    • add menu functions  -  by @mufeng889 (0b14d)
    • support add parent when add route  -  by @mufeng889 (084bf)
    • support dynamic add route & optimize code  -  by @mufeng889 (6f3ad)
    • add before guard  -  by @mufeng889 (13b0c)
    • @sa/axios: add response to flatRequest when success  -  by @mufeng889 (92e3c)
    • does the configuration support automatic updates.  -  by @mufeng889 (fb758)

   🐞 Bug Fixes

  • packages:
    • eix tab can't click on mobile side  -  by @mufeng889 (e0141)
    • support pass state and fix judgments before jumpe  -  by @mufeng889 (34935)
    • fix useRouter type  -  by @mufeng889 (32628)
    • failure to return in some fast new cases results in no initialization . close #8  -  by @mufeng889 in #8 (cfe46)
  • projects:
    • fix top menu abnormal  -  by @mufeng889 (5e1f7)
    • fixed abnormal display of dynamic switching size menu  -  by @mufeng889 (79c1a)
    • fix eslint errors  -  by @mufeng889 (fec80)
    • click tab left menu openkeys does not change  -  by @mufeng889 (f3f57)
    • fix route type & remove startTransition  -  by @mufeng889 (fac36)
    • Fixed redirection when switching roles & init tab no cache  -  by @mufeng889 (58d1f)
    • fix refresh token when meet multi requests  -  by @mufeng889 (fbe7d)
    • in big screen has scroll bar  -  by @mufeng889 (cb942)

   🛠 Optimizations

  • packages:
    • optimize code  -  by @mufeng889 (5f78e)
  • projects:
    • optimize code  -  by @mufeng889 (85b64)
    • optimize code  -  by @mufeng889 (21d28)
    • optimize code  -  by @mufeng889 (b29bc)

   💅 Refactors

  • packages:
    • update Route  -  by @mufeng889 (8795b)
    • @sa/hooks: use-request fir axios  -  by @mufeng889 (3dbe7)
    • @sa/simple-router: stable useRoute  -  by @mufeng889 (6cf09)
  • projects:
    • add logout route  -  by @mufeng889 (df689)
    • refactor simple-router  -  by @mufeng889 (d7861)
    • combine theme tokens and theme settings  -  by @mufeng889 (8d703)
    • remove dark sidebar configuration  -  by @mufeng889 (f9582)

   📖 Documentation

  • projects: update CHANGELOG  -  by @mufeng889 (a13a7)

   🏡 Chore

  • deps:
    • update deps  -  by @mufeng889 (1dad4)
    • update deps  -  by @mufeng889 (6ff15)
    View changes on GitHub

v0.3.2

06 Sep 17:47
Compare
Choose a tag to compare

   🚀 Features

  • deps:
    • add typewriter  -  by @mufeng889 (0651b)
  • packages:
    • add remove route & If the route to be jumped is the current route, no jump occurs  -  by @mufeng889 (a75c2)
    • Synchronize the useRouterPush of soybean  -  by @mufeng889 (04577)
  • projects:
    • optimize code style & exception page add button click event  -  by @mufeng889 (f1dcd)
    • Synchronize the useRouterPush of soybean  -  by @mufeng889 (308df)
    • add version update notifications  -  by @mufeng889 (3f25b)
    • use json5 resolve env VITE_OTHER_SERVICE_BASE_URL & fix proxy enable & updated international language  -  by @mufeng889 (15769)
    • add color fading mode  -  by @mufeng889 (10b2a)
  • prxojects:
    • change useRouter declaration type  -  by @mufeng889 (f27d4)

   🐞 Bug Fixes

  • projects: fixed left menu mixed mode shrinks menu  -  by @mufeng889 (77dac)
  • types: fix the type of TableApiFn  -  by @mufeng889 (b8daf)

   🛠 Optimizations

  • projects:
    • optimize code  -  by @mufeng889 (b407e)
    • optimize code  -  by @mufeng889 (6ce4f)
    • optimize code  -  by @mufeng889 (8f9a8)
    • optimize code  -  by @mufeng889 (0402b)

   💅 Refactors

  • packages:
    • Refactoring useRoute  -  by @mufeng889 (b9b55)
  • projects:
    • change css vars mount to root  -  by @mufeng889 (c59ed)
    • refactor part of the menu code  -  by @mufeng889 (d19aa)
    • the vercal-mix reconstruction is complete  -  by @mufeng889 (dab53)
    • refactor the menu section code  -  by @mufeng889 (1f1ef)
    • Refactoring useMenu  -  by @mufeng889 (185ff)
    • refactor global menu & support reversed-horizontal-mix-menu  -  by @mufeng889 (132fa)

   🏡 Chore

  • deps: add simple-git-hooks lint-staged  -  by @mufeng889 (9c977)
  • other: print project information in console  -  by @mufeng889 (d9cf8)

   🎨 Styles

  • projects:
    • optimize code style  -  by @mufeng889 (0eded)
    • optimize code style  -  by @mufeng889 (95243)
    • optimized code  -  by @mufeng889 (28d68)
    • reduce the padding of header buttoon  -  by @mufeng889 (1a343)
    View changes on GitHub

v0.3.1

31 Aug 07:13
Compare
Choose a tag to compare

   🚀 Features

  • proejects:
    • routing and layout error boundaries combine  -  by @mufeng889 (7de3c)
  • projects:
    • change document address  -  by @mufeng889 (7ced8)
    • synchronize updates to soybean's axios  -  by @mufeng889 (6401f)
    • add common internationalization configuration  -  by @mufeng889 (a702d)
    • the routing information file can be created on the command line  -  by @mufeng889 (6e77e)
    • update elegant-route  -  by @mufeng889 (d4a65)
    • iframe add skeleton  -  by @mufeng889 (e21af)
    • add components auto-import  -  by @mufeng889 (b60f2)
    • add antd auto-import & close route log info  -  by @mufeng889 (5879f)
    • add full screen watermarke  -  by @mufeng889 (103b6)

   🐞 Bug Fixes

  • packages:
    • can jump to params & not-found  -  by @mufeng889 (6241a)
  • projects:
    • fixed tables not showing scrollbars when screen width changes . close #5  -  by @mufeng889 in #5 (bc673)
    • repair tabcannot be modified  -  by @mufeng889 (0d3ca)
    • update redirect  -  by @mufeng889 (dc18c)

   🛠 Optimizations

  • optimized code  -  by @mufeng889 (00bdc)
  • packages:
    • optimized code  -  by @mufeng889 (4f6a2)
  • projects:
    • optimized code  -  by @mufeng889 (a9854)
    • optimized code  -  by @mufeng889 (aa3bc)

   📦 Build

  • deps: add deps vite-plugin-checker  -  by @mufeng889 (24454)

   🏡 Chore

  • README:
    • update README  -  by @mufeng889 (e9ebe)
    • update README  -  by @mufeng889 (a084d)
  • deps:
    • update deps  -  by @mufeng889 (f63e7)
    • update deps  -  by @mufeng889 (ce564)
    • remove lodash-es  -  by @mufeng889 (d487c)
  • projects:
    • add vscode configuration & add vite preload  -  by @mufeng889 (48cd0)

   🎨 Styles

  • proejcts:
    • optimized code format  -  by @mufeng889 (e2c03)
  • projects:
    • optimized code style  -  by @mufeng889 (f5fed)
    • change component classification  -  by @mufeng889 (e41a9)
    View changes on GitHub

v0.3.0

20 Aug 11:43
Compare
Choose a tag to compare

   🚀 Features

  • packages: perfect routing method  -  by @mufeng889 (7a15b)

   🐞 Bug Fixes

  • packages:
    • fix repeat routing  -  by @mufeng889 (98a71)
  • projects:
    • prevent local storage conflicts  -  by @Azir-11 (cc2d4)
    • fix Fix type error type error . close #3  -  by @mufeng889 in #3 (d9237)

   🛠 Optimizations

  • optimized code  -  by @mufeng889 (f94b5)
  • code:
    • optimize the experience  -  by @mufeng889 (6a135)
  • packages:
    • optimize simple-router code  -  by @mufeng889 (c6ea8)
    • optimized simple-router code  -  by @mufeng889 (edfb1)

   🏡 Chore

  • package: improve package content . close #4  -  by @mufeng889 in #4 (a2dde)
    View changes on GitHub

v0.2.1

14 Aug 14:03
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • proejects: use other methods to replace toSorted for better compatibility with more browsers  -  by @mufeng889 (5bc13)
  • projects: fixed tab not switching colors when switching color themes  -  by @mufeng889 (5afba)

   🏡 Chore

  • deps: update deps  -  by @mufeng889 (95d38)
    View changes on GitHub

v0.2.0

08 Aug 14:11
Compare
Choose a tag to compare

   🚀 Features

  • .github:
    • add workflows  -  by @mufeng889 (d3e8c)
  • .npmr:
    • cancel Taobao mirror address  -  by @mufeng889 (1f90f)
  • pachages:
    • add parse query & stringify query  -  by @mufeng889 (c0134)
  • packages:
    • add route Transition animation  -  by @mufeng889 (da94e)
  • projects:
    • add configuration  -  by @mufeng889 (6c976)
    • remove restrictions on locked files  -  by @mufeng889 (9138d)
    • perfect user interface  -  by @mufeng889 (1cc8a)
    • add il18 for error boundary component  -  by @mufeng889 (8d6cc)

   🛠 Optimizations

  • optimized code & remove useless code  -  by @mufeng889 (2ac61)
  • projects: place the error boundary under the root route & add the internationalized language of the login page  -  by @mufeng889 (1e4a1)

   🏡 Chore

  • deps:
    • update deps  -  by @mufeng889 (beea6)
    • add deps vite-plugin-remove-console & optimize code style  -  by @mufeng889 (6387f)
    • update deps  -  by @mufeng889 (965df)

   🤖 CI

  • vercel: add vercel profile  -  by @mufeng889 (8b275)
    View changes on GitHub