|  Netfan | c9ccd2bbab | fix: form label and control style (#5580) * fix: form label and control style
* fix: empty label mark with required rules | 2025-02-21 11:14:59 +08:00 | 
				
					
						|  Netfan | 1a12687027 | fix: vben count to animator event name fixed (#5573) | 2025-02-20 23:53:47 +08:00 | 
				
					
						|  Netfan | a221d2b491 | fix: form item overflow fixed and layout improved (#5572) * fix: form item overflow fixed and layout improved
* fix: basic form demo update
* feat: form label support render
* fix: form docs update | 2025-02-20 23:05:08 +08:00 | 
				
					
						|  Netfan | c07281bf41 | fix: form item slot context fixed (#5552) * 修复表单插槽 | 2025-02-17 21:37:05 +08:00 | 
				
					
						|  Netfan | 799934171a | style: code style fixed | 2025-02-16 23:32:06 +08:00 | 
				
					
						|  Netfan | 5262233312 | feat: tabbar support max count limit (#5490) * 标签栏支持限制打开的最大数量 | 2025-02-06 19:33:10 +08:00 | 
				
					
						|  Netfan | 67d1f299b3 | fix: renderComponentContent lose slot props data (#5466) * 修复FormItem传递插槽时丢失插槽props的问题 | 2025-01-26 22:33:16 +08:00 | 
				
					
						|  vben | 195ceec9b4 | chore: release 5.5.3 | 2025-01-21 22:07:55 +08:00 | 
				
					
						|  Netfan | 2d0859a727 | fix: mouse events ignored on modal loading (#5409) | 2025-01-16 12:17:08 +08:00 | 
				
					
						|  Netfan | c3129663eb | fix: form update state error before form mounted (#5406) | 2025-01-15 20:11:32 +08:00 | 
				
					
						|  Netfan | 8cc903c0e1 | feat: modal state locked on submitting (#5401) * feat: modal state locked on submitting
* docs: 更新modal文档 | 2025-01-15 17:00:46 +08:00 | 
				
					
						|  Netfan | 13087a10b7 | refactor: fix popup component zIndex (#5397) | 2025-01-15 12:32:03 +08:00 | 
				
					
						|  Netfan | fb0ec05ff8 | perf: improve fieldMappingTime to support format function (#5392) | 2025-01-14 18:15:00 +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 | 1ad54561b0 | feat: add `noBasicLayout` in route meta (#5386) 所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为 | 2025-01-14 12:12:08 +08:00 | 
				
					
						|  Netfan | 42e322012c | fix: spinner may stop playing animation after dismiss (#5365) * fix: spinner may stop playing animation after dismiss
* fix: animation paused more safely | 2025-01-12 15:43:44 +08:00 | 
				
					
						|  Netfan | 8cf6e8ec75 | style: popover bgColor is too close to common (#5364) 修复Dark主题下,弹出层的背景色与主体背景色太过接近的问题 | 2025-01-12 14:48:05 +08:00 | 
				
					
						|  Netfan | 6719e2679f | feat: popup component support overlay blur effect (#5359) | 2025-01-11 23:37:17 +08:00 | 
				
					
						|  Netfan | 1a04a05b79 | perf: modal and drawer api support chain calls (#5351) * perf: modal and drawer api support chain calls
* fix: typo | 2025-01-11 10:56:54 +08:00 | 
				
					
						|  Netfan | b8bffd884c | feat: allow close tab when mouse middle button click (#5347) * 偏好设置增加鼠标中键关闭标签页的设置 | 2025-01-10 20:52:31 +08:00 | 
				
					
						|  Netfan | 624beb6fa0 | fix: locale switching logic correction (#5344) * 修复语言切换后的数据更新逻辑
* 表单默认按钮的content属性可提供computed类型的值 | 2025-01-10 14:32:21 +08:00 | 
				
					
						|  Netfan | 7606b86854 | fix: vxeGrid init without search form (#5342) * 修复vxeGrid在未使用表单的情况下,自动加载数据失效的问题。
* 暂时将vxeGrid版本锁定在4.10.0,新版本尺寸计算尚有问题 | 2025-01-10 11:53:06 +08:00 | 
				
					
						|  Netfan | e10cbe23b9 | chore: update deps | 2025-01-10 09:22:32 +08:00 | 
				
					
						|  Netfan | 516d0b8dc8 | fix: form `fieldMappingTime` improve and `modelPropName` support (#5335) * 表单的fieldMappingTime支持将格式化掩码设为null以便原值映射,这样可以支持非日期时间类型的组件;
* 表单增加modelPropName设置组件的双向绑定属性名,用于支持未提前注册的双向绑定属性为非默认名称的组件。
* 增加一些经常会有人提到的组合字段演示, | 2025-01-09 22:49:28 +08:00 | 
				
					
						|  Netfan | 99c7fd72f8 | fix: code lint | 2025-01-09 13:04:14 +08:00 | 
				
					
						|  Netfan | 2828e7a7b6 | fix: form `fieldMappingTime` is not working (#5333) * fix: form option `fieldMappingTime` is not working
* fix: form merge support `fieldMappingTime` | 2025-01-09 12:28:33 +08:00 | 
				
					
						|  王文庭 | 16162c01ed | fix: download from url triggered twice sometimes (#5319) 解决Chrome、Safari通过路径一次下载两个文件的BUG | 2025-01-08 16:01:23 +08:00 | 
				
					
						|  Netfan | 801c640724 | fix: vben select placeholder color (#5286) | 2025-01-02 10:19:20 +08:00 | 
				
					
						|  Vben | 081d2aed23 | perf: format code with better style (#5283) | 2025-01-01 11:39:49 +08:00 | 
				
					
						|  Netfan | 4d81b9d18d | fix: sidebar preferences fixed (#5276) | 2024-12-31 12:36:45 +08:00 | 
				
					
						|  Netfan | 3af22f7e91 | fix: header logo may not be collapsed in `header-sidebar-nav` layout (#5274) | 2024-12-31 11:35:58 +08:00 | 
				
					
						|  Netfan | 2135cb8ece | feat: new layout `sidebar nav with full header` (#5270) | 2024-12-31 00:30:15 +08:00 | 
				
					
						|  Netfan | 376aad5d26 | feat: drawer close icon placement (#5269) | 2024-12-30 23:30:53 +08:00 | 
				
					
						|  Netfan | de17007788 | feat: drawer support destroy on close | 2024-12-30 22:21:01 +08:00 | 
				
					
						|  Netfan | e86a7906fe | feat: drawer support `onOpened` & `onClosed` | 2024-12-30 22:21:01 +08:00 | 
				
					
						|  Netfan | 4a8e6abc06 | feat: modal support destroy on close | 2024-12-30 22:21:01 +08:00 | 
				
					
						|  Netfan | 2eb7fed9f4 | fix: header-mixed layout side-menu active (#5265) * fix: header-mixed layout side-menu active
* fix: config test | 2024-12-30 15:24:01 +08:00 | 
				
					
						|  Netfan | ff8d5ca351 | feat: header mixed layout (#5263) * feat: new layout header-mixed
* fix: header-mixed layout update
* feat: layout preference update
* fix: extra menus follow layout setting | 2024-12-30 14:01:17 +08:00 | 
				
					
						|  vben | 07c4ad05f4 | chore: release 5.5.2 | 2024-12-28 22:15:00 +08:00 | 
				
					
						|  Netfan | ec2c6eff6f | feat: header menu align support (#5256) * feat: header menu align support
* fix: typo | 2024-12-28 16:16:48 +08:00 | 
				
					
						|  Netfan | acd87b2250 | feat: add `resizable` and `ColPage` component (#5188) * feat: add component resizable
* feat: component `ColPage` with demo | 2024-12-19 20:37:42 +08:00 | 
				
					
						|  Netfan | 1853ba1d60 | fix: sidebar header height (#5183) | 2024-12-19 11:45:32 +08:00 | 
				
					
						|  Netfan | 10b3a16f79 | fix: sidebar style on focus (#5178) | 2024-12-18 22:52:40 +08:00 | 
				
					
						|  Netfan | b22d900e27 | feat: form compact mode support (#5165) | 2024-12-17 20:51:17 +08:00 | 
				
					
						|  Netfan | 181e38733c | fix: form auto submit no effect when showDefaultActions is false (#5163) | 2024-12-17 20:15:09 +08:00 | 
				
					
						|  Netfan | 593916d6aa | feat: form `colon` support (#5156) | 2024-12-16 22:37:29 +08:00 | 
				
					
						|  Netfan | 38805a0e1f | feat: improve code login demo (#5154) * feat: add some method in formApi
* fix: VbenPinInput style with small screen
* chore: improve code login demo | 2024-12-16 20:48:51 +08:00 | 
				
					
						|  Netfan | 0f756503ff | feat: add demo for modify menu badge data | 2024-12-16 12:45:07 +08:00 | 
				
					
						|  Netfan | 2efb5b71c3 | feat: auto activate subMenu on select root menu (#5147) * feat: auto activate subMenu on click root menu
* fix: prop name fixed
* chore: test and docs update | 2024-12-16 02:57:50 +08:00 | 
				
					
						|  Netfan | 22c1f86ca1 | fix: `disabledOnChangeListener` not work in form (#5146) | 2024-12-16 00:57:10 +08:00 |