Releases: vbenjs/vue-vben-admin
Releases · vbenjs/vue-vben-admin
v5.5.1
What's Changed
🚀 Features
- feat: table search form visible control (#5121) @mynetfan
- feat: form support reverse action buttons (#5108) @mynetfan
- feat: modal&drawer support appendToMain and zIndex (#5092) @mynetfan
- feat: add default
placeholder
forApiSelect
(#5078) @mynetfan - feat: naive
CheckboxGroup
andRadioGroup
supportoptions
(#5071) @mynetfan
🐞 Bug Fixes
- fix: resolve table toolbar error (#5109) @mynetfan
- fix: table auto height (#5101) @mynetfan
- fix: page prop type check (#5067) @mynetfan
- fix: layout overflow style (#5066) @mynetfan
- fix: form setValues not support
dayjs
andDate
value (#5064) @mynetfan - fix: range picker props fixed for element-plus (#5042) @mynetfan
- fix: validate message not display, fix #5034 (#5038) @mynetfan
- fix:
form
prophandleValuesChange
no effect (#5060) @mynetfan - fix: modal radius not follow preferences (#5063) @mynetfan
- fix: replace input component in
IconPicker
(#5047) @mynetfan - fix:
dialog
anddrawer
footer gap in small screen (#5025) @mynetfan - fix: select Long option style problem (#5030) @DesignHhuang
📈 Performance & Enhancement
- refactor:
ApiComponent
with docs (#5099) @mynetfan - feat: replace
ElSelect
withElSelectV2
in component adapter for better performance (#5085) @ArthurDarkstone - feat: improve
ApiSelect
component (#5075) @mynetfan - feat: improve element plus form component (#5072) @mynetfan
- feat: add submitOnChange props to vben form (#5032) @DesignHhuang
📝 Documentation
👻 Maintenance
- chore: update deps (#5107) @mynetfan
- chore: remove redundant test code (#5094) @mynetfan
- chore: remove useless
fixedHeader
prop forPage
(#5069) @mynetfan - chore: codeowners update (#5048) @mynetfan
Full Changelog: v5.5.0...v5.5.1
v5.5.0
What's Changed
🚀 Features
- feat: add api-select component (#5024) @anncwb
- feat: v-loading support for
element plus
(#5008) @mynetfan - feat: form component
IconPicker
(#5005) @mynetfan - feat: upgrade vite version to 6.0.0 (#4961) @vince292007
- feat: add
placement
forDrawer
(#4958) @mynetfan - feat: add
confirmDisabled
forDialog
(#4959) @mynetfan
🐞 Bug Fixes
- fix:
Page
header class in fixed mode (#5023) @mynetfan - fix: header left padding fixed (#5007) @mynetfan
- fix: extra menu title follow locale change (#5006) @mynetfan
- fix: app config support
.env.local
(#5012) @mynetfan - fix: form 表单不支持field.xxx.xx格式的defaultValue配置 (#4965) @leizhiyou
- fix: mixed menu layout in full content mode (#4990) @mynetfan
- fix: fixed the Form Api removing form entries based on field names (#4971) @gee1k
- fix: vxeTable carry incorrect parameters (#4980) @imdap
- fix: element hover style in dark theme (#4983) @mynetfan
- fix: button-control page mistake (#4963) @jeff-fe
- fix: the route path did not synchronize with the page (#4947) @DesignHhuang
- style: typo (#4948) @yanquanfahei
📈 Performance & Enhancement
📝 Documentation
- docs: add form slots docs (#4992) @mynetfan
- chore: update deprecated document link in .github/ISSUE_TEMPLATE (#4986) @richex-cn
👻 Maintenance
- chore: update deps (#4993) @anncwb
- chore: update modal.vue (#4987) @huangfe1
- chore: tailwind css icon example (#4969) @mynetfan
Full Changelog: v5.4.8...v5.5.0
v5.4.8
What's Changed
🚀 Features
- fix: form-api.setValues can't resolve nested fields (#4915) @ryomahan
- feat: add 3 resize examples (#4907) @ArthurDarkstone
🐞 Bug Fixes
- fix: supplement datepicker component (#4943) @anncwb
- fix: resolve issue with Upload component not working correctly inside Form (#4916) @anncwb
- fix: fieldMappingTime data error when clear inputvalue (#4906) @DesignHhuang
- fix: dialog
opened/closed
event triggered incorrectly,fixed #4902 (#4908) @mynetfan - fix: adjust
useWatermark
logic (#4896) @mynetfan
📝 Documentation
Full Changelog: v5.4.7...v5.4.8
v5.4.7
What's Changed
🚀 Features
- feat: add reize components & demo (#4862) @ArthurDarkstone
🐞 Bug Fixes
- fix(@vben/common-ui): pagination current page error (#4893) @wdzyy
- fix: resolve onChange issue in form component (#4890) @anncwb
- fix: drawer console warning (#4871) @vince292007
- fix: form enter event handling, fixed #4865 (#4867) @mynetfan
- fix: clipboard demo not working with a-input (#4856) @ArthurDarkstone
📝 Documentation
- docs: add route config desc & update en docs (#4857) @ArthurDarkstone
👻 Maintenance
- chore: update eslint configuration (#4872) @vince292007
Full Changelog: v5.4.6...v5.4.7
v5.4.6
v5.4.5
What's Changed
- perf: formApi added validateAndSubmitForm & filedMapToTime renamed fieldMappingTime (#4842) @anncwb
- fix: when opening the tool separately, there is no need to pass the toolbar-tools slot (#4841) @anncwb
- feat: add click-to-click event support to the WorkenchProject and WorkenchQuickNav components (#4831) @dingdayu
- docs: remove unnecessary punctuation (#4833) @ArthurDarkstone
- docs: add vxe-table doc (#4807) @ArthurDarkstone
- chore: update VSCode settings to configure Stylelint for .vue files (#4821) @zhaoweijie1213
- chore: vxe-table's renderDefault is deprecated, use renderTableDefault (#4814) @wdzyy
🚀 Features
- feat: add icon-picker component (#4832) @DesignHhuang
- feat: add fieldMapToTime prop to FormRenderProps (#4838) @DesignHhuang
🐞 Bug Fixes
- fix: form data that is not submitted by the form should not be carried when switching paging (#4847) @anncwb
- fix: drawer header is missing (#4846) @anncwb
- fix: pages cannot be quickly moved back by hand gestures (#4845) @anncwb
- fix: drawer component header does not take effect (#4844) @anncwb
- fix: when the form is destroyed, the form parameters still exist (#4834) @anncwb
- fix: page title is not updated after language switch. fixed: #4799 (#4813) @mynetfan
📈 Performance & Enhancement
- perf: optimize local startup speed and add header Class configuration to drawer (#4840) @anncwb
- perf: improve the usage documentation of vben-vxe-table (#4829) @anncwb
Full Changelog: v5.4.4...v5.4.5
v5.4.4
What's Changed
- perf: expose the formApi for a login form (#4806) @anncwb
- docs(@vben/docs): add public static resources path documentation (#4788) (#4801) @9ilfoyl3
- refactor: upgrade unbuild to 3.0.0 rc version (#4797) @anncwb
- fix: docker image build failed (#4796) @anncwb
- chore: disable the default form configuration of vke-table (#4794) @ORACLE128G
- fix: remove vite-plugin-lib-inject-css (#4793) @anncwb
- fix: try to fix win32 startup error (#4792) @anncwb
- fix: when multiple Tables are loaded on a page, a warning will be reported in the initialization of Tables after the second one (#4791) @ORACLE128G
- docs: update loading.md (#4787) @eamd-wq
- chore: add a different way for pnpm to manage nodejs version, because users may not want to download other packages. (#4786) @ArthurDarkstone
- fix(@vben-core/menu-ui): fix horizontal layout top menu language switching issue(#4724) (#4777) @13982720426
- feat: add opened and closed events for dialog (#4775) @mynetfan
- fix: long text style in sidemenu. fixed #4749 (#4770) @mynetfan
- chore: add vxe-table export example (#4769) @gee1k
- chore: add vxe-table toolbar example (#4765) @anncwb
- fix: czg configuration not effective (#4759) @fourteendp
👻 Maintenance
- docs: typo (#4748) @AnonymXXX
- docs: typo (#4755) @AnonymXXX
Full Changelog: v5.4.3...v5.4.4
v5.4.3
What's Changed
- fix: fix renderEcharts refresh issue (#4741) @zhouOB
- fix: fix the error of closing the default analysis page on the tab page (#4720) @pingsanddoss
- fix: modified fixed and unfixed logic, fixed #4640 (#4709) @pingsanddoss
- fix: fix typo in faq.md (#4711) @Rwing
🚀 Features
- feat: allow configuration of staticRroues (#4746) @anncwb
- feat: table grid supports setting title and helpMessage (#4732) @anncwb
- feat: menu routing support opens in a new window (#4715) @anncwb
🐞 Bug Fixes
- fix: rename the Icon component to IconifyIcon to prevent name conflicts and fix type issues (#4704) @anncwb
📈 Performance & Enhancement
📝 Documentation
- chore(@vben/docs): update nginx deployment error related documentation (#4702) @wangjue666
👻 Maintenance
Full Changelog: v5.4.2...v5.4.3
v5.4.2
What's Changed
🚀 Features
🐞 Bug Fixes
- fix: fix known issues with the form (#4696) @anncwb
- fix: fix the issue of Textarea not being able to wrap lines in the form (#4691) @gee1k
- fix: vite-config warmup config (#4693) @pzzyf
📈 Performance & Enhancement
- perf: adjustment of auth form spelling errors, type adjustment, closer to actual development (#4694) @anncwb
- refactor: reconstruct language files into multi-file structures (#4683) @anncwb
👻 Maintenance
- chore: use pnpm manage package these files will not be generated (#4695) @pzzyf
- fix: downgrade the sass version to suppress the warnings (#4689) @anncwb
Full Changelog: v5.4.1...v5.4.2
v5.4.1
What's Changed
🐞 Bug Fixes
- fix: form does not take effect in vertical layout (#4680) @anncwb
- perf: improved exception handling when request status code is 200 (#4679) @anncwb
- fix: maximum call stack size (#4674) @vince292007
- fix: form required style adjustment (#4668) @anncwb
- fix: limit the drag range of tabs, fixed #4640 (#4659) @mynetfan
- fix: login page brand color does not take effect (#4655) @anncwb
- fix: tabView title internationalization switchover problem (#4652) @yuguaa
- fix: default theme colors cannot be overridden (#4636) @anncwb
- refactor: remove the adapter bucket introduction pattern and improve potential introduction timing (#4635) @anncwb
📈 Performance
- feat: add submitOnEnter configuration to form (#4670) @anncwb
- feat: add form slot for action area (#4621) @CHUZHI-L
- refactor(adapter): separate form and component adapters so that components adapt to components other than the form (#4628) @anncwb
👻 Maintenance
- chore(deps-dev): bump the non-breaking-changes group with 3 updates (#4671) @dependabot
- chore: variables typo (#4658) @pzzyf
- chore(deps): bump tailwindcss from 3.4.13 to 3.4.14 in the non-breaking-changes group (#4650) @dependabot
- fix: fix the issues with the local build docker script (#4647) @gee1k
- chore: use taze to update deps (#4627) @WitMiao
Full Changelog: v5.4.0...v5.4.1