zhang
9f9be21e2a
fix: component Input is not registered when initialize page ( #6246 )
...
* fix: Component Input is not registered when initialize page
* fix: Component Input is not registered when initialize page
2025-05-23 15:21:09 +08:00
afe1
90625782c0
fix: delete useless code ( #6143 )
2025-05-08 16:51:12 +08:00
vben
cc6c9bf7a0
chore: release v5.5.6
2025-05-06 22:32:58 +08:00
Vben
17a18fc9ba
chore: close eslint object sorting ( #6101 )
2025-05-03 16:06:36 +08:00
aonoa
41152d1722
refactor: modify the default homepage path loaded from the preference… ( #6099 )
...
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
---------
Signed-off-by: aonoa <1991849113@qq.com>
2025-05-03 16:03:08 +08:00
ming4762
baec89f896
perf: resolve duplicate component names ( #6039 )
2025-04-27 22:02:38 +08:00
vben
7c7051a11e
chore: release v5.5.5
2025-04-27 21:45:10 +08:00
Netfan
aa27a2f7a1
feat: encrypt the privacy data when it is persisted ( #6056 )
...
* 对私密数据持久化时执行加密
* 将锁屏密码合并到accessStore中进行加密
2025-04-27 20:59:10 +08:00
Netfan
329a176a5c
perf: optimize bootstrap modules to speed up first-screen loading ( #5899 )
...
优化首屏加载速度
2025-04-09 01:05:20 +08:00
Netfan
a0feeb1966
fix: watermark settings in the preferences modified accidentally ( #5823 )
2025-03-31 09:06:02 +08:00
Netfan
a77bb8e68d
perf: improve component packaging to enable instance method retrieval ( #5795 )
...
改进组件适配器里的包装函数,使得组件暴露的方法可以透传
2025-03-27 15:13:13 +08:00
vben
b92ac5c36d
chore: release 5.5.4
2025-03-18 21:43:27 +08:00
Netfan
cfa18c2b8e
fix: improve component repackaging
2025-03-10 02:56:44 +08:00
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
...
* 添加loading和spinner组件,以及对应的vue指令
2025-02-23 12:41:54 +08:00
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
...
添加Motion的用法例子
2025-02-17 15:25:45 +08:00
vben
195ceec9b4
chore: release 5.5.3
2025-01-21 22:07:55 +08:00
Netfan
22e6f28464
perf: easy to define fieldName of response data ( #5442 )
2025-01-20 18:38:49 +08:00
Netfan
5611f6c7f5
perf: request support to set how to return response ( #5436 )
...
* feat: request support to set how to return response
* docs: typo
* fix: test unit
* test: add request responseReturn test
2025-01-19 17:41:26 +08:00
Netfan
816d1f5a69
fix: demos route fixed ( #5405 )
2025-01-15 19:24:02 +08:00
Netfan
13087a10b7
refactor: fix popup component zIndex ( #5397 )
2025-01-15 12:32:03 +08:00
Netfan
76c4aa2c55
fix: hide root route in breadcrumb
2025-01-14 17:51:39 +08:00
Netfan
e1c503e51e
feat: support set default props for drawer and modal ( #5390 )
...
* feat: support set default props for drawer and modal
* docs: fix typo
2025-01-14 17:11:18 +08:00
Netfan
5965755caa
fix: root router config fixed ( #5389 )
2025-01-14 15:15:02 +08:00
Netfan
1ad54561b0
feat: add noBasicLayout
in route meta ( #5386 )
...
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
2025-01-14 12:12:08 +08:00
Netfan
a2637313f8
feat: integrate new component Tippy
with demo ( #5355 )
...
* 添加新的工具提示组件Tippy
2025-01-11 17:35:59 +08:00
Netfan
d34838bdd8
fix: primaryColor calculation ( #5337 )
2025-01-10 01:51:38 +08:00
Netfan
c979c23e6b
fix: form valid-error style in naive ( #5336 )
2025-01-10 01:15:30 +08:00
Vben
081d2aed23
perf: format code with better style ( #5283 )
2025-01-01 11:39:49 +08:00
vben
07c4ad05f4
chore: release 5.5.2
2024-12-28 22:15:00 +08:00
Netfan
a97c998be5
fix: user homePath no effect sometimes ( #5166 )
2024-12-17 21:39:12 +08:00
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
2024-12-15 14:26:42 +08:00
Netfan
698daf46c7
fix: form component events bind ( #5137 )
...
* fix: from component events bind
* chore: update docs
* chore: default value and docs sync
2024-12-14 17:42:13 +08:00
vben
cbca9ffd95
chore: release 5.5.1
2024-12-12 22:47:11 +08:00
Netfan
eec6f41f6a
refactor: ApiComponent
with docs ( #5099 )
...
* refactor: `ApiComponent` with docs
* docs: remove invalid docs
* docs: remove duplicate prop docs
* docs: update `ApiComponent` docs
2024-12-11 10:45:04 +08:00
Netfan
018ddc75c6
feat: add default placeholder
for ApiSelect
( #5078 )
2024-12-09 14:03:46 +08:00
Netfan
d085736bac
feat: improve ApiSelect
component ( #5075 )
...
* feat: improve `ApiSelect` component
* chore: `ApiSelect` props name changed
2024-12-09 12:47:33 +08:00
Netfan
958c8b4f21
feat: imporve naive form component ( #5071 )
2024-12-08 19:23:46 +08:00
Netfan
d1862fba27
fix: replace input component in IconPicker
( #5047 )
...
* fix: replace input component in `IconPicker`
* chore: fixed IconPicker demo
2024-12-06 13:46:52 +08:00
vben
7ab00250bf
chore: release 5.5.0
2024-12-04 22:57:27 +08:00
Vben
9896a67c21
feat: add api-select component ( #5024 )
2024-12-04 22:56:29 +08:00
Netfan
e23486dbc6
feat: form component IconPicker
( #5005 )
2024-12-04 21:42:21 +08:00
vben
c8dd9bbf0b
chore: release 5.4.8
2024-11-24 22:00:41 +08:00
vben
788a29a8cb
chore: release v5.4.7
2024-11-14 22:15:46 +08:00
Arthur Darkstone
ea8af98324
docs: add route config desc ( #4857 )
2024-11-11 19:22:39 +08:00
vben
94efcec7da
chore: release v5.4.6
2024-11-10 11:50:46 +08:00
vben
57d5a919d2
chore: release v5.4.5
2024-11-09 21:06:10 +08:00
Xiaoyu
da7d61b160
feat: add click-to-click event support to the WorkenchProject and WorkenchQuickNav components ( #4831 )
...
* feat(@vben/common-ui): add click event emission to WorkbenchProject and WorkbenchQuickNav components
* feat: add navigation and project link functionality to dashboard workspace
* feat: add URL property to WorkbenchProjectItem and WorkbenchQuickNavItem for enhanced navigation
---------
Co-authored-by: XiaoyuDing <xiaoyuding@keymedbio.com>
2024-11-09 10:26:58 +08:00
Vben
4e88ef0840
perf: improve the usage documentation of vben-vxe-table ( #4829 )
...
* perf: improve the usage documentation of vben-vxe-table
2024-11-06 23:03:33 +08:00
Netfan
488ccb5976
fix: page title is not updated after language switch. fixed : #4799 ( #4813 )
2024-11-05 13:58:56 +08:00
zyy
bbc426caa0
chore: vxe-table's renderDefault is deprecated, use renderTableDefault ( #4814 )
2024-11-05 11:25:57 +08:00