Skip to content

Releases: vbenjs/vue-vben-admin

v5.3.2

03 Oct 07:43
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: add examples of asynchronous form verification and verification time (#4559) @anncwb

🐞 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

29 Sep 14:38
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐞 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

  • fix(docs): fix the selected state of the top navigation bar (#4499) @QFifteen

👻 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

22 Sep 06:33
Compare
Choose a tag to compare

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

🐞 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

10 Sep 14:23
Compare
Choose a tag to compare

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

🐞 Bug Fixes

👻 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

04 Sep 15:02
Compare
Choose a tag to compare

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

👻 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

31 Aug 13:58
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

📈 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

Full Changelog: v5.2.0...v5.2.1

v5.2.0

29 Aug 14:41
Compare
Choose a tag to compare

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

📝 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

Full Changelog: v5.1.2...v5.2.0

v5.1.2

25 Aug 03:03
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

📈 Performance

  • perf: home page analysis card adjusted to grid layout (#4219) @kkfive

📝 Documentation

👻 Maintenance

Full Changelog: v5.1.1...v5.1.2

v5.1.1

19 Aug 15:33
Compare
Choose a tag to compare

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

📈 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

Full Changelog: v5.1.0...v5.1.1

v5.1.0

14 Aug 15:09
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: supports specifying the position of the preference button (#4154) @anncwb
  • feat: support custom background colors for sidebar and header (#4151) @anncwb
  • feat: add swap component and optimizing layout known issues (#4149) @anncwb
  • feat(@vben/playground): add full-screen examples (#4126) @wangjue666
  • feat(@vben/playground): Add a clipboard example (#4133) @wangjue666
  • feat: support vue file unit testing, add some components unit testing (#4119) @anncwb
  • feat: add page component (#4087) @likui628
  • feat: add ellipsis-text component (#4019) @wangjue666

🐞 Bug Fixes

📈 Performance

  • perf: staticRoutes is renamed externalRoutes (#4143) @anncwb
  • perf: improve login page UI (#4142) @anncwb
  • perf: optimize the diffPreferences logic and adjust the unit test (#4130) @anncwb
  • refactor: adjust all sample pages and use page components (#4118) @anncwb
  • refactor: migrate demo applications to playground (#4116) @anncwb
  • perf: remove duplicate code (#4083) @pzzyf
  • perf: correct cloneDeep spelling errors (#4099) @aonoa

👻 Maintenance

  • chore: semiDarkMenu renamed semiDarkSidebar (#4152) @anncwb
  • chore(deps): bump the non-breaking-changes group with 5 updates (#4147) @dependabot
  • chore(deps): bump the non-breaking-changes group with 10 updates (#4131) @dependabot
  • chore(deps): bump cheerio from 1.0.0-rc.12 to 1.0.0 (#4104) @dependabot
  • chore(deps): bump the non-breaking-changes group with 6 updates (#4103) @dependabot
  • chore: update eslint configuration and adjust docker command (#4101) @anncwb
  • chore(deps): bump the non-breaking-changes group with 14 updates (#4092) @dependabot

Full Changelog: v5.0.1...v5.1.0