Skip to content

Commit 299734c

Browse files
authored
chore: Update changelog and add TinyVue intelligent component access documentation (#3498)
* chore: 更新changelog,并添加TinyVue智能化组件接入文档 * chore: 添加菜单优化文档 * chore: 更新mcp.md文档中的sessionId说明,简化调试提示 * chore: 更新mcp-en.md文档中的标题和内容,统一语言为英文
1 parent fa86275 commit 299734c

File tree

4 files changed

+259
-119
lines changed

4 files changed

+259
-119
lines changed

examples/sites/demos/pc/menus.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ const docMenusChildren = [
4242
'titleEn': 'theme-dark',
4343
'key': 'theme-dark'
4444
},
45+
{
46+
'title': '智能化',
47+
'titleEn': 'mcp',
48+
'key': 'mcp'
49+
},
4550
{ 'title': '表单校验配置', 'titleEn': 'formValid', 'key': 'form-valid' },
4651
{ 'title': '常见问题', 'titleEn': 'faq', 'key': 'faq' },
4752
{

examples/sites/demos/pc/webdoc/changelog.md

Lines changed: 52 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,58 @@ Tiny Vue 团队在正常情况下使用 每月 发布策略。
44

55
在此页面上,您只能看到我们的 更新日志 最新三个迭代的日志记录,如您要查看完整记录可以查看:[Release](https://github.com/opentiny/tiny-vue/releases)
66

7+
## v3.24.0/v2.24.0
8+
9+
`2025/06/12`
10+
11+
## What's Changed
12+
13+
### Exciting New Features 🎉
14+
15+
- feat(pager): reconstruct the multi-terminal template of the pager component from the vue template by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3422>
16+
- feat(steps): Add style functionality for multi terminal custom step blocks by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3435>
17+
- feat(dialog-select): add support for clear and delete events, update related documents and sample codes by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3437>
18+
- feat(qr-code): Add the necessary attributes to the responsive by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3456>
19+
- feat(common): add support for MCP configuration in component setup by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3469>
20+
- feat(site): add the tiny-robot drawer to the official website. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3467>
21+
- feat(dialog-select): [dialog-select] add attribute lock-scroll by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3489>
22+
- feat(popeditor): [popeditor] add attribute lock-scroll by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3490>
23+
- feat(grid): optimize mcp configuration usage and sample code by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3494>
24+
25+
### Bug Fixes 🐛
26+
27+
- fix(file-upload): Fix bug in file-upload component where multiple selections are merge-service and uploaded by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3424>
28+
- fix(steps): Modify the multi terminal rendering logic and style of steps by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3441>
29+
- fix(drowdown): add tiny-\* className to drowdown-menu's wrapper dom by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3445>
30+
- fix(select): fix can not set grid rowId in select by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3448>
31+
- fix(tree-menu): change the color of the dark mode icon by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3457>
32+
- fix(tiny-split):The panel split animation is not displayed properly by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3452>
33+
- fix(search): Fix the margin issue of multi terminal mode dropdown type by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3453>
34+
- fix(icon):Fixed the icon color issue in dark mode by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3460>
35+
- fix(autocomplete): autocomplete component defaults to 100% of the width by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3462>
36+
- fix(tag): theme saas warning token value refresh, tag component style specification refresh by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3463>
37+
- fix(form): fix the textarea style issue under the form by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3468>
38+
- fix(select): fix the malfunction of the select component when automatically pulling down focus by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3464>
39+
- fix(robot): add the role message markdown and upgrade the tiny-robot version by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3471>
40+
- fix(basic-usage): update SSE URL to use HTTPS for secure connection by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3472>
41+
- fix(date-picker):fix the init panel width and month name by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3466>
42+
- fix: the issue of modifying line breaks for display by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3470>
43+
- fix(grid): increase the length of drag and drop lines in the grid and remove empty values when filtering by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3475>
44+
- fix(robot): add examples of Perfecting AI Agents by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3476>
45+
- fix(dialog):fix dialog title line-height by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3477>
46+
- fix(icon):delete the iconPushPinSolid default color by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3479>
47+
- fix(calendar-view):fix the E2E test by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3483>
48+
- fix(robot): optimized the example and added sessions and UI adjustment. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3484>
49+
- fix(robot): add the API tab of the MCP and adjust the display control of the robot. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3485>
50+
- fix(package): update @opentiny/tiny-vue-mcp version to 0.0.1-alpha.1 by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3487>
51+
- fix(robot): message processing of the robot is optimized. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3491>
52+
- 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 <https://github.com/opentiny/tiny-vue/pull/3488>
53+
- fix(grid): add a border to the last row of the grid under the saas theme by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3492>
54+
55+
## New Contributors
56+
57+
- @afkdsghk211331 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3447>
58+
759
## v2.23.0/v3.23.0
860

961
`2025/05/21`
@@ -390,122 +442,3 @@ Tiny Vue 团队在正常情况下使用 每月 发布策略。
390442
- @lcy0620 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/2964>
391443
- @tsinghua-lau made their first contribution in <https://github.com/opentiny/tiny-vue/pull/2992>
392444
- @hu-qi made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3189>
393-
394-
## v2.21.0/v3.21.0
395-
396-
`2025/01/15`
397-
398-
## What's Changed
399-
400-
### Exciting New Features 🎉
401-
402-
- feat(tiny-vue-nuxt): [tiny-vue-nuxt] add tiny-vue-nuxt module and add… by @18003228289 in <https://github.com/opentiny/tiny-vue/pull/1761>
403-
- feat(tiny-vue-nuxt): [tiny-vue-nuxt] finish importing all components to nuxt module by @18003228289 in <https://github.com/opentiny/tiny-vue/pull/1838>
404-
- fix(random): [random] use Math.random() instead to support SSR by @18003228289 in <https://github.com/opentiny/tiny-vue/pull/1868>
405-
- feat: add nuxt dev environment by @zzcr in <https://github.com/opentiny/tiny-vue/pull/1993>
406-
- feat: add mobile dependence by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2609>
407-
- feat: sync 3.20.0 to dev by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2639>
408-
- feat: support nuxt by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2635>
409-
- feat(dropdown): [dropdown] add right side expansion function for dropdown by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/2608>
410-
- feat: support nuxt by @kagol in <https://github.com/opentiny/tiny-vue/pull/2641>
411-
- feat: add @opentiny/utils package by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2661>
412-
- feat(fluent-editor): add before-editor-init props by @kagol in <https://github.com/opentiny/tiny-vue/pull/2670>
413-
- feat: [grid,alert,form]use catalog to globally upgrade vite and vitest; and add mobile build config by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2680>
414-
- feat(site): Optimize site documentation typesetting by @dufu1991 in <https://github.com/opentiny/tiny-vue/pull/2688>
415-
- feat(site): optimize the performance of the official website, use lazy loading for document examples by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2713>
416-
- feat(nav-menu): [nav-menu] Add custom selected mode by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2718>
417-
- feat(nav-menu): [nav-menu] Simplify the demo data by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2728>
418-
- feat: add utils packages type module by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2731>
419-
- feat: update version to 3.21.0 by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2734>
420-
- feat: remove chart e2e-test cases by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2742>
421-
- feat(alert): [alert] display title when size is large by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2744>
422-
- feat: enhance the divider dialogbox treemenu function by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2758>
423-
- feat: update playground versions by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2763>
424-
- feat(alert): [alert] display title when size is large in mobile-first by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2765>
425-
426-
### Bug Fixes 🐛
427-
428-
- fix(crypto): [crypto] use nanoid instead to support SSR by @18003228289 in <https://github.com/opentiny/tiny-vue/pull/1860>
429-
- fix(ssr): [ssr] fix ssr problems by @18003228289 in <https://github.com/opentiny/tiny-vue/pull/1935>
430-
- fix(nuxt): update vue version to fix button slot error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2026>
431-
- fix(plugin): [plugin] fix nuxt plugin by @18003228289 in <https://github.com/opentiny/tiny-vue/pull/2220>
432-
- fix(plugin): [plugin] fix nuxt plugin by @18003228289 in <https://github.com/opentiny/tiny-vue/pull/2212>
433-
- fix(chart): huiCharts 打包替换为 Chart by @Davont in <https://github.com/opentiny/tiny-vue/pull/2622>
434-
- fix: fix slider compilation error in vue2 by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2625>
435-
- fix(tabbar): modify mobile tabbar problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2638>
436-
- fix(dropdown-menu): fix mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2642>
437-
- fix(form): modify mobile form problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2643>
438-
- fix(container): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2646>
439-
- fix(dialog-box): modify mobile dialog-box problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2644>
440-
- fix(select): [select] fix the vertical centering of the suffix icon by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/2645>
441-
- fix(tree-select): solve the problem of tree attributes not being passed through by @kagol in <https://github.com/opentiny/tiny-vue/pull/2659>
442-
- fix(label): modify mobile bug by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2672>
443-
- fix(input): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2671>
444-
- fix(slider): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2669>
445-
- fix(tree): default-expanded-keys description is wrong by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2667>
446-
- fix(checkbox): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2666>
447-
- fix(form): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2665>
448-
- fix(popover): remove aria-hidden by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2664>
449-
- fix(progress): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2654>
450-
- fix(button): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2660>
451-
- fix(auto-import-plugin): support functional components by @mengqiuleo in <https://github.com/opentiny/tiny-vue/pull/2511>
452-
- fix: fix warning in cascader component by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2662>
453-
- fix(nuxt): fix the error when starting the nuxt project by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2668>
454-
- fix(unplugin-tiny-vue): fix error TinyVueResolver name by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2676>
455-
- fix(action-sheet): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2692>
456-
- fix(pull-refresh): modify mobile bug by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2677>
457-
- fix(exception): modify mobile problem by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2690>
458-
- fix(file-upload): [file-upload] Optimized the usage of the customized upload example. by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2694>
459-
- fix(vue-renderless): [action-menu, alert] fix site: Optimize site documentation typesetting by @dufu1991 in <https://github.com/opentiny/tiny-vue/pull/2693>
460-
- fix: fix change theme error when open playground by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2681>
461-
- fix(vue-renderless): [autocomplete,base-select,amount,anchor,area] fix site: Optimize site documentation typesetting by @dufu1991 in <https://github.com/opentiny/tiny-vue/pull/2695>
462-
- fix(mobile): fix mobile components build error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2696>
463-
- fix(site): fix error when build saas site by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2701>
464-
- fix(mini-picker): the demo on the mobile client is modified. by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2698>
465-
- fix(modal): modify the display and error issues of the mobile demo by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2704>
466-
- fix(user-head): the problem and type of the demo on the mobile client are modified by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2699>
467-
- fix(vue-renderless): [breadcrumb, bulletin-board, button, button-group,calendar, calendar-view, card, carousel, cascader, cascader-panel, chart,checkbox, collapse, color-picker, color-select-panel,company,config-provider,container,crop,currency,date-picker,dept,dialog-box,dialog-select,directives,divider,drawer,drop-roles,drop-times,dropdown,espace,fall-menu,file-upload,filter-panel,float-button,floatbar,flowchart,fluent-editor,form,fullscreen] fix site: Optimize site documentation typesetting by @dufu1991 in <https://github.com/opentiny/tiny-vue/pull/2709>
468-
- fix(tabs): modify the issue of the mobile demo not displaying and reporting errors by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2710>
469-
- fix(vue-renderless): [grid] fix site: Optimize site documentation typesetting by @dufu1991 in <https://github.com/opentiny/tiny-vue/pull/2714>
470-
- fix(grid): [grid] fix the initial position on the left when dragging … by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2719>
471-
- fix(statistic): [statistic] synchronize the statistic component of the release-3.18 version to the dev branch by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2717>
472-
- fix(file-upload): modify the error reported by the upload component on the mobile client and add the demo by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2724>
473-
- fix(input): [input] cancel bacground style of input count in textarea by @wNing50 in <https://github.com/opentiny/tiny-vue/pull/2715>
474-
- fix(modal): [modal] repeatedly dispatch the close event by @betavs in <https://github.com/opentiny/tiny-vue/pull/2573>
475-
- fix(vue-renderless): [grid-select,guide,hrapprover,hrapprover,icon,icon-multicolor,image,infinite-scroll,input,ip-address,layout,link,link-menu,loading,locales,logon-user,logout,milestone,mind-map,modal,nav-menu,notify,numeric,pager,pop-upload,popconfirm,popeditor,popover,progress,qr-code,query-builder] fix site: Optimize site documentation typesetting by @dufu1991 in <https://github.com/opentiny/tiny-vue/pull/2721>
476-
- fix(modal): [modal] modifying the modal component and clicking the confirm button accidentally triggered the close event by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2727>
477-
- fix(vue-renderless): [radio,rate,rich-text-editor,roles,scroll-text,search,select,skeleton,slider,split,statistic,steps,sticky,switch,tabs,tag,tag-group,text-popup,time-line,time-line-new,time-picker,time-select,toggle-menu,tooltip,transfer,tree,tree-menu,tree-select] fix site: Optimize site documentation typesetting by @dufu1991 in <https://github.com/opentiny/tiny-vue/pull/2729>
478-
- fix(vite-import): fix the issue of escaping comment code in on-demand packaging plugin by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2726>
479-
- fix(vue-renderless): [user,user-account,user-contact,user-head,user-link,virtual-scroll-box,virtual-tree,watermark,wizard] fix site: Optimize site documentation typesetting by @dufu1991 in <https://github.com/opentiny/tiny-vue/pull/2732>
480-
- fix: supplement mistakenly deleted files by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2736>
481-
- fix(e2e): [tooltip,select] fix the security that causes e2e test failures. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2743>
482-
- fix(e2e): [file-upload] Fix the error reported in the E2E test case of the upload component. by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2741>
483-
- fix(e2e): [cascader,color-picker,crop] fix cascader color-picker crop components e2e-test error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2746>
484-
- fix(demos/checkbox): [checkbox] fix checkbox e2e-test error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2745>
485-
- fix(modal): [modal] modify e2e test case error by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2747>
486-
- fix(date-picker): [date-picker] fix date-picker e2e test error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2749>
487-
- fix(time-select): [time-select] Fix and optimize issues with invalid … by @Youyou-smiles in <https://github.com/opentiny/tiny-vue/pull/2735>
488-
- fix(popeditor): the default width of the label in popeditor is added by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2750>
489-
- fix(modal): [modal] the style does not take effect by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2751>
490-
- fix(carousel): [carousel] modify the vertical arrow display issue of the carousel component by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2752>
491-
- fix(grid): [grid] fix can not select first option when value is empty by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2756>
492-
- fix(dialog-box): [dialog-box] modify the style of the dialog box by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2757>
493-
- fix(loading): [loading] v-loading's lifecycle name replace by inserted by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2759>
494-
- fix(grid): [grid] fix checkbox border become smaller when config show… by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2762>
495-
- fix: fix huichart build error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2760>
496-
- fix(renderless): fix renderless package publish error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2761>
497-
- fix(divider): [divider] modify e2e test cases for the divider component by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2766>
498-
499-
### Other Changes
500-
501-
- docs: hide the search input on the left menu at open source sites by @kagol in <https://github.com/opentiny/tiny-vue/pull/2607>
502-
- ci: auto deploy site by @kagol in <https://github.com/opentiny/tiny-vue/pull/2617>
503-
- docs: add dufu1991 as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/2703>
504-
- docs(select): add the description of the filterMethod prop for Select by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2708>
505-
- docs: fix back to top does not work and the document tab title does n… by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2712>
506-
- test(grid): [grid] fix unit test error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2754>
507-
508-
## New Contributors
509-
510-
- @18003228289 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/1761>
511-
- @dufu1991 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/2688>

0 commit comments

Comments
 (0)