Skip to content

v3.26.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 07:52
· 42 commits to dev since this release
a68ee02

What's Changed

Exciting New Features 🎉

  • feat(steps): Add wizard style step bar itemStyle differentiated configuration by @chenxi-20 in #3594
  • feat(color-picker): refactoring the ColorPicker component style by @wuyiping0628 in #3595
  • feat: modify the resource file loading mode and add postcss plugin configuration. by @zzcr in #3615
  • feat(site): connect next-sdk and ai dialog box to realize dynamic switching routing function of large models by @zzcr in #3619
  • feat(grid): saas theme add filter select style by @gimmyhehe in #3626
  • feat(grid): add cascader full width grid by @gimmyhehe in #3627
  • feat(button): add a list of theme tokens to the component documentation by @wuyiping0628 in #3631
  • feat(silder-button): add displayed attribute by @James-9696 in #3639
  • feat: Add table configuration slot example usage by @zzcr in #3649
  • feat(cascader): Add the tooltip function for cascading panels by @chenxi-20 in #3665
  • feat(search): Add mini search box expansion and retraction hook callback API by @chenxi-20 in #3664
  • feat(tabs): add header-only by @liangguanhui0117 in #3638

Bug Fixes 🐛

  • fix(dropdown):Fix the drop-down component menu spacing. by @discreted66 in #3586
  • fix: adapt mf list view when has not grid column by @gimmyhehe in #3593
  • fix(select):Fix default multi-select tags color by @discreted66 in #3591
  • fix(calendar-view):fix calendar view height setting does not take effect by @discreted66 in #3592
  • fix: hot and new icon fill cannot transparent transmission by @discreted66 in #3599
  • fix(modal): [modal] modify the messageClosable in Vue2 version to not display the close button by @James-9696 in #3600
  • fix: internationalization-related modifications, temporarily hide the entry point by @James-9696 in #3597
  • fix(tabs): Optimize multi terminal caching logic, add add add delete operations to trigger sub component destruction and reconstruction logic by @chenxi-20 in #3601
  • fix(grid): Modify the spacing between the sorting buttons in saas mode. by @discreted66 in #3603
  • fix(grid): grid promise validate return value back to undefined by @gimmyhehe in #3616
  • fix(grid,pager,cascader):Fixed the icon reference issue in the SaaS mode table. by @discreted66 in #3618
  • fix(grid): optimize render count by @gimmyhehe in #3613
  • fix(dropdown): modify the responsive adaptation of the drop-down arrow in the mobile first template by @shenjunjian in #3614
  • fix(chart): fix chart bug, resolve memory leakage issues by @Davont in #3610
  • fix(input):fix textarea height in saas model by @discreted66 in #3608
  • fix(site): add MCP tools for query examples and jump examples by @shenjunjian in #3623
  • fix(PropType): fix import of PropType by @shenjunjian in #3620
  • fix(input): add pre=true for tiny-tooltip by @shenjunjian in #3625
  • fix(input):fix textarea height in Multiple line placeholders by @discreted66 in #3624
  • fix(grid): fix index not update at drag row by @gimmyhehe in #3622
  • fix(dropdown):Modifying the Default font size by @discreted66 in #3629
  • fix(button):fix button padding in saas model by @discreted66 in #3630
  • fix(lang): fix to be compatible with aui by @shenjunjian in #3628
  • fix(pager): fix pager init current page error by @gimmyhehe in #3640
  • fix(user): an error event is triggered if the user does not exist by @shenjunjian in #3641
  • fix(grid): grid can not validate on active by @gimmyhehe in #3643
  • fix(grid): fix scroll bar error after load data by @gimmyhehe in #3644
  • fix(file-upload):Unified button text document by @chenxi-20 in #3647
  • fix(tag): restores the default color of the tag to blue by @shenjunjian in #3646
  • fix(popover): increase the priority of arrow class names by @shenjunjian in #3645
  • fix(grid): fix target error in shadow dom by @gimmyhehe in #3651
  • fix(tabs): Fix the problem sheet and ensure that the dividing line is fully supported by @chenxi-20 in #3663
  • fix(grid): fix operation buttons render error by @gimmyhehe in #3660
  • fix(tabs): Fix component font size to adapt to new specifications by @chenxi-20 in #3662
  • fix(file-upload): Fix the issue of accept failure when using EDM by @chenxi-20 in #3661
  • fix(popeditor): fix issue #2652 by @James-9696 in #3656
  • fix(fluent-editor): Fix click issues with rich text components in Edge browser by @chenxi-20 in #3655
  • fix(grid): fix user passed scrollY value is null by @gimmyhehe in #3658
  • fix(modal): fix issue #3450 by @James-9696 in #3650
  • fix(tabs): Fix the issue where multiple clicks on mobile-first tabs do not take effect by @chenxi-20 in #3669
  • fix(pop-upload): Fix uploadTip slot error issue by @chenxi-20 in #3668
  • fix(select): Add tooltip prompts by @chenxi-20 in #3671
  • fix(grid): fix use title function text can not overflow ellipsis by @gimmyhehe in #3670
  • fix(loading): Fix e2e error issue by @chenxi-20 in #3674
  • fix(grid): fix rowspan border can not visible by @gimmyhehe in #3673
  • fix(amount): Fix the issue of inconsistent currency input and display in the table by @chenxi-20 in #3672
  • fix(grid): fix has footer last row border duplicate by @gimmyhehe in #3678
  • fix(select): Fix the issue with the option two-layer prompts by @chenxi-20 in #3680
  • fix(popeditor): fix popeditor's e2e by @shenjunjian in #3683
  • fix(vue): batch update version to 3.26 by @shenjunjian in #3684
  • fix(e2e): fix amount's e2e test by @shenjunjian in #3685
  • fix(build): fix themeSaas build errors, add LESS compilation and error handling, update gulp tasks to enhance readability and debug information by @zzcr in #3687

Other Changes

  • refactor(site): use next-sdk and next-remoter to intelligentize the official website. by @shenjunjian in #3657

New Contributors

Full Changelog: v3.25.0...v3.26.0