Skip to content

v3.24.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 14:06
· 22 commits to dev since this release
1490dcd

What's Changed

Exciting New Features 🎉

  • feat(pager): reconstruct the multi-terminal template of the pager component from the vue template by @zzcr in #3422
  • feat(steps): Add style functionality for multi terminal custom step blocks by @chenxi-20 in #3435
  • feat(dialog-select): add support for clear and delete events, update related documents and sample codes by @zzcr in #3437
  • feat(qr-code): Add the necessary attributes to the responsive by @zzcr in #3456
  • feat(common): add support for MCP configuration in component setup by @zzcr in #3469
  • feat(site): add the tiny-robot drawer to the official website. by @shenjunjian in #3467
  • feat(dialog-select): [dialog-select] add attribute lock-scroll by @James-9696 in #3489
  • feat(popeditor): [popeditor] add attribute lock-scroll by @James-9696 in #3490
  • feat(grid): optimize mcp configuration usage and sample code by @zzcr in #3494

Bug Fixes 🐛

  • fix(file-upload): Fix bug in file-upload component where multiple selections are merge-service and uploaded by @chenxi-20 in #3424
  • fix(steps): Modify the multi terminal rendering logic and style of steps by @chenxi-20 in #3441
  • fix(drowdown): add tiny-* className to drowdown-menu's wrapper dom by @shenjunjian in #3445
  • fix(select): fix can not set grid rowId in select by @gimmyhehe in #3448
  • fix(tree-menu): change the color of the dark mode icon by @wuyiping0628 in #3457
  • fix(tiny-split):The panel split animation is not displayed properly by @discreted66 in #3452
  • fix(search): Fix the margin issue of multi terminal mode dropdown type by @chenxi-20 in #3453
  • fix(icon):Fixed the icon color issue in dark mode by @discreted66 in #3460
  • fix(autocomplete): autocomplete component defaults to 100% of the width by @shenjunjian in #3462
  • fix(tag): theme saas warning token value refresh, tag component style specification refresh by @wuyiping0628 in #3463
  • fix(form): fix the textarea style issue under the form by @wuyiping0628 in #3468
  • fix(select): fix the malfunction of the select component when automatically pulling down focus by @shenjunjian in #3464
  • fix(robot): add the role message markdown and upgrade the tiny-robot version by @shenjunjian in #3471
  • fix(basic-usage): update SSE URL to use HTTPS for secure connection by @zzcr in #3472
  • fix(date-picker):fix the init panel width and month name by @discreted66 in #3466
  • fix: the issue of modifying line breaks for display by @James-9696 in #3470
  • fix(grid): increase the length of drag and drop lines in the grid and remove empty values when filtering by @wuyiping0628 in #3475
  • fix(robot): add examples of Perfecting AI Agents by @shenjunjian in #3476
  • fix(dialog):fix dialog title line-height by @discreted66 in #3477
  • fix(icon):delete the iconPushPinSolid default color by @discreted66 in #3479
  • fix(calendar-view):fix the E2E test by @discreted66 in #3483
  • fix(robot): optimized the example and added sessions and UI adjustment. by @shenjunjian in #3484
  • fix(robot): add the API tab of the MCP and adjust the display control of the robot. by @shenjunjian in #3485
  • fix(package): update @opentiny/tiny-vue-mcp version to 0.0.1-alpha.1 by @zzcr in #3487
  • fix(robot): message processing of the robot is optimized. by @shenjunjian in #3491
  • fix(select): modify the DOM structure of all options in the select to be consistent with that of the regular options to solve the text alignment issue by @shenjunjian in #3488
  • fix(grid): add a border to the last row of the grid under the saas theme by @wuyiping0628 in #3492

New Contributors

Full Changelog: v3.23.0...v3.24.0