What's Changed
Exciting New Features 🎉
- feat: add svgs by @kagol in #3522
- feat(grid): edit-config add blurOutside by @gimmyhehe in #3521
- feat(calendar-view): [calendar-view]add attributes by @James-9696 in #3525
- feat(grid): add expand trigger slot by @gimmyhehe in #3518
- feat(common): use the hotspot function provided by the ArkWeb JS engine to optimize the execution of defineProperties function in the common adaptation layer by @zzcr in #3530
- feat(button): [button] add custom-style attribute by @James-9696 in #3535
- feat: add new hot svg by @kagol in #3562
- feat(grid): add filter root attrs by @gimmyhehe in #3565
- feat(grid): add tree-node button bubbling setting by @gimmyhehe in #3570
Bug Fixes 🐛
- fix(input):Fix the saas theme by @discreted66 in #3499
- fix(date-picker):fix timezone format by @discreted66 in #3503
- fix(tag): tag remove inline-block by @shenjunjian in #3506
- fix(modal): add icon status style by @James-9696 in #3504
- fix(loading): fix loading occur error when change frequently by @gimmyhehe in #3513
- fix(grid): Limit the size attribute value of the paging component to 'mini' or an empty string to prevent warnings by @zzcr in #3516
- fix(anchor): fix anchor roll back issue by @chenxi-20 in #3519
- fix(theme-saas): refresh theme-saas tailwind token by @gimmyhehe in #3523
- fix(grid): fix custom setting style error at mobile-first by @gimmyhehe in #3524
- fix(grid): Fix the table css in saas mode. by @discreted66 in #3520
- fix(grid): fix bug after refactor by @gimmyhehe in #3527
- fix(file-upload): Fix the issue of uploading components with an empty accept error by @chenxi-20 in #3529
- fix(grid): fix grid scroll to bottom error when only set max-height by @gimmyhehe in #3531
- fix(grid): Fix the table css in saas mode by @discreted66 in #3532
- fix(grid): fix resize bar cover by header by @gimmyhehe in #3536
- fix(cascader): fix When using slots in cascader-panel, the mf template will error by @shenjunjian in #3537
- fix(grid): fix drag error when tbody not render by @gimmyhehe in #3538
- fix(grid): fix scroll to bottom header not visible by @gimmyhehe in #3539
- fix(tag): resolve the issue of style deviation when tag components have null values under the SaaS theme by @wuyiping0628 in #3540
- fix(grid): fix data undefined in mobile-first by @gimmyhehe in #3541
- fix(grid): fix tree table children edit revert error by @gimmyhehe in #3542
- fix: adapt to tree children use splice to add row by @gimmyhehe in #3543
- fix(examples/sites/demos/apis): 修复 issue #3030 中提到的图表配置项拼写错误 by @Lingchen111 in #3547
- fix(carousel): hide touch screen slideshow demo by @wuyiping0628 in #3545
- fix(grid): fix document does not have getAttribute error by @gimmyhehe in #3548
- fix(input): fix the problem of one more redraw caused by the immediate parameter by @zzcr in #3544
- fix(grid): fix cell click event error on edit mode by @gimmyhehe in #3549
- fix(grid): fix popper edit element blur when set edit-config blurOutside by @gimmyhehe in #3550
- fix(autocomplete,search,base-select,cascader,date-panel, date-range,date-picker,dropdown,input,select,tree): The component under the shadowRoot node event is invalid. by @discreted66 in #3546
- fix(modal\notify): modifying the Color of the Information Icon in the SaaS File by @James-9696 in #3552
- fix(vue-common): [icon]resolves the loading icon after multiple calls to render function nesting levels by @shenjunjian in #3554
- fix(autocomplete): add title native attributes by @James-9696 in #3555
- fix(grid): fix grid header divider error by @gimmyhehe in #3558
- fix(tree-menu): adjusting the input box of the tree menu component can clear the symbol position by @wuyiping0628 in #3561
- fix(grid): fix dirty flag not clear after refreshData by @gimmyhehe in #3560
- fix: fix login typo by @kagol in #3564
- fix(grid): clear input value after click custom extend item by @gimmyhehe in #3563
- fix(pager): fix init pager-size error when not match page-sizes by @gimmyhehe in #3566
- fix(grid): fix right position error when resize multi header grid by @gimmyhehe in #3569
- fix(milestone):fix the milestone color matching logic is in saas mode. by @discreted66 in #3568
- fix(auto-tip): fixed the bug that a message is displayed on the page when the element displayed in the tooltip needs to be removed and uninstalled. by @shenjunjian in #3574
- fix(tag): When the tag is a space, the tag is misplaced in the form scenario by @discreted66 in #3572
- fix(grid):fix filter icon size in saas mode by @discreted66 in #3576
- fix(input):fix the textarea height in single row by @discreted66 in #3573
- fix(theme): fix dark theme in shadow dom by @gimmyhehe in #3579
- fix(grid): add grid radio class name by @gimmyhehe in #3578
- fix(select): update select's e2e test for grid update by @shenjunjian in #3577
- fix(input):fix single row textarea in saas mode by @discreted66 in #3580
- fix(base-select): fix e2e test case error by @gimmyhehe in #3581
- fix(color-select-panel): 颜色类型选择下拉框样式异常 by @vaebe in #3575
- fix(date-picker):date-range should return an empty array when click clear button by @discreted66 in #3582
- fix(select): fix select's e2e by @shenjunjian in #3584
Other Changes
New Contributors
- @Lingchen111 made their first contribution in #3547
Full Changelog: v3.24.0...v3.25.0