Skip to content

Latest commit

 

History

History
655 lines (491 loc) · 57.9 KB

CHANGELOG.md

File metadata and controls

655 lines (491 loc) · 57.9 KB

Changelog

v1.3.7 (2024-09-21)

   🚨 Breaking Changes

  • projects: update scss config  -  by @soybeanjs (b1cda)

   🐞 Bug Fixes

  • projects: fix global-tab click conflict with contextmenu  -  by @soybeanjs (c0e87)

   💅 Refactors

  • packages: @sa/materials: remove tab close shortcut by mouse  -  by @soybeanjs (9fb72)

   🏡 Chore

  • deps: update deps  -  by @soybeanjs (3453c)

   ❤️ Contributors

soybeanjs  

v1.3.6 (2024-09-20)

   🐞 Bug Fixes

  • projects:
    • fix click global-tab in iPad  -  by @soybeanjs (740cf)
    • when the roles filter submenu is empty, the parent menu is not excluded  -  by @soybeanjs (6b2fc)

   🛠 Optimizations

  • projects: remove defineModel setting,enabled by default  -  by @mufeng889 in #42 (05bad)

   📖 Documentation

  • projects: update QQ group link.  -  by @Azir-11 in #43 (589ec)

   🏡 Chore

  • deps: update deps  -  by @soybeanjs (5e0c2)

   ❤️ Contributors

soybeanjs  Azir-11  mufeng889  

v1.3.5 (2024-09-08)

   🚀 Features

  • packages:
    • @sa/scripts: add more commit types according to Apache specifications  -  by @soybeanjs (5a020)
    • @sa/axios: add response to flatRequest when success  -  by @soybeanjs (aace8)
  • projects:
    • does the configuration support automatic updates  -  by @soybeanjs (ffe4c)
    • add app error handler  -  by @soybeanjs (60366)

   🐞 Bug Fixes

  • projects:
    • avoid retrieving cached HTML  -  by @soybeanjs (75df1)
    • fix breadcrumb when activeMenu is parent menu  -  by @soybeanjs (49092)
    • fix refresh token when meet multi requests  -  by @soybeanjs (5ae17)
  • projects): fix(projects:
    • fix login redirect  -  by @soybeanjs (5ccdb)

   🛠 Optimizations

  • projects: optimize type  -  by @soybeanjs (4679b)

   🏡 Chore

  • projects:
    • rename script czh to commit:zh  -  by @soybeanjs (01d96)
    • use json5 resolve env VITE_OTHER_SERVICE_BASE_URL & fix proxy enable  -  by @soybeanjs (f8b29)

   ❤️ Contributors

soybeanjs  

v1.3.4 (2024-09-08)

   🛠 Optimizations

  • projects: optimize code  -  by @soybeanjs (6e8a5)

   ❤️ Contributors

soybeanjs  

v1.3.3 (2024-09-08)

   🐞 Bug Fixes

  • projects: fix watermark settings  -  by @soybeanjs (dbe8e)

   ❤️ Contributors

soybeanjs  

v1.3.2 (2024-09-08)

   🚀 Features

  • projects:
    • add color fading mode  -  by @soybeanjs (719f0)
    • add full screen watermark  -  by @soybeanjs (6bb66)

   🛠 Optimizations

  • projects: optimize response code comparison  -  by @soybeanjs (d7025)

   ❤️ Contributors

soybeanjs  

v1.3.1 (2024-09-08)

   🐞 Bug Fixes

  • projects: fix abnormal width of the sidebar in the top menu mix and reverse mode  -  by @soybeanjs (0abce)

   ❤️ Contributors

soybeanjs  

v1.3.0 (2024-09-08)

   🚨 Breaking Changes

  • packages: modify request retry times to 0  -  by @soybeanjs (d87e9)
  • projects: refactor global menu & support reversed-horizontal-mix-menu  -  by @soybeanjs (2244f)

   🚀 Features

  • packages:
    • @sa/scripts: command gitCommit support Chinese  -  by @soybeanjs (8eb1d)
    • @sa/axios: replace CancelTokenSource by AbortController  -  by @soybeanjs (91296)
    • @sa/scripts: add ignore pattern list for command gitCommitVerify  -  by @soybeanjs (5a950)

   🐞 Bug Fixes

  • hooks: prevent program freezing when pagesize returns 0  -  by @soybeanjs (05912)

   💅 Refactors

  • projects:
    • combine theme tokens and theme settings  -  by @soybeanjs (3f289)
    • change css vars mount to root  -  by @soybeanjs (47c46)

   🏡 Chore

  • projects: add script czh  -  by @soybeanjs (1e345)

   ❤️ Contributors

soybeanjs  

v1.2.8 (2024-09-08)

   🐞 Bug Fixes

  • packages:
    • @sa/hooks: fix searchParams of useHookTable  -  by @soybeanjs (cb5bf)
  • types:
    • Fixed the reference type error  -  by @soybeanjs (6b868)
    • fix data type of useHookTable  -  by @soybeanjs (3dd78)

   💅 Refactors

  • projects: replace cloneDeep of lodash-es with klona  -  by @soybeanjs (240ab)

   🏡 Chore

  • deps: update deps  -  by @soybeanjs (7bc1d)

   ❤️ Contributors

soybeanjs  

v1.2.7 (2024-09-08)

   🚀 Features

  • projects: supports custom menu icon sizes  -  by Soybean (c8a9e)

   🐞 Bug Fixes

  • components:
    • fix click MenuToggler throw error  -  by Soybean (45588)
    • fix TableHeaderOperation style  -  by Soybean (251d1)
  • projects:
    • fix manage page edit data. fixed #32  -  by Soybean in #32 (740d6)
    • fix menu style  -  by Soybean (4355b)

   🏡 Chore

  • deps: update deps  -  by Soybean (5fcf2)
  • projects: Fix deprecated configuration config  -  by Soybean (5275b)

   ❤️ Contributors

Soybean

v1.2.6 (2024-06-21)

   🐞 Bug Fixes

  • projects:
    • request modal title use i18n  -  by @honghuangdc (f97e7)
    • add getDataByPage for useTable  -  by @honghuangdc (cf265)
    • fix login redirect to routeHome when routeHome of dynamic route is not same as static route  -  by @honghuangdc (f6c66)

   📖 Documentation

  • projects: update README  -  by @honghuangdc (a769b)

   🏡 Chore

  • deps: update deps.  -  by @Azir-11 in #30 (e110d)

   🤖 CI

  • projects: add and update github issues template  -  by @honghuangdc (a3619)

   ❤️ Contributors

honghuangdc  Azir-11  

v1.2.5 (2024-06-15)

   🐞 Bug Fixes

  • projects: Fix the issue of abnormal tab caching after logout  -  by @soybeanjs (e6349)

   🛠 Optimizations

  • projects: Initializing the static routing function does not require asynchronization  -  by @soybeanjs (02d66)
  • types: Enhance compatibility of global types  -  by @soybeanjs (dc359)
  • utils: Reduce code indentation and improve readability  -  by @soybeanjs (54ae8)

   🏡 Chore

  • deps: update deps  -  by @soybeanjs (423fa)

   ❤️ Contributors

soybeanjs  

v1.2.4 (2024-06-14)

   🛠 Optimizations

  • projects:
    • optimize setupAppVersionNotification  -  by @soybeanjs (f061d)
    • get buildTime with timezone 'Asia/Shanghai'  -  by @soybeanjs (b256a)

   🤖 CI

  • projects: add github config  -  by @soybeanjs (fe15a)

   ❤️ Contributors

soybeanjs  

v1.2.3 (2024-06-13)

   🐞 Bug Fixes

  • projects:
    • fix mobile browser theme issue by adding color-scheme meta tag to index.html  -  by @KickCashew in #27 (6bf97)
    • Fix secondary directory components is empty  -  by @paynezhuang in #29 (fb48f)

   🛠 Optimizations

  • projects:
    • optimize table scrollConfig. fixed #25  -  by @soybeanjs in #25 (d0f8e)
    • optimize table rowSelection  -  by @soybeanjs (49c57)

   📖 Documentation

  • projects:
    • Fixed the hyperlink pointing error  -  by Azir (d5602)
    • update README  -  by @soybeanjs (9527e)

   🏡 Chore

  • deps:
    • update deps  -  by @soybeanjs (9954c)
    • update deps  -  by @soybeanjs (d9f9f)

   🎨 Styles

  • projects:
    • unify button icon style. close #26  -  by @soybeanjs in #26 (ef60e)
    • fit table column width of checkbox  -  by @soybeanjs (ebcfb)

   ❤️ Contributors

soybeanjs  paynezhuang  KickCashew   Azir

v1.2.2 (2024-06-12)

   🚀 Features

  • projects: reset scroll position when tab change  -  by @soybeanjs (804f9)

   🐞 Bug Fixes

  • projects:
    • hide AppVersionNotification in DEV mode  -  by @soybeanjs (e3d91)
    • fix menu-toggler hidden in mobile layout  -  by @soybeanjs (a73d2)

   📖 Documentation

  • projects: update README  -  by @soybeanjs (bab68)

   ❤️ Contributors

soybeanjs  

v1.2.1 (2024-06-07)

   🐞 Bug Fixes

  • projects:
    • fix get user info when page reload  -  by @soybeanjs (0f6b7)
    • fix setupAppVersionNotification render  -  by @soybeanjs (63d5d)

   🏡 Chore

  • deps: update deps  -  by @soybeanjs (a6c0e)

   ❤️ Contributors

soybeanjs  

v1.2.0 (2024-06-07)

   🚀 Features

  • hooks:
    • add @sa/hooks  -  by @soybeanjs (7677a)
    • add use-echarts  -  by @soybeanjs (ada3f)
    • @sa/hooks: add useTable  -  by @soybeanjs (348b4)
    • add setOptions for useEcharts  -  by @soybeanjs (40ceb)
  • packages:
    • @sa/scripts: add new commit type optimize and commit scope packages  -  by @soybeanjs (ee111)
  • projects:
    • init  -  by @soybeanjs (77b6e)
    • add switch-lang, add look-forward  -  by @soybeanjs (0c666)
    • add logout  -  by @soybeanjs (486de)
    • add login module  -  by @soybeanjs (314e8)
    • add theme palette and colors support unocss color opacity  -  by @soybeanjs (88e64)
    • nprogress color feat theme color  -  by @soybeanjs (d7621)
    • perf route meta and route i18n  -  by @soybeanjs (a2e0f)
    • route store  -  by @soybeanjs (a7784)
    • menu in route store  -  by @soybeanjs (81e59)
    • perf menu and add cache in route store  -  by @soybeanjs (5c60b)
    • antd menu  -  by @soybeanjs (542e5)
    • add menu icon  -  by @soybeanjs (60f29)
    • add axios  -  by @soybeanjs (110fc)
    • update @elegant-router/vue and fix types  -  by @soybeanjs (b7632)
    • service and proxy  -  by @soybeanjs (ed68c)
    • login, antdv useApp, form  -  by @soybeanjs (53c20)
    • router guide  -  by @soybeanjs (5cf87)
    • add login loading to confirm button  -  by @soybeanjs (cb6c7)
    • add page manage and remove page user  -  by @soybeanjs (73b02)
    • menu click to switch route  -  by @soybeanjs (60ef0)
    • keep antd menu transition same as system  -  by @soybeanjs (77c96)
    • add tab store, PageTab  -  by @soybeanjs (ecd0d)
    • add LangSwitch to component, fix login page i18n  -  by @soybeanjs (e435b)
    • add tab dropdown, FullScreen  -  by @soybeanjs (dcc4c)
    • add ThemeDrawer  -  by @soybeanjs (22447)
    • add ReloadButton  -  by @soybeanjs (66b90)
    • add ButtonIcon with tooltip  -  by @soybeanjs (4649d)
    • support mobile layout  -  by @soybeanjs (cfcf8)
    • add page animate  -  by @soybeanjs (41c38)
    • add beadcrumb  -  by @soybeanjs (d9279)
    • routes cache  -  by @soybeanjs (073e6)
    • cache tabs  -  by @soybeanjs (1f439)
    • add reset routes  -  by @soybeanjs (76400)
    • themeDrawer layout mode  -  by @soybeanjs (8c36d)
    • add horizontal menu  -  by @soybeanjs (012d1)
    • menu style adapter system  -  by @soybeanjs (32a2d)
    • vertical-mix sider  -  by @soybeanjs (c9329)
    • HorizontalMixMenu  -  by @soybeanjs (2d59d)
    • theme settings theme colors  -  by @soybeanjs (5d883)
    • finish theme settings  -  by @soybeanjs (92b4c)
    • theme settings copy  -  by @soybeanjs (95e38)
    • iconify offline  -  by @soybeanjs (388e5)
    • antd locale, dayjs locale  -  by @soybeanjs (3b33c)
    • support Vite5  -  by @soybeanjs (8e41a)
    • request pkgs  -  by @soybeanjs (81a31)
    • update @sa/axios  -  by @soybeanjs (fd790)
    • @sa/axios: createRequest, createFlatRequest, createHookRequest  -  by @soybeanjs (c5c45)
    • add sort routes  -  by @soybeanjs (637c6)
    • add app loading  -  by @soybeanjs (a7ef1)
    • add vitepress docs  -  by @soybeanjs (5f72f)
    • add copyright, unocss shortcut: card-wrapper, update package.json  -  by @soybeanjs (a11b9)
    • add page: about  -  by @soybeanjs (a2b6b)
    • add custom route exception  -  by @soybeanjs (0bab9)
    • filter tabs which are not in routes  -  by @soybeanjs (b047c)
    • packages/scripts: add command changelog,release  -  by @soybeanjs (50926)
    • add script: gen-route  -  by @soybeanjs (e9b15)
    • @sa/axios: add qs stringify for params  -  by @soybeanjs (6ee5a)
    • page home & perf useEcharts  -  by @soybeanjs (37c92)
    • add page function_tab  -  by @soybeanjs (bd645)
    • support directory menu hide all child menus.  -  by @soybeanjs (cd72e)
    • support route query in menu  -  by @soybeanjs (063f5)
    • login page: code-login  -  by @soybeanjs (f4e7c)
    • login page: register  -  by @soybeanjs (b6420)
    • @sa/axios: support instance state, fix flatRequest error type  -  by @soybeanjs (3f418)
    • add request exception  -  by @soybeanjs (0b1ec)
    • add function page: request  -  by @soybeanjs (757d1)
    • add function page: hide-child,super-page,toggle-auth  -  by @soybeanjs (886ea)
    • manage page: manage_role  -  by @soybeanjs (658dc)
    • perf page manage_role  -  by @soybeanjs (55945)
    • Synchronize role management and menu management  -  by @mufeng889 in #13 (7943c)
    • Syncronize user management list page  -  by @mufeng889 in #18 (64be7)
    • Synchronous user management  -  by @mufeng889 in #19 (68231)
    • support grayscale  -  by @soybeanjs (db2a5)
    • add prefix to local storage  -  by @soybeanjs (0423c)
    • support iframe page with diffrent url of custom route  -  by @soybeanjs (4975d)
    • add recommend color switch  -  by @soybeanjs (7fa51)
    • support repeated request errors occur once in a short time  -  by @soybeanjs (6e809)
    • close tab by mouse wheel button click  -  by @soybeanjs (31e1d)
    • support system new version update notification  -  by @soybeanjs (cee03)
    • get user info in router guard and remove in localStorage  -  by @soybeanjs (ccbe3)

   🐞 Bug Fixes

  • components:
    • 修复主题模式按钮显示与点击的异常  -  by @Azir-11 in #21 (03e09)
  • hooks:
    • Fixed abnormal display of table pagers  -  by @mufeng889 in #17 (cc256)
  • projects:
    • fix elegant-router plugin  -  by @soybeanjs (282b6)
    • keep hsla and rgba consistent with unocss  -  by @soybeanjs (566cc)
    • fix menu style  -  by @soybeanjs (b80a0)
    • update tab label when locale change  -  by @soybeanjs (50b72)
    • fix menu style  -  by @soybeanjs (231fc)
    • fix zIndex  -  by @soybeanjs (eed33)
    • fix ThemeButton tooltip trigger  -  by @soybeanjs (19671)
    • fix menu collapsed  -  by @soybeanjs (586d6)
    • fix siderCollapse  -  by @soybeanjs (d348b)
    • fix tab click when is mobile  -  by @soybeanjs (ac6c3)
    • notification add auto close  -  by @soybeanjs (2cfcb)
    • hide some content when is mobile layout  -  by @soybeanjs (b175f)
    • fix breadcrumb when is not route menu  -  by @soybeanjs (59d35)
    • fix button style  -  by @soybeanjs (93f18)
    • fix themeVars color  -  by @soybeanjs (6329c)
    • fix cached tabs locale  -  by @soybeanjs (0973b)
    • fix inverted menu when is horizontal-mix  -  by @soybeanjs (1530d)
    • fix horizontal menu style  -  by @soybeanjs (b3fce)
    • theme setting adapter mobile  -  by @soybeanjs (8c729)
    • fix theme colors  -  by @soybeanjs (ab60e)
    • fix customize info color  -  by @soybeanjs (f0f02)
    • fix scrollbar style  -  by @soybeanjs (cadf2)
    • fix ColorPicker  -  by @soybeanjs (c735f)
    • sider inverted visible  -  by @soybeanjs (7b46f)
    • fix override theme  -  by @soybeanjs (76eda)
    • fix default menu icon  -  by @soybeanjs (68e0d)
    • fix vertical-mix menu when collapse  -  by @soybeanjs (c4e64)
    • fix layout-card  -  by @soybeanjs (b2b92)
    • fix scripts  -  by @soybeanjs (780eb)
    • fix app loading theme color  -  by @soybeanjs (1ad8d)
    • fix base-menu style  -  by @soybeanjs (dcbb3)
    • remove space in tab content  -  by @soybeanjs (16c76)
    • fix add import $t  -  by @soybeanjs (2e36f)
    • fix request msg  -  by @soybeanjs (47b54)
    • fix tab error displaying parent localIcon  -  by @soybeanjs (9d112)
    • fix build [unocss]: build failed to load icon "close"  -  by @soybeanjs (6a5aa)
    • fix home when is dynamic mode router  -  by @soybeanjs (3c229)
    • fix homeTab closeRight and disable colseLeft  -  by @soybeanjs (53f61)
    • fix GlobalBreadcrumb warning  -  by @soybeanjs (dd6fc)
    • add maxWidth for GlobalTab to fix bg with gap  -  by @soybeanjs (423ea)
    • fix css var is inserted repeatedly  -  by @soybeanjs (e58cf)
    • fix SvgIcon inheritAttrs warning  -  by @soybeanjs (f4305)
    • fix event name  -  by @soybeanjs (642b6)
    • fix axios createRequest: add default state  -  by @soybeanjs (466bc)
    • fix type error  -  by @soybeanjs (77c20)
    • fix disabled page animate  -  by @soybeanjs (e6910)
    • fix routes data when role is change  -  by @soybeanjs (03c80)
    • fix tabs data when role is change  -  by @soybeanjs (9fd89)
    • add missing $t import  -  by @soybeanjs (8f9ee)
    • add responseType judgment  -  by @soybeanjs (2246f)
    • fix mix-menu blank & cache mixMenuFixed  -  by @soybeanjs (9fdb6)
    • fix PinToggler label  -  by @soybeanjs (b1f9c)
    • recovery the layout config before is mobile  -  by @soybeanjs (851ae)
    • fix manage page drawer operate about data reset  -  by @soybeanjs (91dfa)
    • fix menu data when role is changed  -  by @soybeanjs (7cc5f)
    • fix useRouter in tab store  -  by @soybeanjs (962c4)
    • fix header style & fix button highlight when click global-tab  -  by @soybeanjs (f2983)
    • fix multi tab page only render once  -  by @soybeanjs (b98b0)
    • fix login Register component name  -  by @soybeanjs (a3ba5)
  • styles:
    • fix FirstLevelMenu style  -  by @soybeanjs (5df82)
    • fix PinToggler style  -  by @soybeanjs (593ce)
  • view-manage-role:
    • fix PopConfirm content to title  -  by @zyhnbyyds (d95bd)

   🔥 Performance

  • projects:
    • remove system logo fill  -  by @soybeanjs (e02d0)
    • perf code  -  by @soybeanjs (c9e34)
    • remove as any  -  by @soybeanjs (7f61b)
    • perf code  -  by @soybeanjs (3f22e)
    • perf code  -  by @soybeanjs (cb369)
    • perf css of base-menu  -  by @soybeanjs (4046a)
    • perf theme store  -  by @soybeanjs (b0d95)
    • perf code  -  by @soybeanjs (324cf)
    • perf code  -  by @soybeanjs (c2aae)
    • env config  -  by @soybeanjs (07423)
    • add detailed annotations for route role  -  by @soybeanjs (2a0ec)
    • remove useless file  -  by @soybeanjs (da280)
    • perf card style  -  by @soybeanjs (9895a)
    • echarts loading style  -  by @soybeanjs (dca53)
    • perf code  -  by @soybeanjs (8b960)
    • remove useless code  -  by @soybeanjs (3115e)
    • perf code  -  by @soybeanjs (a1220)
    • perf judgement the fixed tab  -  by @soybeanjs (90c20)

   🛠 Optimizations

  • components:
    • ButtonIcon with smarter class merging and tippy  -  by @mufeng889 (95960)
    • accuracy draggable area for TableColumnSetting with animation  -  by @soybeanjs (8a2e0)
  • projects:
    • optimize manage_menu  -  by @soybeanjs (bf406)
    • remove deprecated code  -  by @soybeanjs (00361)
    • unocss border shortcut  -  by @soybeanjs (4ebeb)

   💅 Refactors

  • hooks:
    • deleting the route export of useRoutePush, use vue-router  -  by @soybeanjs (b81f7)
    • refactor @sa/color-palette to @sa/color  -  by @soybeanjs (fda42)
  • projects:
    • perf code  -  by @soybeanjs (0b2e0)
    • init route store in router guide  -  by @soybeanjs (bc056)
    • remove requiresAuth option of route meta  -  by @soybeanjs (5a137)
    • fix tooltop of ButtonIcon  -  by @soybeanjs (a5b16)
    • useStore variable name  -  by @soybeanjs (29291)
    • add createRoutes replace export routes directly  -  by @soybeanjs (16bca)
    • refactor ColorPicker  -  by @soybeanjs (f80c1)
    • themeStore: isCustomizeInfoColor to isInfoFollowPrimary  -  by @soybeanjs (0867f)
    • rename zh-cn locale  -  by @soybeanjs (ba10c)
    • rename zh-cn locale  -  by @soybeanjs (26714)
    • split @sa/request to @sa/axios, @sa/fetch  -  by @soybeanjs (9ecb5)
    • remove @sa/eslint-config  -  by @soybeanjs (23002)
    • remove docs to soybean-admin-docs  -  by @soybeanjs (be008)
    • refactor app-loading  -  by @soybeanjs (c3c14)
    • login components => modules  -  by @soybeanjs (49237)
    • keep directory "locales/langs" same with version naive-ui  -  by @soybeanjs (5ecf3)
    • refactor service env config  -  by @soybeanjs (d89ee)
    • refactor unocss shortcuts: wh-full => size-full  -  by @soybeanjs (835cb)
    • use enquirer replace prompts  -  by @soybeanjs (64b27)
    • perf code  -  by @soybeanjs (81f08)
    • constant routes, route guard  -  by @soybeanjs (ddec7)
    • useMixMenuContext replace useMixMenu  -  by @soybeanjs (e0aa7)
    • Soybean Admin to SoybeanAdmin  -  by @soybeanjs (9427d)
  • styles:
    • sort defineProps, defineEmits with TS type  -  by @soybeanjs (37a64)

   📖 Documentation

  • projects:
    • add README  -  by @soybeanjs (67fbf)
    • update README.md  -  by @soybeanjs (3b31b)
    • update README.md  -  by @soybeanjs (43743)
    • update README.md  -  by @soybeanjs (d71b6)
    • update README.md  -  by @soybeanjs (427a0)
    • update README  -  by @soybeanjs (4045e)
    • add CHANGELOG  -  by @soybeanjs (01fbb)

   🏡 Chore

  • deps:
    • update deps  -  by @soybeanjs (4caa4)
    • update deps  -  by @soybeanjs (bd3ef)
    • update deps  -  by @soybeanjs (56931)
    • update deps  -  by @soybeanjs (56e7d)
    • update deps  -  by @soybeanjs (892e2)
    • updtae deps  -  by @soybeanjs (7088d)
    • update deps  -  by @soybeanjs (b0b48)
    • update deps  -  by @soybeanjs (7f049)
    • update deps  -  by @soybeanjs (854ce)
    • update deps  -  by @soybeanjs (82ccf)
    • update deps  -  by @soybeanjs (b0546)
    • update deps  -  by @soybeanjs (adc36)
    • update deps  -  by @soybeanjs (c655a)
    • update deps  -  by @soybeanjs (345b6)
    • update deps  -  by @soybeanjs (70962)
    • update deps  -  by @soybeanjs (2d4d1)
    • update deps  -  by @soybeanjs (9e493)
    • update deps  -  by @soybeanjs (eba20)
    • update deps  -  by @soybeanjs (909ce)
  • other:
    • correct spell mistake  -  by @soybeanjs (308bf)
  • projects:
    • rename project  -  by @soybeanjs (5dfe9)
    • update version and perf code  -  by @soybeanjs (97035)
    • fix pkg version  -  by @soybeanjs (4b375)
    • add sourcemap  -  by @soybeanjs (d25ed)
    • add pnpm-lock  -  by @soybeanjs (0e4cb)
    • update deps and perf code  -  by @soybeanjs (19c12)
    • update gitignore  -  by @soybeanjs (910fe)
    • update pnpm-lock  -  by @soybeanjs (1d0b0)
    • update vscode settings  -  by @soybeanjs (c2b6a)
    • use eslint flat config  -  by @soybeanjs (11adc)
    • add config files  -  by @soybeanjs (87aa0)
    • update deps & update @sa/scripts config  -  by @soybeanjs (31f67)
    • update pnpm version  -  by @soybeanjs (47819)
    • create LICENSE  -  by @soybeanjs (853f5)
    • update pnpm version  -  by @soybeanjs (91121)
    • update eslint config  -  by @soybeanjs (7029b)
    • lock deps version  -  by @soybeanjs (8ff39)
    • remove @soybeanjs/cli  -  by @soybeanjs (02c05)
    • update pnpm version  -  by @soybeanjs (c6b00)
    • update mock api  -  by @soybeanjs (c0079)
    • update pnpm version  -  by @soybeanjs (88f26)
    • update repository url  -  by @soybeanjs (f46ce)
    • update vscode config  -  by @soybeanjs (bfaec)
    • update component.d.ts  -  by @soybeanjs (1bebf)
    • add unocss eslint config  -  by @soybeanjs (6f004)
    • update .gitattributes  -  by @soybeanjs (e5235)
    • update pnpm version  -  by @soybeanjs (30c97)
    • disabled unocss eslint rule: order-attributify  -  by @soybeanjs (87838)
    • update pnpm-lock.yaml  -  by @soybeanjs (8f5a6)
    • update deps & update pnpm version  -  by @soybeanjs (5260d)
    • update mock url  -  by @Azir-11 in #22 (32c00)
    • update deps & add lock file  -  by @soybeanjs (e1777)
    • synchronize recent changes  -  by @mufeng889 in #23 (d5348)
    • update eslint config  -  by @soybeanjs (9c450)
    • update .npmrc  -  by @soybeanjs (5d15b)
    • update vscode settings  -  by @soybeanjs (e77bd)

   🎨 Styles

  • projects:
    • fix menu style  -  by @soybeanjs (d8b9b)
    • perf layout card style  -  by @soybeanjs (fc409)
    • fix event style  -  by @soybeanjs (e935f)

   ❤️ Contributors

soybeanjs  mufeng889  Azir-11  zyhnbyyds