Vben and GitHub
6688a6b3c2
feat: table grid supports setting title and helpMessage ( #4732 )
2024-10-24 22:51:04 +08:00
Vben and GitHub
23768ea620
feat: menu routing support opens in a new window ( #4715 )
2024-10-22 22:24:56 +08:00
Vben and GitHub
1b172b0329
fix: rename the Icon component to IconifyIcon to prevent name conflicts and fix type issues ( #4704 )
2024-10-21 20:14:25 +08:00
vben
bfaa2780ab
chore: release v5.4.2
2024-10-20 22:35:58 +08:00
Vben and GitHub
d262b7b6c0
fix: fix known issues with the form ( #4696 )
...
* fix: fix known issues with the form
* chore: typo
* chore: typo
2024-10-20 22:34:11 +08:00
Vben and GitHub
860fc15ce6
perf: adjustment of form spelling errors, type adjustment, closer to actual development ( #4694 )
2024-10-20 21:44:25 +08:00
Vben and GitHub
307a71fb35
fix: downgrade the sass version to suppress the warnings ( #4689 )
2024-10-19 22:04:31 +08:00
Vben and GitHub
477a05c26c
feat: menu supports carrying default query ( #4687 )
2024-10-19 19:50:23 +08:00
Vben and GitHub
0df8c5c02c
refactor: reconstruct language files into multi-file structures ( #4683 )
...
* refactor: reconstruct language files into multi-file structures
* chore: typo
2024-10-19 14:28:21 +08:00
vben
d1ca09c7bb
chore: release v5.4.1
2024-10-18 22:12:00 +08:00
Vben and GitHub
ff3c5f8581
fix: form does not take effect in vertical layout ( #4680 )
2024-10-18 22:09:41 +08:00
Vben and GitHub
240f0b5f8d
perf: improved exception handling when request status code is 200 ( #4679 )
2024-10-18 22:00:41 +08:00
Vben and GitHub
6cd9937c03
feat: add submitOnEnter configuration to form ( #4670 )
2024-10-17 22:53:05 +08:00
Vben and GitHub
f89f4f32c7
fix: form required style adjustment ( #4668 )
2024-10-17 22:40:20 +08:00
Vben and GitHub
f7fa69d33b
fix: login page brand color does not take effect ( #4655 )
2024-10-16 21:12:57 +08:00
Vben and GitHub
d5a210f53f
fix: default theme colors cannot be overridden ( #4636 )
...
* fix: default theme colors cannot be overridden
* chore: update default config
2024-10-14 23:24:21 +08:00
Vben and GitHub
6c4a742627
refactor: remove the adapter bucket introduction pattern and improve potential introduction timing ( #4635 )
...
* refactor: remove the adapter bucket introduction pattern and improve potential introduction timing
* chore: update deps
2024-10-14 22:53:23 +08:00
vben
ea962e75d0
fix: table search form slot not working as expected
2024-10-13 23:44:45 +08:00
Vben and GitHub
24d14c2841
refactor(adapter): separate form and component adapters so that components adapt to components other than the form ( #4628 )
...
* refactor: global components can be customized
* refactor: remove use Toast and reconstruct the form adapter
2024-10-13 18:33:43 +08:00
vben
9856bc88d2
chore: release v5.4.0
2024-10-13 14:21:54 +08:00
vben
68465b5fbf
chore: release v5.4.0-beta.1
2024-10-13 14:17:28 +08:00
Vben and GitHub
0ea0f204cb
refactor: change the shadcn-ui directory and remove rarely used components ( #4626 )
2024-10-13 10:58:09 +08:00
Vben and GitHub
304b1b2efc
fix: when a table switches paging, no form parameters will be carried ( #4607 )
...
* fix: when a table switches paging, no form parameters will be carried
* chore: typo
2024-10-10 22:48:25 +08:00
Vben and GitHub
f923f59070
fix: metadata version number injection error ( #4606 )
...
* fix: metadata version number injection error
* chore: update deps
2024-10-10 22:30:50 +08:00
Vben and GitHub
ba4662522e
fix: fix request not displaying interface error messages correctly ( #4596 )
2024-10-09 22:08:55 +08:00
Vben and GitHub
2dbd323b2a
fix: fix the form-api reactive failure inside the form ( #4590 )
...
* fix: fix the form-api reactive failure inside the form
2024-10-08 22:43:02 +08:00
Vben and GitHub
2d019b3c8a
refactor: change the form button field from text to content to prevent conflicts with the frame ( #4586 )
...
* refactor: change the form button field from text to content to prevent conflicts with the frame
2024-10-07 16:30:41 +08:00
Vben and GitHub
ab44926ec8
fix: table internal search collspaed configuration does not take effect ( #4585 )
...
* fix: table internal search collspaed configuration does not take effect
* chore: typo
2024-10-07 16:22:57 +08:00
Vben and GitHub
f8ce3fdf1f
feat: useVxeTable returns formApi instance ( #4582 )
2024-10-07 13:32:37 +08:00
Vben and GitHub
60c615ce8a
refactor: adjust layout refresh button and watermark; allow static i18n on language switch ( #4579 )
...
* refactor: adjust layout refresh button and watermark; allow static i18n on language switch
* chore: typo
2024-10-06 17:27:32 +08:00
Vben and GitHub
324cdd8259
fix: after resetting the search, the parameters still exist ( #4577 )
2024-10-06 15:10:44 +08:00
Vben and GitHub
9ad4f96e38
fix: the vxeUI global configuration does not take effect ( #4574 )
2024-10-05 22:30:13 +08:00
Vben and GitHub
47d162e6e4
fix: improve the layout of tables offline on the mobile ( #4573 )
2024-10-05 22:00:11 +08:00
Vben and GitHub
d37e2f599c
fix: naive ui form reset does not meet expectations ( #4569 )
...
* fix: naive ui form reset does not meet expectations
* fix: typo
2024-10-05 17:09:42 +08:00
Vben and GitHub
402eaf4275
fix: when the server component path is wrong, a blank interface is still displayed ( #4567 )
2024-10-05 11:11:30 +08:00
Vben and GitHub
4173264805
feat: add vxe-table component ( #4563 )
...
* chore: wip vxe-table
* feat: add table demo
* chore: follow ci recommendations to adjust details
* chore: add custom-cell demo
* feat: add custom-cell table demo
* feat: add table from demo
2024-10-04 23:05:28 +08:00
vben
46540a7329
chore: release v5.3.2
2024-10-03 15:43:15 +08:00
Vben and GitHub
13fd0ea16c
fix: try to fix the error reported by the stub command in the window system ( #4560 )
2024-10-03 15:34:29 +08:00
Vben and GitHub
f7016466ee
feat: add examples of asynchronous form verification and verification time ( #4559 )
...
* feat: add examples of asynchronous form verification and verification time
2024-10-03 15:15:50 +08:00
Vben and GitHub
0cd865e211
fix: fixed an error in the form onChange within Naive ( #4558 )
...
* fix: fixed an error in the form onChange within Naive
* chore: update
2024-10-03 14:22:18 +08:00
vben
01391ee5a1
chore: release v5.3.1
2024-09-29 22:25:20 +08:00
Vben and GitHub
3572ce1538
fix: when multiple pop-ups exist at the same time, clicking will close all ( #4548 )
2024-09-29 22:15:43 +08:00
Vben and GitHub
d1e1256202
chore: disable sorting of non-core folder object fields ( #4547 )
...
* chore: disable sorting of non-core folder object fields
* chore: ci error
2024-09-29 22:03:17 +08:00
Vben and GitHub
639d2e1525
feat: add pagination component ( #4522 )
...
* feat: add pagination component
* chore: update
2024-09-26 23:09:17 +08:00
Vben and GitHub
26646d42f7
fix: when modal and drawer exist at the same time, click Close All ( #4521 )
2024-09-26 22:50:37 +08:00
Vben and GitHub
17fa8eb93b
fix: improve ant design button icon style ( #4520 )
2024-09-26 22:40:23 +08:00
Vben and GitHub
8250894a50
fix: improve input browser backfilling style ( #4519 )
2024-09-26 22:31:20 +08:00
Vben and GitHub
a46c85d77d
chore: update documentation and deps ( #4510 )
...
* chore: update docs
* chore: update deps
* chore: update action
* fix: reset after preferences are refreshed
* fix: ci error
2024-09-25 23:09:48 +08:00
Vben and GitHub
f815dcf3ae
fix: after deleting the form item, you will also get the form value ( #4481 )
...
* fix: after deleting the form item, you will also get the form value
2024-09-23 22:59:58 +08:00
Vben and GitHub
2a83f1d666
feat: add playwright e2e testing framework ( #4468 )
...
* feat: add playwright e2e testing framework
2024-09-22 21:35:40 +08:00
vben
31f6cc6416
chore: release v5.3.0
2024-09-22 14:32:23 +08:00
Vben and GitHub
5ce3a18785
docs: update docs ( #4466 )
...
* chore: fixed known issues with form components
* docs: add vben form doc
2024-09-22 14:16:06 +08:00
Vben and GitHub
dac80703d9
feat: add sliding verification to the login form ( #4461 )
2024-09-21 21:51:40 +08:00
Vben and GitHub
bc625ee710
fix: improve global type detection of vue files ( #4455 )
2024-09-21 13:50:54 +08:00
Vben and GitHub
d34f1fbf2f
fix: improve defineConfig types ( #4454 )
2024-09-21 13:25:06 +08:00
Vben and GitHub
60cffb0dec
feat: add updateSchema to form api ( #4453 )
...
* feat: add updateSchema to form api
* chore: typo
* chore: typo
2024-09-21 11:26:14 +08:00
Vben and GitHub
68dbe04bef
fix: form verification style fails in pop-up window ( #4452 )
2024-09-21 11:03:35 +08:00
Vben and GitHub
df48409814
fix: when the api returns 401, the page is refreshed not as expected ( #4440 )
2024-09-19 23:03:20 +08:00
Vben and GitHub
4765158510
perf: the request client upload function supports more parameters ( #4439 )
2024-09-19 22:13:43 +08:00
Vben and GitHub
161820dbc1
fix: improve the scroll bar flashing when the modal box is opened ( #4438 )
2024-09-19 21:56:49 +08:00
Vben and GitHub
56bdb8f606
chore: use pnpm catalog ( #4437 )
...
* feat: use pnpm catalog
* fix: lint error
2024-09-19 21:40:54 +08:00
Vben and GitHub
0c73cf8d3f
fix: fixed the form component componentProps using the function that did not meet expectations ( #4426 )
2024-09-18 23:01:40 +08:00
Vben and GitHub
834cb4c470
fix: the onOpenChange event for the modal component does not work as expected ( #4425 )
2024-09-18 22:44:46 +08:00
Vben and GitHub
2c22825546
fix: improve layout boundary processing ( #4423 )
2024-09-18 22:21:23 +08:00
Vben and GitHub
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
Vben and GitHub
02c4014ae3
fix: when the form is opened repeatedly, the state is unexpectedly destroyed ( #4406 )
2024-09-14 22:07:50 +08:00
Vben and GitHub
c3d0102cda
fix: the brand color setting does not take effect ( #4405 )
2024-09-14 21:35:12 +08:00
Vben and GitHub
10b90eae5d
chore: bump vue-i18n from 9.14.0 to 10.0.1 ( #4393 )
2024-09-13 22:39:59 +08:00
Vben and GitHub
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
Vben and GitHub
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
Vben and GitHub
9e88b8004f
fix: try to fix the ci error ( #4381 )
2024-09-12 22:43:37 +08:00
Vben and GitHub
76a879d4d8
fix: fixed some style issues ( #4379 )
2024-09-12 22:03:58 +08:00
Vben and GitHub
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
Vben and GitHub
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
Vben and GitHub
8404c12129
refactor: refactor AuthLayout to configure the login page more freely ( #4294 )
2024-08-31 21:38:24 +08:00
Vben and GitHub
2b0aedbaba
style: optimizing style issues ( #4289 )
2024-08-31 14:11:01 +08:00
Vben and GitHub
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
Vben and GitHub
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
Vben and GitHub
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
Vben and GitHub
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
Vben and GitHub
cbf601581d
feat(@vben/docs): preview components are supported within documents ( #4250 )
2024-08-27 23:22:34 +08:00
Vben and GitHub
d2f3a9d04f
feat: preference button supports automatic positioning ( #4243 )
2024-08-26 23:17:27 +08:00
Vben and GitHub
dc5cfab319
fix: tabbar does not meet expectations in a mixed layout ( #4242 )
2024-08-26 22:58:49 +08:00
Vben and GitHub
87cc8a154c
fix: sidebar scrolling does not meet expectations ( #4241 )
2024-08-26 22:09:18 +08:00
Vben and GitHub
54a622ad05
chore: update vscode settings.json ( #4240 )
2024-08-26 21:50:56 +08:00
Vben and GitHub
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
Vben and GitHub
fd7b3479b4
fix: improve the display of modal and drawer on mobile ( #4237 )
2024-08-26 20:54:20 +08:00
Vben and GitHub
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
Vben and GitHub
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