Commit Graph
100 Commits
Author SHA1 Message Date
VbenandGitHub 68dbe04bef fix: form verification style fails in pop-up window (#4452) 2024-09-21 11:03:35 +08:00
VbenandGitHub df48409814 fix: when the api returns 401, the page is refreshed not as expected (#4440) 2024-09-19 23:03:20 +08:00
VbenandGitHub 4765158510 perf: the request client upload function supports more parameters (#4439) 2024-09-19 22:13:43 +08:00
VbenandGitHub 161820dbc1 fix: improve the scroll bar flashing when the modal box is opened (#4438) 2024-09-19 21:56:49 +08:00
VbenandGitHub 56bdb8f606 chore: use pnpm catalog (#4437)
* feat: use pnpm catalog

* fix: lint error
2024-09-19 21:40:54 +08:00
VbenandGitHub 0c73cf8d3f fix: fixed the form component componentProps using the function that did not meet expectations (#4426) 2024-09-18 23:01:40 +08:00
VbenandGitHub 834cb4c470 fix: the onOpenChange event for the modal component does not work as expected (#4425) 2024-09-18 22:44:46 +08:00
VbenandGitHub 2c22825546 fix: improve layout boundary processing (#4423) 2024-09-18 22:21:23 +08:00
VbenandGitHub bfae9626dd perf: display border status color when the form is verified incorrectly (#4407)
* perf: display border status color when the form is verified incorrectly

* chore: adjust the document preview file order
2024-09-14 22:44:21 +08:00
VbenandGitHub 02c4014ae3 fix: when the form is opened repeatedly, the state is unexpectedly destroyed (#4406) 2024-09-14 22:07:50 +08:00
VbenandGitHub c3d0102cda fix: the brand color setting does not take effect (#4405) 2024-09-14 21:35:12 +08:00
VbenandGitHub 10b90eae5d chore: bump vue-i18n from 9.14.0 to 10.0.1 (#4393) 2024-09-13 22:39:59 +08:00
VbenandGitHub 29f572abd3 chore: chore(deps): bump pinia-plugin-persistedstate from 3.2.3 to 4.0.1 (#4392) 2024-09-13 22:08:55 +08:00
VbenandGitHub d27e5eeef7 fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings (#4391)
* fix: improve the dialog and drawer scrollbar experience, fix internal click failure problems and warnings

* chore: remove test code
2024-09-13 21:46:56 +08:00
vben 7bcb973d65 fix: ci error 2024-09-12 22:49:33 +08:00
VbenandGitHub 9e88b8004f fix: try to fix the ci error (#4381) 2024-09-12 22:43:37 +08:00
VbenandGitHub 76a879d4d8 fix: fixed some style issues (#4379) 2024-09-12 22:03:58 +08:00
VbenandGitHub 855ac02622 fix: select components used in modal pop-ups cannot be selected (#4368)
* fix: select components used in modal pop-ups cannot be selected

* chore: update ci

* chore: update css
2024-09-11 23:10:35 +08:00
vben 3697f6bc5a chore: release v5.3.0-beta.2 2024-09-10 22:20:51 +08:00
vben 978edb1e02 chore: release v5.3.0-beta.1 [skip ci] 2024-09-10 22:08:26 +08:00
524b9badf2 feat: add VbenForm component (#4352)
* feat: add form component

* fix: build error

* feat: add form adapter

* feat: add some component

* feat: add some component

* feat: add example

* feat: suppoer custom action button

* chore: update

* feat: add example

* feat: add formModel,formDrawer demo

* fix: build error

* fix: typo

* fix: ci error

---------

Co-authored-by: jinmao <jinmao88@qq.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-09-10 21:48:51 +08:00
vben 41612f7723 chore: release v5.2.2 2024-09-04 22:59:43 +08:00
VbenandGitHub 3f2dcb8281 fix(@vben/web-ele): fixed some style issues in dark mode (#4298) 2024-09-01 22:33:11 +08:00
vben 277e98c42c style: improve loading overlay in dark display 2024-08-31 23:23:35 +08:00
vben 1063b2268e chore: release v5.2.1 2024-08-31 21:55:10 +08:00
VbenandGitHub 8404c12129 refactor: refactor AuthLayout to configure the login page more freely (#4294) 2024-08-31 21:38:24 +08:00
VbenandGitHub 2b0aedbaba style: optimizing style issues (#4289) 2024-08-31 14:11:01 +08:00
VbenandGitHub b3e3e05990 perf: axios default error interceptor allows you to customize error handling (#4283) 2024-08-30 22:06:02 +08:00
vben 05a52b0540 chore: release v5.2.0 2024-08-29 22:35:38 +08:00
VbenandGitHub a77cc00e9f feat: core components support simple locale switching (#4273)
* feat: core components support simple locale switching

* fix: test error

* fix: test error
2024-08-29 22:31:49 +08:00
VbenandGitHub 98da0672e7 feat: add archive plug-in to output dist.zip after build (#4272)
* feat: add the archiver plug-in to output dist.zip after build

* chore: update env
2024-08-29 21:47:00 +08:00
VbenandGitHub 36e7ca19a1 perf: improve modal and drawer component documentation and fix known problems (#4264)
* feat: improve modal and drawer component documentation and fix known problems

* chore: update ci
2024-08-28 22:26:35 +08:00
VbenandGitHub cbf601581d feat(@vben/docs): preview components are supported within documents (#4250) 2024-08-27 23:22:34 +08:00
VbenandGitHub d2f3a9d04f feat: preference button supports automatic positioning (#4243) 2024-08-26 23:17:27 +08:00
VbenandGitHub dc5cfab319 fix: tabbar does not meet expectations in a mixed layout (#4242) 2024-08-26 22:58:49 +08:00
VbenandGitHub 87cc8a154c fix: sidebar scrolling does not meet expectations (#4241) 2024-08-26 22:09:18 +08:00
VbenandGitHub 54a622ad05 chore: update vscode settings.json (#4240) 2024-08-26 21:50:56 +08:00
VbenandGitHub 8a0b1e0c72 refactor: package chart-ui integrated into plugins (#4238)
* refactor: package chart-ui integrated into plugins

* fix: lint error
2024-08-26 21:42:56 +08:00
VbenandGitHub fd7b3479b4 fix: improve the display of modal and drawer on mobile (#4237) 2024-08-26 20:54:20 +08:00
VbenandGitHub 20a3868594 feat: add modal and drawer components and examples (#4229)
* feat: add modal component

* feat: add drawer component

* feat: apply new modal and drawer components to the layout

* chore: typo

* feat: add some unit tests
2024-08-25 23:40:52 +08:00
vben edb55b1fc0 chore: release v5.1.2 2024-08-25 11:02:15 +08:00
vben 04c2b9d242 ci: update workflows [skip ci] 2024-08-20 22:38:45 +08:00
VbenandGitHub 2288827265 fix: fixed the failure to refresh the page when login failed (#4204) 2024-08-20 22:33:25 +08:00
vben e7a4ab70d5 chore: release v5.1.1 [skip ci] 2024-08-19 23:32:24 +08:00
VbenandGitHub 1db87ff7ce fix: fix keepAlive parameter error (#4194)
* fix: mock server deployment error

* chore: typo
2024-08-19 23:28:14 +08:00
vben f8485e8861 fix: ci error 2024-08-18 08:46:22 +08:00
VbenandGitHub 9120d20143 chore: update deps and docs (#4184)
* chore: update deps

* chore: update docs

* chore: update menu
2024-08-18 08:43:00 +08:00
VbenandGitHub 5f41c51770 perf: supplement login interface documents and add configuration parameters (#4175) 2024-08-17 22:38:37 +08:00
VbenandGitHub 3c17f4e9f8 perf: all icons used in the core are offline (#4173)
* perf: all icons used in the core are offline

* chore: update default icon

* chore: update shadow
2024-08-17 21:11:07 +08:00
VbenandGitHub 66808582ff fix: header theme color error (#4170)
* fix: header theme color error

* fix: ci error

* fix: ci error
2024-08-16 22:47:28 +08:00
VbenandGitHub 0faf7810b6 perf: optimization of tabbar display (#4169)
* perf: optimization of tabbar display

* fix: ci error

* chore: typo

* chore: typo
2024-08-16 22:20:18 +08:00
VbenandGitHub d71a20ad0a perf: improve tabs-view scrolling (#4164) 2024-08-15 23:30:07 +08:00
VbenandGitHub debb32d353 fix: page spinner is styled incorrectly when scrolling (#4163)
* feat: add contributor information to documents

* fix: page spinner is styled incorrectly when scrolling
2024-08-15 21:48:52 +08:00
vben e2d9d08ced chore: release v5.1.0 [skip ci] 2024-08-14 23:04:44 +08:00
VbenandGitHub 30223f18db feat: supports specifying the position of the preference button (#4154) 2024-08-14 23:02:39 +08:00
VbenandGitHub 9c6e059aac chore: semiDarkMenu renamed semiDarkSidebar (#4152) 2024-08-14 22:20:10 +08:00
VbenandGitHub 8f40d5107c feat: support custom background colors for sidebar and header (#4151)
* feat: support custom background colors for sidebar and header

* fix: type error
2024-08-14 21:47:37 +08:00
VbenandGitHub 83fcdec37c feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
VbenandGitHub 3b0f72330a fix: automatic hiding and displaying of headers can only be used on content (#4145) 2024-08-13 22:09:46 +08:00
VbenandGitHub 4793c4c0db perf: staticRoutes is renamed externalRoutes (#4143) 2024-08-13 21:48:01 +08:00
VbenandGitHub 738bc456c8 perf: improve login page UI (#4142)
* perf: improve login page UI

* chore: update docs
2024-08-13 21:17:10 +08:00
VbenandGitHub 7b46780af7 perf: optimize the diffPreferences logic and adjust the unit test (#4130) 2024-08-12 21:05:01 +08:00
VbenandGitHub 3f9ce63868 feat: support vue file unit testing, add some components unit testing (#4119) 2024-08-11 21:01:22 +08:00
VbenandGitHub 517acada1a refactor: adjust all sample pages and use page components (#4118) 2024-08-11 20:05:52 +08:00
VbenandGitHub b464b87ac5 refactor: migrate demo applications to playground (#4116)
* chore: detail adjustment

* refactor: Migrate demo applications to playground

* perf: logic optimization

* chore: update docs

* chore: update docs
2024-08-11 16:09:32 +08:00
VbenandGitHub 8725a01301 fix: inconsistent performance between breadcrumbs and tabs (#4105) 2024-08-10 10:30:15 +08:00
VbenandGitHub 344c499462 fix: when borderRaidus is a string, the component displays an exception (#4102) 2024-08-09 23:43:32 +08:00
VbenandGitHub 992b9bae6c chore: update eslint configuration and adjust docker command [skip ci] (#4101) 2024-08-09 23:27:18 +08:00
vben 3f04f6b01f chore: release v5.0.1 2024-08-08 21:10:43 +08:00
VbenandGitHub 5f4d3f2bce chore(deps): bump the non-breaking-changes group with 10 updates (#4074) 2024-08-07 22:24:39 +08:00
VbenandGitHub a27b1c40e5 fix: the failure of breadcrumb animation (#4073) 2024-08-07 22:01:45 +08:00
VbenandGitHub 4bd4f7490b ci: update action (#4046)
* ci: update action
2024-08-06 22:37:47 +08:00
VbenandGitHub 4f5783d00b perf: enable strict ts type checking (#4045) 2024-08-05 21:12:22 +08:00
VbenandGitHub 36e33ea48a docs: update docs [deploy] (#4037)
* docs: update docs [deploy]

* chore: update ci

* chore: update ci

* fix: ci error
2024-08-04 22:35:20 +08:00
VbenandGitHub ccaa32125a fix: enablePreferences does not meet expectations (#4031) 2024-08-04 06:01:09 +08:00
VbenandGitHub b6415fad2d perf: optimize for some details and comments (#4030)
* perf: optimize for some details and comments

* fix: test case

* chore: update ci
2024-08-04 05:42:59 +08:00
vben d3ed6757ac fix: unbuild version reduced to 2.0 2024-08-03 10:12:45 +08:00
VbenandGitHub 27ffc9e71b fix: compatibility of fs-extra with esm (#4017) 2024-08-03 09:49:46 +08:00
VbenandGitHub bf8a5ffb5d chore(@vben/docs): update docs [deploy] (#4015) 2024-08-03 08:21:07 +08:00
vben 8ed2adb916 chore: update codeowners 2024-08-03 07:54:30 +08:00
VbenandGitHub f13fda408b fix: global scss injection error problem (#4014) 2024-08-03 04:40:06 +08:00
VbenandGitHub 530159140c fix: Upgrade unbuild to resolve console warning issues and also deal with post-upgrade compatibility issues (#4009) 2024-08-02 22:18:46 +08:00
VbenandGitHub f2a3111803 feat(ci): add codeql.yml [deploy] (#3995)
* feat(ci): add codeql.yml [deploy]

* fix: some environments failed to build
2024-08-01 23:09:00 +08:00
vben f4bd0530cc chore: Delete unnecessary files 2024-08-01 21:33:32 +08:00
vben 06ad5ad871 chore: Rename the website directory to docs 2024-08-01 21:30:44 +08:00
vben 4a7a4f97ee chore: update docs 2024-08-01 21:12:34 +08:00
vben 4236e9cb87 chore: update deps 2024-08-01 21:12:34 +08:00
vben 9b98b3190e chore: update deps 2024-08-01 00:06:36 +08:00
vben 546ff7caeb chore: Update the preview address 2024-08-01 00:01:39 +08:00
vben 66e89d3c35 chore: update ci 2024-07-31 22:25:39 +08:00
vben 67a714c75b fix: typo 2024-07-31 22:20:36 +08:00
vben 9a6e29c401 fix: element theme adjustment 2024-07-31 22:11:39 +08:00
vben 082847c441 chore: Resolve merge conflicts 2024-07-31 21:26:54 +08:00
vben a26630b6e0 feat: Support multiple application launch scripts 2024-07-31 00:29:15 +08:00
vben fdee2d2239 feat: add naive app 2024-07-31 00:19:17 +08:00
vben 832a7bcc58 chore: update deps 2024-07-30 21:18:00 +08:00
vben 89dcf522f5 refactor: Separate store 2024-07-30 21:10:28 +08:00
vben cf0ec053e4 refactor: Integrate the @vben-core/shared package 2024-07-30 21:05:03 +08:00
vben e6403868fc chore: update packages 2024-07-30 21:00:20 +08:00
vben 9307093fbc chore: update docs [deploy] 2024-07-29 23:56:59 +08:00