Releases: vbenjs/vue-vben-admin
v5.4.0
What's Changed
- feat: preferences settings panel to add display switches with copyright (#4603) @GavinLucky
- refactor: change the form button field from text to content to prevent conflicts with the frame (#4586) @anncwb
🚀 Features
🐞 Bug Fixes
- fix: when a table switches paging, no form parameters will be carried (#4607) @anncwb
- fix: metadata version number injection error (#4606) @anncwb
- fix: fix request not displaying interface error messages correctly (#4596) @anncwb
- fix: fix the form-api reactive failure inside the form (#4590) @anncwb
- fix: remove the extra separator when the user dropdown menu is empty. (#4587) @gee1k
- fix: table internal search collspaed configuration does not take effect (#4585) @anncwb
- fix(@vben/plugins/vxe-table): after resetting the search, the parameters still exist (#4577) @anncwb
- fix: the vxeUI global configuration does not take effect (#4574) @anncwb
- fix: improve the layout of tables offline on the mobile (#4573) @anncwb
- fix: naive ui form reset does not meet expectations (#4569) @anncwb
- fix: when the server component path is wrong, a blank interface is still displayed (#4567) @anncwb
- fix: incorrect info color for element plus, fixed #4532 (#4566) @mynetfan
📈 Performance
- refactor: change the shadcn-ui directory and remove rarely used components (#4626) @anncwb
- feat: useVxeTable returns formApi instance (#4582) @anncwb
- refactor: adjust layout refresh button and watermark; allow static i18n on language switch (#4579) @anncwb
📝 Documentation
👻 Maintenance
- chore(deps): bump the non-breaking-changes group across 1 directory with 5 updates (#4618) @dependabot
- chore: modify the type of the incoming function in the vite configuration (#4622) @pzzyf
- chore: correct spelling for 'dragable' (#4600) @mynetfan
- chore(deps-dev): bump vite-plugin-dts from 4.2.1 to 4.2.3 in the non-breaking-changes group (#4591) @dependabot
- chore(deps): bump @iconify/json from 2.2.256 to 2.2.257 in the non-breaking-changes group (#4589) @dependabot
- chore: vscode extensions add pnpm-catalog-lens (#4583) @WitMiao
- chore(deps): bump the non-breaking-changes group with 3 updates (#4561) @dependabot
Full Changelog: v5.3.2...v5.4.0
v5.3.2
What's Changed
🚀 Features
🐞 Bug Fixes
- fix: try to fix the error reported by the stub command in the window system (#4560) @anncwb
- fix: fixed an error in the form onChange within Naive (#4558) @anncwb
📈 Performance
- feat: add form field autofocus configuration (#4550) @Squall2017
- perf: [antd] default placeholder for input and select components (#4551) @imdap
👻 Maintenance
- chore(deps-dev): bump the non-breaking-changes group across 1 directory with 3 updates (#4557) @dependabot
- chore: demo of customizing form layout using tailwind (#4549) @imdap
Full Changelog: v5.3.1...v5.3.2
v5.3.1
What's Changed
🚀 Features
- feat: add pagination component (#4522) @anncwb
- feat(form): add merge form functionality (#4495) @Squall2017
- feat: add playwright e2e testing framework (#4468) @anncwb
🐞 Bug Fixes
- fix: when multiple pop-ups exist at the same time, clicking will close all (#4548) @anncwb
- fix: fix abnormal display of scroll bar on lock screen page (#4546) @Squall2017
- fix: when modal and drawer exist at the same time, click Close All (#4521) @anncwb
- fix: improve ant design button icon style (#4520) @anncwb
- fix: improve input browser backfilling style (#4519) @anncwb
- fix: window system clean script execution problems (#4513) @vince292007
- fix: stripe table style for element plus, fixed: #4501 (#4503) @mynetfan
- chore(@vben/playground): add new slider captcha element and adjust references (#4490) @fzq1998
- fix: after deleting the form item, you will also get the form value (#4481) @anncwb
- fix: wrong style when breadcrumbs display background (#4472) @dowithless
- fix: clear the input box when closing the search (#4467) @aonoa
📈 Performance
- perf(@vben/stores): export defineStore to support pinia persistence within apps (#4483) @jinmao88
- perf: setValues method of the form supports assigning values only to keys that exist in the schema (#4508) @imdap
📝 Documentation
👻 Maintenance
- chore: disable sorting of non-core folder object fields (#4547) @anncwb
- chore(deps): bump the non-breaking-changes group across 1 directory with 4 updates (#4537) @dependabot
- chore: update documentation and deps (#4510) @anncwb
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
Breaking Change
With the introduction of the VbenForm component, system default pages related to forms, such as login and registration, have been refactored and now utilize the VbenForm component. After updating the code, you will need to readjust the logic related to the login form.
🚀 Features
- feat: add sliding verification to the login form (#4461) @anncwb
- feat(@vben/common-ui): add verify component (#4390) @wangjue666
- feat: add updateSchema to form api (#4453) @anncwb
- feat: default form validation rules applicable to selector components (#4442) @imdap
- feat: tanstack query demos (#4276) @likui628
- feat: add VbenForm components (#4352) @anncwb
- feat: captcha example (#4330) @Squall2017
🐞 Bug Fixes
- fix: some antd components failed to verify styles (#4458) @imdap
- fix: improve layout boundary issues (#4450) @LanceJiang
- fix: improve global type detection of vue files (#4455) @anncwb
- fix: improve defineConfig types (#4454) @anncwb
- fix: form verification style fails in pop-up window (#4452) @anncwb
- fix: the focus style and antd of the input box validation failure should be consistent (#4446) @imdap
- fix: update fetch URL to use BASE_URL for version tag retrieval (#4448) @zhangjian10
- fix: missing the default required label style for components such as select (#4444) @imdap
- fix: enforce minimum pnpm version 9.5.0 (#4443) @likui628
- fix(@vben/web-ele): fixed some style issues in dark mode (#4436) @zhuizhubf
- fix: when the api returns 401, the page is refreshed not as expected (#4440) @anncwb
- fix: improve the scroll bar flashing when the modal box is opened (#4438) @anncwb
- fix: hover border style same as antd style when validate error (#4409) @imdap
- fix: fixed the form component componentProps using the function that did not meet expectations (#4426) @anncwb
- fix: the onOpenChange event for the modal component does not work as expected (#4425) @anncwb
- fix: improve layout boundary processing (#4423) @anncwb
- fix: when the form is opened repeatedly, the state is unexpectedly stroyed (#4406) @anncwb
- fix: the brand color setting does not take effect (#4405) @anncwb
- fix: Improve the problem of inaccurate captcha accuracy (#4401) @Squall2017
- fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings (#4391) @anncwb
- fix: fixed some style issues (#4379) @anncwb
- fix: select components used in modal pop-ups cannot be selected (#4368) @anncwb
- fix: vue received a Component that was made a reactive object (#4367) @likui628
- fix: text overflow when text omission component width is lower than maxWidth (#4364) @WitMiao
- fix(@vben/docs): build failed on windows (#4362) @likui628
- fix: module is not listed in package. json dependencies (#4338) @likui628
- fix: resolve lint fail (#4335) @likui628
- fix: external link jump (#4319) @pzzyf
- fix: improve the lock-screen password validation logic (#4324) @likui628
📈 Performance
- perf: the request client upload function supports more parameters (#4439) @anncwb
- perf: display border status color when the form is verified incorrectly (#4407) @anncwb
- refactor: refactor code structure and improve demo page (#4389) @Squall2017
- perf: update menu icons (#4357) @likui628
📝 Documentation
👻 Maintenance
- chore(deps): bump the non-breaking-changes group with 4 updates (#4451) @dependabot
- chore: use pnpm catalog (#4437) @anncwb
- chore(deps): bump pinia-plugin-persistedstate from 4.0.1 to 4.0.2 in the non-breaking-changes group (#4428) @dependabot
- chore(deps): bump the non-breaking-changes group across 1 directory with 17 updates (#4419) @dependabot
- chore: fix ci (#4404) @coderwyd
- chore(deps): bump the non-breaking-changes group with 5 updates (#4395) @dependabot
- chore: bump vue-i18n from 9.14.0 to 10.0.1 (#4393) @anncwb
- chore(deps): bump pinia-plugin-persistedstate from 3.2.3 to 4.0.1 (#4392) @anncwb
- chore(deps): bump the non-breaking-changes group with 6 updates (#4382) @dependabot
- fix: try to fix the ci error (#4381) @anncwb
- chore(deps): bump tailwindcss from 3.4.10 to 3.4.11 in the non-breaking-changes group (#4369) @dependabot
- chore(deps): bump the non-breaking-changes group across 1 directory with 2 updates (#4358) @dependabot
- chore(deps): bump the non-breaking-changes group with 14 updates (#4347) @dependabot
- chore(deps): bump the non-breaking-changes group with 6 updates (#4332) @dependabot
- chore(deps): bump the non-breaking-changes group with 8 updates (#4326) @dependabot
- chore(deps): bump the non-breaking-changes group with 5 updates (#4320) @dependabot
Full Changelog: v5.3.0-beta.1...v5.3.0
v5.3.0-beta.2
Breaking Change
With the introduction of the VbenForm component, system default pages related to forms, such as login and registration, have been refactored and now utilize the VbenForm component. After updating the code, you will need to readjust the logic related to the login form.
🚀 Features
- feat: tanstack query demos (#4276) @likui628
- feat: add VbenForm components (#4352) @anncwb
- feat: captcha example (#4330) @Squall2017
🐞 Bug Fixes
- fix: module is not listed in package. json dependencies (#4338) @likui628
- fix: resolve lint fail (#4335) @likui628
- fix: external link jump (#4319) @pzzyf
- fix: improve the lock-screen password validation logic (#4324) @likui628
👻 Maintenance
- chore(deps): bump the non-breaking-changes group with 14 updates (#4347) @dependabot
- chore(deps): bump the non-breaking-changes group with 6 updates (#4332) @dependabot
- chore(deps): bump the non-breaking-changes group with 8 updates (#4326) @dependabot
- chore(deps): bump the non-breaking-changes group with 5 updates (#4320) @dependabot
Full Changelog: v5.2.2...v5.2.3
v5.2.2
What's Changed
🐞 Bug Fixes
- chore: the sidebar title is not displayed in mobile mode (#4312) @pzzyf
- chore(@vben-core/tabs-ui): cancel drag and drop function on mobile de… (#4303) @wangjue666
- fix(@vben/web-ele): fixed some style issues in dark mode (#4298) @anncwb
- fix: the fixedbutton changes state and the view cannot scroll (#4297) @pzzyf
📝 Documentation
- docs: typo (#4309) (#4315) @wangxiaoer5200
👻 Maintenance
- chore(deps): bump the non-breaking-changes group across 1 directory with 22 updates (#4314) @dependabot
Full Changelog: v5.2.1...v5.2.2
v5.2.1
What's Changed
🐞 Bug Fixes
- fix: redundant border on the sidebar in two column layout mode (#4291) @likui628
- fix(widgets/check-updates): correct button layout in English locale (#4277) @fzq1998
- fix: ci error (#4280) @vince292007
📈 Performance
- refactor: refactor AuthLayout to configure the login page more freely (#4294) @anncwb
- style: optimize dashboard in small screen styles and demo (#4293) @pzzyf
- style: optimizing style issues (#4289) @anncwb
- style: optimize dashboard in small screen styles (#4288) @pzzyf
- perf: axios default error interceptor allows you to customize error handling (#4283) @anncwb
- perf(login): ensure left panel element spans full width on small screens (#4281) @fzq1998
👻 Maintenance
- chore(deps): bump the non-breaking-changes group with 5 updates (#4285) @dependabot
- chore(deps): bump the non-breaking-changes group with 2 updates (#4275) @dependabot
- chore: update vscode config (#4274) @pzzyf
Full Changelog: v5.2.0...v5.2.1
v5.2.0
What's Changed
🚀 Features
- feat: core components support simple locale switching (#4273) @anncwb
- feat: add archive plug-in to output dist.zip after build (#4272) @anncwb
- feat(@vben/docs): preview components are supported within documents (#4250) @anncwb
- feat: preference button supports automatic positioning (#4243) @anncwb
- feat: add modal and drawer components and examples (#4229) @anncwb
🐞 Bug Fixes
- fix(@vben/preferences): fix hidden header navigation bar causes the settings button to not be displayed (#4271) @Mask-MJ
- fix: solve the problem of recursive call logout api (#4265) @likui628
- fix: fix modal position after drag to prevent offset on reopen (#4261) @fzq1998
- fix: clearPreferencesAndLogout does not take effect when the preferences button is at the top (#4253) @likui628
- fix: search and menu buttons overlapped (#4249) @likui628
- fix: tabbar does not meet expectations in a mixed layout (#4242) @anncwb
- fix: sidebar scrolling does not meet expectations (#4241) @anncwb
- fix: improve the display of modal and drawer on mobile (#4237) @anncwb
- fix: ease-out spelling error (#4233) @pzzyf
- fix: when the 'refreshToken' expires, it does not re-authenticate (#4231) @likui628
📈 Performance
- perf: reset value after reopen LockScreenModal (#4269) @fzq1998
- perf: improve modal and drawer component documentation and fix known problems (#4264) @anncwb
- perf: replace deprecated @keypress with @keydown for Enter key handling (#4258) @fzq1998
- perf: optimize the access directive to support string passing. (#4246) @fzq1998
- refactor: package chart-ui integrated into plugins (#4238) @anncwb
- fix(apps/backend-mock): change deprecated func (#4236) @fzq1998
📝 Documentation
- feat: core components support simple locale switching (#4273) @anncwb
- feat: add archive plug-in to output dist.zip after build (#4272) @anncwb
- chore(deps): bump the non-breaking-changes group with 9 updates (#4266) @dependabot
- perf: improve modal and drawer component documentation and fix known problems (#4264) @anncwb
- chore: add badges (#4260) @likui628
👻 Maintenance
- chore(deps): bump the non-breaking-changes group with 9 updates (#4266) @dependabot
- chore(docs): correct the file path in the markdown for the GitHub website (#4254) @a63149300
- chore(deps): bump the non-breaking-changes group with 2 updates (#4251) @dependabot
- chore(deps-dev): bump jsdom from 24.1.1 to 25.0.0 (#4245) @dependabot
- chore(deps): bump the non-breaking-changes group with 13 updates (#4244) @dependabot
- chore: update vscode settings.json (#4240) @anncwb
- chore: fix typo (#4232) @coderwyd
Full Changelog: v5.1.2...v5.2.0
v5.1.2
What's Changed
🐞 Bug Fixes
- fix: correct the SVG icon format (#4224) @likui628
- fix: switching language does not load the translation of the components library (#4205) @likui628
- fix: where pages could not be refreshed when login expired (#4204) @anncwb
- fix: element-plus styles (#4203) @likui628
- style: element-plus theme info adaptation (#4082) @Zhao-sj
📈 Performance
📝 Documentation
- feat(@vben/docs): support english documents (#4202) @wangjue666
- chore(docs): update function parameter comments (#4215) @fzq1998
- chore(docs): updated title slot description (#4192) @pzzyf
- chore(docs): correct the naming convention typo in the test files (#4216) @a63149300
- docs: fix document typos (#4196) @wdzyy
👻 Maintenance
- chore: typos (#4227) @pzzyf
- chore(deps): bump the non-breaking-changes group with 6 updates (#4225) @dependabot
- chore: update vscode configuration (#4210) @WitMiao
- chore(deps): bump the non-breaking-changes group with 3 updates (#4212) @dependabot
- chore: error note (#4209) @pzzyf
- chore(deps): bump the non-breaking-changes group with 5 updates (#4206) @dependabot
- chore: Ignore vscode-history plug-in directory git submissions (#4207) @a63149300
- chore(deps): bump the non-breaking-changes group with 8 updates (#4195) @dependabot
Full Changelog: v5.1.1...v5.1.2
v5.1.1
What's Changed
🚀 Features
- feat: refactor and improve the request client and support refreshToken (#4157) @likui628
- feat: add left and right scroll buttons to Tabs bar #4161 (#4162) @P2K0
🐞 Bug Fixes
- fix: fix keepAlive parameter error (#4194) @anncwb
- fix: header theme color error (#4170) @anncwb
- fix: page spinner is styled incorrectly when scrolling (#4163) @anncwb
- fix: newTabTitle does not work as expected (#4160) @Alkaidcc
📈 Performance
- perf: supplement login interface documents and add configuration para meters (#4175) @anncwb
- perf: all icons used in the core are offline (#4173) @anncwb
- perf: optimization of tabbar display (#4169) @anncwb
- perf: improve tabs-view scrolling (#4164) @anncwb
👻 Maintenance
- chore: update deps and docs (#4184) @anncwb
- chore(deps): bump the non-breaking-changes group with 12 updates (#4165) @dependabot
- chore(deps): bump the non-breaking-changes group with 8 updates (#4155) @dependabot
Full Changelog: v5.1.0...v5.1.1