@opentiny/vue-docs 3.23.0 → 3.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,498 +4,508 @@ Tiny Vue 团队在正常情况下使用 每月 发布策略。
4
4
 
5
5
  在此页面上,您只能看到我们的 更新日志 最新三个迭代的日志记录,如您要查看完整记录可以查看:[Release](https://github.com/opentiny/tiny-vue/releases)
6
6
 
7
- ## v2.22.0/v3.22.0
7
+ ## v2.23.0/v3.23.0
8
8
 
9
- `2025/04/07`
9
+ `2025/05/21`
10
10
 
11
11
  ## What's Changed
12
12
 
13
13
  ### Exciting New Features 🎉
14
14
 
15
- - feat: Support dark theme🎉 [#2946](https://github.com/opentiny/tiny-vue/pull/2946) [#2948](https://github.com/opentiny/tiny-vue/pull/2948) [#2951](https://github.com/opentiny/tiny-vue/pull/2951) and so on.
16
- - feat(mobile): optimize the mobile common package name and import path and improve xss dependency by @zzcr in https://github.com/opentiny/tiny-vue/pull/2777
17
- - feat: go through the mobile packaging build and release process and fix the bugs found during the build and release by @zzcr in https://github.com/opentiny/tiny-vue/pull/2780
18
- - feat(theme-mobile): optimize the theme-mobile project css variable names and add undefined css variables by @zzcr in https://github.com/opentiny/tiny-vue/pull/2782
19
- - feat(pager): [pager] add change-compat to control whether trigger cha… by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2783
20
- - feat: add license to mobile components by @zzcr in https://github.com/opentiny/tiny-vue/pull/2802
21
- - feat(dropdown): [dropdown] add visible attribute to support user-defined panel display. by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2774
22
- - feat(tree-menu): [tree-menu] Add static data and unused topic variables for rectification by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2803
23
- - feat: add next/cloud-icons project by @zzcr in https://github.com/opentiny/tiny-vue/pull/2821
24
- - feat(theme-mobile): [button] Adjust the theme of mobile by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2820
25
- - feat(vue/image): [image]the image component supports binary stream base64 format by @zzcr in https://github.com/opentiny/tiny-vue/pull/2829
26
- - feat(date-panel): [date-panel,date-picker] DatePicker support using only date panel by @discreted66 in https://github.com/opentiny/tiny-vue/pull/2818
27
- - feat(modal): [modal] add show-close feature by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2840
28
- - feat(image): [image] The image component supports base64 in svg format by @zzcr in https://github.com/opentiny/tiny-vue/pull/2858
29
- - feat(vue-hooks): add hooks package packaging logic by @zzcr in https://github.com/opentiny/tiny-vue/pull/2866
30
- - feat:[date-panel,date-range,date-picker]DatePicker support using only date range panel by @discreted66 in https://github.com/opentiny/tiny-vue/pull/2869
31
- - feat(utils): add a whitelist for xss in rich text components by @zzcr in https://github.com/opentiny/tiny-vue/pull/2879
32
- - feat:[month-range,year-range,date-panel,date-picker]The DatePanel supports the month/year range panel by @discreted66 in https://github.com/opentiny/tiny-vue/pull/2875
33
- - feat(theme): [button] add dark themes, modify other theme variables and component level variables by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2898
34
- - feat(theme): add tinyDarkTheme for themeTool and add dark-theme router for sites by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2904
35
- - feat(steps): add content-center prop to steps and add two saas icons by @zzcr in https://github.com/opentiny/tiny-vue/pull/2907
36
- - feat(site): the official website adds the function of dynamically switching between light and dark themes by @zzcr in https://github.com/opentiny/tiny-vue/pull/2911
37
- - feat(date-panel):[date-picker,date-panel] DatePanel supports the month and year panels by @discreted66 in https://github.com/opentiny/tiny-vue/pull/2909
38
- - feat: add huicharts runtime and update docs by @zzcr in https://github.com/opentiny/tiny-vue/pull/2981
39
- - feat(progress): [progress] add slot support for custom status icons by @gweesin in https://github.com/opentiny/tiny-vue/pull/2979
40
- - feat(tag): [tag] improve close icon interaction by @gweesin in https://github.com/opentiny/tiny-vue/pull/3006
41
- - feat(grid): [grid] expose getTreeExpandeds function by @gweesin in https://github.com/opentiny/tiny-vue/pull/2996
42
- - feat(grid): [grid] add mobile first empty slot by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3018
43
- - feat(calendar): [calendar] add year and month specification demo and tests by @gweesin in https://github.com/opentiny/tiny-vue/pull/3039
44
- - feat(utils): resolve common function ts error by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2903
45
- - feat: Adds variable default value handling in build theme by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3122
46
- - feat: base var style adapt shadow-root by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3155
47
- - feat: optimize the dark mode switching method, reduce the size of non-dark theme user packages, and add dark theme switching documents by @zzcr in https://github.com/opentiny/tiny-vue/pull/3153
48
- - feat(theme): [select] modify the scrollbar and popper to unify the style by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/3160
49
- - feat: Add default values to theme variables by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3162
50
- - feat(utils): use cursor to add comments, ts type declarations, and vitest test cases to utils functions by @zzcr in https://github.com/opentiny/tiny-vue/pull/3138
51
- - feat(utils): add comments, ts type declarations, and vitest test cases to utils functions by @zzcr in https://github.com/opentiny/tiny-vue/pull/3154
52
- - feat: [file-upload] Add file names to restricted prompt texts by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3171
53
- - feat(theme): [tag] adjust the common variable and adapt the tag component by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/3173
54
- - feat(svg): update svg resource file to adapt dark theme by @zzcr in https://github.com/opentiny/tiny-vue/pull/3223
55
- - feat: [skeleton] Add Skeleton mobile first by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3222
56
- - feat(modal): [modal] enhance TINYModal functionality, add type definition andoption interface by @zzcr in https://github.com/opentiny/tiny-vue/pull/3247
57
- - feat(loading): [loading] added type definition and interface of Loading component to optimize loading style processing by @zzcr in https://github.com/opentiny/tiny-vue/pull/3253
58
- - feat(message): add Message component type definition and update the type annotation of the installation method by @zzcr in https://github.com/opentiny/tiny-vue/pull/3252
59
- - feat(notify): [notify] enhance notification function, add type definition and option interface, optimize code structure by @zzcr in https://github.com/opentiny/tiny-vue/pull/3251
15
+ * feat(number-animation): Add NumberAnimation component by @lcy0620 in <https://github.com/opentiny/tiny-vue/pull/3301>
16
+ * feat(design-config): design-config adds arbitrary attribute features of global configuration components by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3419>
17
+ * feat(config-provider): config-provider adds theme configuration function by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3353>
18
+ * feat(release): add vue3 version option to release:aurora command and update related logic by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3280>
19
+ * feat(calendar-view):[calendar-view]The calendar view tip time support configure by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3274>
20
+ * feat:[calendar-view]The calendar view supports click events by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3279>
21
+ * feat(popconfirm): [popconfirm] enable message slot by @betavs in <https://github.com/opentiny/tiny-vue/pull/3176>
22
+ * feat(transfer): [transfer] adds the ability to customize the panel width for the transfer component by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3285>
23
+ * feat(date-picker):[date-picker]The first selected date will be displayed in the output box. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3300>
24
+ * feat(card-group): modify saas style by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3305>
25
+ * feat(card-group): modify sass style by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3310>
26
+ * feat(vue-hooks): add type annotations to multiple files to enhance type safety by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3302>
27
+ * feat: [tabs] Add left button for mobile-first mode by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3317>
28
+ * feat: [form] add type definitions to utils to enhance type safety by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3322>
29
+ * feat: Add utils test commands and add utils package change check in CI by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3327>
30
+ * feat: [input]update E2E test workflow to automatically detect changed components by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3331>
31
+ * feat(grid): the renderer configuration of the table supports events event collections by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3342>
32
+ * feat(flowchart): add automatic prompt instructions so that prompt pop-ups will appear when necessary by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3360>
33
+ * feat(flowchart): Add the property configuration to display the hand-shaped mouse function by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3366>
34
+ * feat(dialog-select): supports transparent transmission of selectAll, selectChange and radioChange events by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3398>
35
+ * feat(calendar-view):The schedule mode support hidden the time by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3405>
36
+ * feat(calendar-view):Mobile-first supports the hidden time in schedule mode. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3408>
37
+ * feat(modal): change the text size from md to default by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3412>
60
38
 
61
39
  ### Bug Fixes 🐛
62
40
 
63
- - fix(select): [select] fix the problem that both tooltip and title are displayed when the select command is run in display-only mode. by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2772
64
- - fix(pager): [pager] fix pager type error by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2801
65
- - fix: modify the mobile layout and click the example/API. The browser address anchor is not defined, the composition code is hidden, and the home page icon is not found by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2806
66
- - fix(e2e): fix all e2e test error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2811
67
- - fix(grid): [grid] fix grid error e2e test by @zzcr in https://github.com/opentiny/tiny-vue/pull/2815
68
- - fix(vue2): fix vue2 dev startup error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2822
69
- - fix(sites): fix the error when installing vue-docs dependencies in pnpm by @zzcr in https://github.com/opentiny/tiny-vue/pull/2816
70
- - fix(grid): [grid] fix amount label wrap bug by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2828
71
- - fix(utils): fixed the issue that the release version of the utils package could not correspond by @zzcr in https://github.com/opentiny/tiny-vue/pull/2837
72
- - fix(dialog-select): fixed an issue where grid data could not be loaded when initially visible was set to true by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2835
73
- - fix(color-picker): [color-picker] fix color-picker props valid error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2841
74
- - fix(select): [select] fix component error caused by vue2 deep cleanup memory leak by @zzcr in https://github.com/opentiny/tiny-vue/pull/2843
75
- - fix(e2e): [pop-upload, file-upload] Fix e2e test case errors after internationalization by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2847
76
- - fix(dialog-box): [dialog-box] right pop-up window height style issue by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2844
77
- - fix(grid): [grid] validate successful add return value in promise sense by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2851
78
- - fix(user): [user] fix the issue of incorrect file names in the demo by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2855
79
- - fix(load-list): avoid tinyList and tinyTimeLine regisiter twice by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2854
80
- - fix(alert): move close icon to center by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2856
81
- - fix(time-line-new): [time-line-new] update timeline-new demos ,to avoid compiled error by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2859
82
- - fix(dialog-select): [dialog-select] fixed an issue where grid data could not be loaded when initially visible was set to true by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2862
83
- - fix(utils): delete the renderless/common directory and adjust all reference paths. by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2849
84
- - fix(vue-directive): unify the functions in vue-hooks into double-layer functions and optimize the infinite-scroll function by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2864
85
- - fix(vue): modify the correct package dependency by @zzcr in https://github.com/opentiny/tiny-vue/pull/2865
86
- - fix(fluent-editor): [fluent-editor] Fixed the bug where the cursor was out of focus when entering line breaks after modifying the font style of the rich text box by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2880
87
- - fix(select):[select] fix the focus event is triggered and prevent the panel from failing to collapse by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2876
88
- - fix(grid): [grid] fix setActiveRow scroll to error position when set visual scroll by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2878
89
- - fix(renderless): restore the removed InfiniteScroll variable by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2882
90
- - fix(nav-menu): [nav-menu] fix the e2e error in the nav-menu component by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2883
91
- - fix(radio): [radio] resolve the issue of text wrapping not being centered in radio components by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2884
92
- - fix(huicharts): fix the script error of Huicharts saas theme by @zzcr in https://github.com/opentiny/tiny-vue/pull/2887
93
- - fix(fluent-editor): fix the error problem of vue-fluent-editor introduced in ssr environment by @zzcr in https://github.com/opentiny/tiny-vue/pull/2888
94
- - fix(renderless): fix wrong path of useEventListener by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2894
95
- - fix(calendar-view):[calendar-view] Verifying SaaS Theme Modification by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2886
96
- - fix(input): [input] fix textarea word wrap style by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2896
97
- - fix(input): [input] fix textarea word wrap style by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2899
98
- - fix(date-picker):[date-picker] In the disabled state, can click the icon to activate the panel. by @discreted66 in https://github.com/opentiny/tiny-vue/pull/2900
99
- - fix(select): [select] fix state.selected.state is empty object, and can't get the right displayText by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2902
100
- - fix(site): add the correct responsive position for .search-box by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2893
101
- - fix(tabs): [tabs] Fixed the bug where the use of separators in tabs resulted in misaligned buttons at both ends and separators not being centered by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2912
102
- - fix(card): [card] Style pollution caused by modifying the card component by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2910
103
- - fix: 编译入口名称调整 by @hashiqi12138 in https://github.com/opentiny/tiny-vue/pull/2914
104
- - fix(upload-list):progress props width type issue in upload-list(#2915) by @Darkingtail in https://github.com/opentiny/tiny-vue/pull/2916
105
- - fix(file-upload): [file-upload] Adjust the style of the mobile-first button for uploading components by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2918
106
- - fix(charts): [charts]Pack and remove huicharts files by @Davont in https://github.com/opentiny/tiny-vue/pull/2897
107
- - fix: fix the error when loading chart component by @zzcr in https://github.com/opentiny/tiny-vue/pull/2921
108
- - fix(grid): [grid] Fix bug where dragging and dropping in the expanded state of the table cannot render correctly by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2901
109
- - fix: fix form item not align when set display-only by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2927
110
- - fix(button): [button,tag] fix the display problem of the button and tag components in dark mode by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2928
111
- - fix(cascader): [cascader,select] add the changeCompat attribute to the component by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2934
112
- - fix(icon): [icon] Fix bug where loading shadow icon size and margin do not comply with specifications by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2935
113
- - fix(button): [select] add button's cssvar and fix select reference slot's problem by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2941
114
- - fix(pager): [pager] add Pager component internationalization by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2939
115
- - fix(calendar-view): [calendar-view] modify the configuration of calendar view hours, minutes, and seconds, and adding an attribute by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2932
116
- - fix(cascader): [cascader] fix cascader dont emit change by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2944
117
- - fix(dialog-box): [dialog-box] modify the full screen content height of the dialog box component not being fully supported by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2947
118
- - fix: fix form item not align when set display-only by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2950
119
- - fix(grid): [grid] fix gird header tip error show by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2949
120
- - fix(date-picker):[date-picker]Formatted MMMs are displayed as abbreviations, and MMMMs are displayed as full spellings. by @discreted66 in https://github.com/opentiny/tiny-vue/pull/2945
121
- - fix(renderless): [base-select] designConfig 未配置 spacingHeight时高度无法自动计算 by @hashiqi12138 in https://github.com/opentiny/tiny-vue/pull/2926
122
- - fix(site): official website adapts to the dark mode. by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2956
123
- - fix: fix grid header style and tabs style in dark mode by @zzcr in https://github.com/opentiny/tiny-vue/pull/2957
124
- - fix: fix tabs background color style in dark mode by @zzcr in https://github.com/opentiny/tiny-vue/pull/2960
125
- - fix: fix mobile first input prepend content wrap by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2958
126
- - fix: fixed the background color of the official website API table expansion by @zzcr in https://github.com/opentiny/tiny-vue/pull/2962
127
- - fix(guide): [guide] resolve the situation where data cannot be bound when editing pop ups in tables by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2961
128
- - fix(site): official website adapts to the dark mode. by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2963
129
- - fix(grid): [grid] resolve incomplete display of table icons by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2966
130
- - fix(site): fix source code's highlight color by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2968
131
- - fix(datetime-picker): fix datetime-picker's display to flex in mobilefirst by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2969
132
- - fix(grid): [grid ] fix grid show overflow tip error when navigator scale by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2971
133
- - fix(renderless): fix renderless publish error and fix button-group apis by @zzcr in https://github.com/opentiny/tiny-vue/pull/2983
134
- - fix(vuerenderless/grid): 支持designConfig中配置tooltip by @hashiqi12138 in https://github.com/opentiny/tiny-vue/pull/2977
135
- - fix(grid): [grid] fix error of grid component and fix huicharts being packaged and excluded by @zzcr in https://github.com/opentiny/tiny-vue/pull/2994
136
- - fix(e2e): [tag-group,skeleton] fix e2e by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/3000
137
- - fix(badge): [badge] fixed the incorrect dot badge style for values by @gweesin in https://github.com/opentiny/tiny-vue/pull/3009
138
- - fix(docs):Fixed an issue where plus will display header search and description by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3002
139
- - fix(carousel): [carousel] modify color theme variables by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2999
140
- - fix(site): refactor the implementation mode of switch dark theme by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2995
141
- - fix(site): remove css nests by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3011
142
- - fix(form): fix form array type message by @zzcr in https://github.com/opentiny/tiny-vue/pull/3017
143
- - fix(site): fix header's background color on dark theme by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3019
144
- - fix(docs):Modified the TinyVuePlus description. by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3021
145
- - fix(calendar-view): [calendar-view] change month type from string to number by @gweesin in https://github.com/opentiny/tiny-vue/pull/3041
146
- - fix(button-group): [button-group] update size prop type and add validator by @gweesin in https://github.com/opentiny/tiny-vue/pull/3038
147
- - fix(docs): modify the path in the chart document by @Davont in https://github.com/opentiny/tiny-vue/pull/3042
148
- - fix(color-select-panel): [color-select-panel] change theme by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3043
149
- - fix(docs): [file-upload] Fix the issue of uploading component documents by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3047
150
- - fix(site): document search box adapts to the dark theme. by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3046
151
- - fix(utils): add nanoid.ts to utils by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3050
152
- - fix(crop): [crop] change theme by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3015
153
- - fix(breadcrumb): [breadcrumb] update size prop type and add validator by @gweesin in https://github.com/opentiny/tiny-vue/pull/3037
154
- - fix(form): [form] modifying form validation sorting issues in asynchronous situations by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2982
155
- - fix(grid): [grid] fix scrollLeft error after header drag resize by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3087
156
- - fix: make design parameter optional in getAlias function by @gweesin in https://github.com/opentiny/tiny-vue/pull/3090
157
- - fix(fluent-editor): [fluent-editor] change theme by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3051
158
- - fix(numeric): [numeric] update controls-position prop type and add validator by @gweesin in https://github.com/opentiny/tiny-vue/pull/3065
159
- - fix(input): [input] fix prop types for cols, rows, and input-box-type by @gweesin in https://github.com/opentiny/tiny-vue/pull/3066
160
- - fix(tree-menu): [tree-menu] resolve input box style issues during folding and hover status issues in dark mode by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/3049
161
- - fix(site):Fixed the plus official website interface and type document display by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3062
162
- - fix(image): [image] fix 'appendToBody' definition placement error by @gweesin in https://github.com/opentiny/tiny-vue/pull/3067
163
- - fix(card): [card] fix card type definition error by @gweesin in https://github.com/opentiny/tiny-vue/pull/3088
164
- - fix(pager): [pager] fix align responsive cannot work and size docs by @gweesin in https://github.com/opentiny/tiny-vue/pull/3091
165
- - fix(file-upload): [file-upload] Fix the issue of incomplete prompts for uploading components by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3095
166
- - fix(datePicker):[date-picker]Fix the display of datePicker deletion icon in dark themes. by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3094
167
- - fix(input): [input] fixed the abnormal display of the input box back icon in read-only mode by @zzcr in https://github.com/opentiny/tiny-vue/pull/3096
168
- - fix(select): [select] fix the issue where the `dropStyle` attribute of the `select` component is not passed through to the internal `scrollBar` component by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3100
169
- - fix(date-picker,steps):[date-picker,steps]Fix the width of the datePicker panel and the background of the step bar under the dark theme by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3110
170
- - fix(form): [form] Fix the popper-options page demo style issue by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/3114
171
- - fix(docs): fixed the issue that the drop-down panel on the official website does not follow the scrolling by @zzcr in https://github.com/opentiny/tiny-vue/pull/3113
172
- - fix(input): [input] fix size attr with opposite description by @gweesin in https://github.com/opentiny/tiny-vue/pull/3064
173
- - fix(popover): [popover] make popover placement reactive by @gweesin in https://github.com/opentiny/tiny-vue/pull/3093
174
- - fix(nav-menu): [nav-menu] add parent-key prop description by @gweesin in https://github.com/opentiny/tiny-vue/pull/3101
175
- - fix: fix unit test cases cannot be scanned by @gweesin in https://github.com/opentiny/tiny-vue/pull/3102
176
- - fix(grid): [grid] fix grid drag error when set visual scroll by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3112
177
- - fix(datepicker):[date-picker]Fix the panel width is abnormal. by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3115
178
- - fix(ip-address): [ip-address] fix IPv6 display error when ipValidator not true by @gweesin in https://github.com/opentiny/tiny-vue/pull/3063
179
- - fix(datepicker):[date-picker]year panel disabling does not take effect by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3124
180
- - fix(tree): [tree] fix tree node slot radio cannot be displayed by @gweesin in https://github.com/opentiny/tiny-vue/pull/3117
181
- - fix(popper): [tooltip,popover] fix popper doms in custom element, cant get zindex by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3126
182
- - fix(transfer): [transfer] add is-filterable className to transfer-panel's root dom by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3127
183
- - fix:[icon]Lightning icon hovers the whole blackening by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3132
184
- - fix(utils): fix the `crypt` function for missing `await` by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3139
185
- - fix(grid): [grid] fix mobile first empty slot by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3140
186
- - fix(base-select): [base-select,select] modify test cases by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/3141
187
- - fix(carousel): [carousel] change demo of theme by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3149
188
- - fix(checkbox-group): sync theme-saas by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3156
189
- - fix(tag): [tag,select] tag add maxWidth prop, and select add maxTagWidth prop by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3158
190
- - fix: fix features page style by @kagol in https://github.com/opentiny/tiny-vue/pull/3161
191
- - fix(utils): modify the date formatting function, remove redundant parameters and optimize the logic by @zzcr in https://github.com/opentiny/tiny-vue/pull/3169
192
- - fix(popconfirm): add handleDocumentClick to IPopconfirmApi interface by @betavs in https://github.com/opentiny/tiny-vue/pull/3170
193
- - fix(cascader): [cascader] fix component theme by @lcy0620 in https://github.com/opentiny/tiny-vue/pull/3184
194
- - fix(select): [select,base-select,tree-select,slider] fix component style issue by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/3177
195
- - fix(tooltip): [tooltip] add a default value for the contentMaxHeight property by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3192
196
- - fix(calendar-view): [calendar-view] increase the maximum height and overflow handling of calendar-view tooltip content to optimize display effect by @zzcr in https://github.com/opentiny/tiny-vue/pull/3196
197
- - fix(theme-saas): fix theme-saas build error by @zzcr in https://github.com/opentiny/tiny-vue/pull/3197
198
- - fix(grid): [grid] fix grid custom saas tree check event by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3210
199
- - fix(grid): [grid] fix duplicate empty when set is-center-empty by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3217
200
- - fix(calendar-view): [calendar-view] fix popper cant mouse enter by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3218
201
- - fix(tree-select): [tree-select] fix e2e test by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3224
202
- - fix:[checkbox,time-line,steps] fix e2e test and icon modification by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3226
203
- - fix(calendar-view): [calendar-view] fix e2e erros by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3229
204
- - fix(alert): [alert] add variables to icons by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/3236
205
- - fix(modal): [modal] modify icon by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3244
206
- - fix: [file-upload,input] Fix the icon color by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3243
207
- - fix(svgs): [select] modify Icon by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/3246
208
- - fix(query-builder): fix query builder style not align by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3227
209
- - fix: fix mobile-first long word bug by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3228
210
- - fix(grid): fix grid textarea editor hidden bug by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3230
211
- - fix: change mobile-first input suffix and prefix svg color by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3225
212
- - fix: [file-upload] Fix the display issue of uploading files without suffixes by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3233
213
- - fix(button): fix the issue where the loading attribute of the button's multi-terminal template does not take effect by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3232
214
- - fix(installation): update Vue import path and add TinyVue component example by @zzcr in https://github.com/opentiny/tiny-vue/pull/3248
215
- - fix: Fix SaaS theme packaging error issue by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3250
216
- - fix(grid): [grid] add grid no-data icon by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/3257
217
- - fix: [search] Fix the problem of the search icon not being centered on MobileFirst by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3259
218
- - fix(checkbox): [checkbox,select,base-select] change the checkbox icon and synchronously modify the checkbox style by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/3258
219
- - fix: fix the error in building the official website and add the default value of the theme by @zzcr in https://github.com/opentiny/tiny-vue/pull/3262
220
- - fix: fix build:runtime script by @kagol in https://github.com/opentiny/tiny-vue/pull/3263
41
+ * fix: [file-upload] Fix font style issue in file list by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3266>
42
+ * fix(grid): [grid] resolve the issue of empty icon by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3269>
43
+ * fix:[time-picker] fix e2e test by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3272>
44
+ * fix(collapse): adjust the padding style within the mobile-first component to optimize the visual effect by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3267>
45
+ * fix(grid): [grid] fix viewType change table column width error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3273>
46
+ * fix(transfer): [transfer] fixed a bug in the tree mode of transfer by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3277>
47
+ * fix(input): [input] fix input text word no break after warp span by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3281>
48
+ * fix: [file-upload] Optimize the position of mobile icons by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3278>
49
+ * fix(grid): [grid] fix modal not import by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3283>
50
+ * fix(card-group): [card-group] add empty icon by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3299>
51
+ * fix(grid): [grid] fix not import error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3306>
52
+ * fix(tree): [tree] elevate the priority #3119 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3284>
53
+ * fix(date-picker):[date-picker]Fix partially disabled in the same year year not selectable by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3307>
54
+ * fix:[docs]Hide the plus document drill field button by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3309>
55
+ * fix: modifying the tree-menu component document #3069 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3314>
56
+ * fix(button): fixed the border color and text color of the multi-ended button disabled button by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3311>
57
+ * fix: modifying the steps component document #3076 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3312>
58
+ * fix: [file-upload] Fix the bug of uncontrollable file name length in SaaS mode and mobile first mode by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3318>
59
+ * fix(picker): range-picker add tabindex by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3313>
60
+ * fix: modifying the tag component document #3074 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3315>
61
+ * fix(from-item): fixed the problem that there would be an extra space in template compilation under vue2 by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3316>
62
+ * fix(tag): fix tag component multi-terminal template running error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3320>
63
+ * fix: [fluent-editor] Fix the issue where tables can still be edited when disabled by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3297>
64
+ * fix(form): fix form-item margin bottom by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3319>
65
+ * fix: fix textarea displayOnly word break by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3330>
66
+ * fix(numeric): in the mobilefirst of the numeric component, the default width is set to fill the available space by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3326>
67
+ * fix(autocomplete): [autocomplete] fix dispatch form-item validate error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3329>
68
+ * fix(grid): [grid]Fixed the problem of invalid event monitoring for configuration table selection by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3328>
69
+ * fix(numeric): [numeric] fixed the issue that numberic reported an error when processing scientific notation with BigInt syntax by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3325>
70
+ * fix(tree-select): [base-select, tree-select] fix deleteTag not working by @kagol in <https://github.com/opentiny/tiny-vue/pull/3332>
71
+ * fix(picker): [date-picker]enhance the compatibility of the date picker on mobile and PC, add isPCMode parameter to control the display logic by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3336>
72
+ * fix(form): fix small size form validation position by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3334>
73
+ * fix(grid): [grid] fix input no cursor when dropConfig set filter by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3343>
74
+ * fix(grid): [grid] fix grid overflow-scroll when browser scale by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3341>
75
+ * fix(grid): [grid] fix grid not visible at custom apply by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3339>
76
+ * fix(transfer): fix the default selection does not checked in the tree component under Vue 2 by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3344>
77
+ * fix(examples): 修正autocomplete案例标题size值与示例文字不符,容易误导用户。 by @sakurajiajia in <https://github.com/opentiny/tiny-vue/pull/3351>
78
+ * fix(grid,dropdown,select, pager,tooltip):fix the saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3347>
79
+ * fix(grid): fix date-picker input style error in filter panel by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3346>
80
+ * fix(utils): fix tooltip arrow safe padding by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3354>
81
+ * fix(grid,tooltip,select,tag):Fix saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3358>
82
+ * fix(flowchart): The hand mouse is not displayed when the component node is unavailable, and the error reporting problem of flowchart drill field is fixed by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3356>
83
+ * fix: fix tsconfig paths not working by @kagol in <https://github.com/opentiny/tiny-vue/pull/3362>
84
+ * fix(tooltip,grid):Fix the saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3361>
85
+ * fix: [grid] Add a scroll bar at the bottom of the SaaS theme table to be placed inside the table, with only one border at the bottom by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3365>
86
+ * fix(input): [input] modify the border issue of the input component under the saas theme by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3367>
87
+ * fix(grid): [grid] modify the size of the grid component header icon under the saas theme by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3370>
88
+ * fix(time-spinner): [time-spinner] fix startDate & endDate prop type issue when isRan… by @Darkingtail in <https://github.com/opentiny/tiny-vue/pull/3296>
89
+ * fix: [image] Fixed the bug of previewing large blank images during asynchronous initialization operations by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3371>
90
+ * fix(select): remove the binding of dropStyle to the scrollbar by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3381>
91
+ * fix: modify the SaaS theme style of the dialog-box window by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3380>
92
+ * fix(cascader): Fixes the issue where cascader components use asynchronous data in hover mode, but cannot accurately locate the selected item when binding value updates by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3374>
93
+ * fix(input): Modify the color of the placeholder in the bottom right corner of the input component textarea type in the SaaS theme by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3375>
94
+ * fix: fixed the problem that fullscreen style would pollute the global by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3379>
95
+ * fix: Fixed the issue of misalignment between the clear and search buttons for four different sizes in mobile first mode of the search component by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3378>
96
+ * fix(utils): fix popper flip error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3386>
97
+ * fix: Fix the title line height of mobile first steps by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3385>
98
+ * fix(dropdown,tooltip):Fix the saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3384>
99
+ * fix(textarea): Update the background color and related styles of the counter by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3387>
100
+ * fix(number-animation): add version information for the number animation component and fix the loading error problem under the SaaS theme by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3390>
101
+ * fix(date-picker):Fix the default time zone is not displayed by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3389>
102
+ * fix(theme-saas): add margin-bottom:4px for select-dropdown flip to top by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3388>
103
+ * fix(file-upload): Modify the import method of e2e test case path for file-upload component by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3393>
104
+ * fix(pop-upload): Change the pop-upload e2e test case to ES6 import mode by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3395>
105
+ * fix(site): rewrite the theme of code highlight by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3397>
106
+ * fix(site): use purple for attr's color by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3406>
107
+ * fix(grid):Fix the table bottom border display exception. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3402>
108
+ * fix(steps): Modify the rendering logic of the steps component based on the design draft by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3399>
109
+ * fix(upload): add the "relative" style to the root node of "upload" by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3409>
110
+ * fix(popper): [tooltip,popover] enhance the isScrollElement function to add judgment on element type and scroll bar by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3411>
111
+ * fix(popeditor): add three slot to popeditor by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3416>
112
+ * fix(export): handle special values ​​in CSV export, ensure null, undefined and NaN are displayed correctly by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3418>
113
+ * fix: fix grid width error when grid has scrollbar by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3421>
114
+ * fix(tooltip): fix tooltip's box-shadow and invalid text of form-item's style by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3420>
115
+ * fix(vue-common): compatible with camel case format and mutton string format of transferred attributes, optimized attribute overwriting logic by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3427>
116
+ * fix(date-picker):Fix the e2e test by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3430>
117
+ * fix(popeditor): fix popeditor can not set grid props by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3431>
221
118
 
222
119
  ### Other Changes
223
120
 
224
- - refactor(mobile): remove @opentiny/mobile-utils package, and add alias path by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2767
225
- - refactor(mobile): add d.ts export files for mobile build by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2781
226
- - docs: added Vitepress packaging to FAQ section by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2776
227
- - docs: add mobile demo preview by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2807
228
- - refactor(utils): [grid,tree] rename log to logger by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2826
229
- - docs(tiny-editor): fix TinyEditor website link by @kagol in https://github.com/opentiny/tiny-vue/pull/2861
230
- - docs: convert the mobile demo to the composition-api format by @zzcr in https://github.com/opentiny/tiny-vue/pull/2873
231
- - refactor: refactor mobile site by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2808
232
- - docs: fix plus doc load error by @zzcr in https://github.com/opentiny/tiny-vue/pull/3016
233
- - docs(site): add webpack to parse vue-fluent-editor related dependencies FAQ by @zzcr in https://github.com/opentiny/tiny-vue/pull/3130
234
- - docs: add feature list by @kagol in https://github.com/opentiny/tiny-vue/pull/3135
235
- - docs: optimize feature list page by @kagol in https://github.com/opentiny/tiny-vue/pull/3137
236
- - docs: optimize features of action-menu/alert/anchor and so on by @kagol in https://github.com/opentiny/tiny-vue/pull/3142
237
- - docs: add features of carousel/cascader/checkout and so on by @kagol in https://github.com/opentiny/tiny-vue/pull/3144
238
- - docs: optimize features of dialog-select/divider/drawer and so on by @kagol in https://github.com/opentiny/tiny-vue/pull/3145
239
- - docs: optimize features of guide/image/link and so on by @kagol in https://github.com/opentiny/tiny-vue/pull/3147
240
- - docs: optimize features of popconfirm/popeditor/rate and so on by @kagol in https://github.com/opentiny/tiny-vue/pull/3150
241
- - docs: optimize features of date-picker/dialog-box/dropdown and so on by @kagol in https://github.com/opentiny/tiny-vue/pull/3151
242
- - docs: add XSS whitelist configuration FAQ by @zzcr in https://github.com/opentiny/tiny-vue/pull/3148
243
- - docs(select): [select] add dropdown menu top slot official website documen by @zzcr in https://github.com/opentiny/tiny-vue/pull/3186
244
- - docs(api): [popeditor] update type for popselector by @betavs in https://github.com/opentiny/tiny-vue/pull/3179
245
- - docs(api): [popupload] update type for size by @betavs in https://github.com/opentiny/tiny-vue/pull/3180
246
- - docs(api): [popupload] update description for size by @betavs in https://github.com/opentiny/tiny-vue/pull/3188
247
- - docs(guide): [guide] add show-step property and etc. by @hu-qi in https://github.com/opentiny/tiny-vue/pull/3189
248
- - docs: optimize grid docs by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3215
249
- - docs: optimize cloud in the features page by @kagol in https://github.com/opentiny/tiny-vue/pull/3254
250
- - docs: update checkbox icons by @kagol in https://github.com/opentiny/tiny-vue/pull/3256
251
- - docs: add test in the features page by @kagol in https://github.com/opentiny/tiny-vue/pull/3255
252
- - docs: update playground by @kagol in https://github.com/opentiny/tiny-vue/pull/3264
121
+ * docs: add hu-qi as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3287>
122
+ * docs: add tsinghua-lau as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3288>
123
+ * docs: add Darkingtail as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3290>
124
+ * docs: add hashiqi12138 as a contributor for bug by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3291>
125
+ * docs: add discreted66 as a contributor for code by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3292>
126
+ * docs: add lcy0620 as a contributor for code by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3293>
127
+ * docs: [anchor] Add offsetTop API documentation and optimize example documentation by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3298>
128
+ * docs: add changelog v3.22.0 by @kagol in <https://github.com/opentiny/tiny-vue/pull/3303>
129
+ * docs: update runtime usage documentation to avoid misleading user by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3368>
130
+ * docs: added configuration examples to improve all TinyVue related dependencies to solve the problem that pnpm projects need to install multiple sub-packages by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3377>
131
+ * docs: add sakurajiajia as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3400>
132
+ * docs: add 552847957 as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3401>
253
133
 
254
134
  ## New Contributors
255
135
 
256
- - @hashiqi12138 made their first contribution in https://github.com/opentiny/tiny-vue/pull/2914
257
- - @Darkingtail made their first contribution in https://github.com/opentiny/tiny-vue/pull/2916
258
- - @lcy0620 made their first contribution in https://github.com/opentiny/tiny-vue/pull/2964
259
- - @tsinghua-lau made their first contribution in https://github.com/opentiny/tiny-vue/pull/2992
260
- - @hu-qi made their first contribution in https://github.com/opentiny/tiny-vue/pull/3189
136
+ * @sakurajiajia made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3351>
137
+ * @552847957 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3352>
261
138
 
262
- ## v2.21.0/v3.21.0
139
+ ## v2.22.0/v3.22.0
263
140
 
264
- `2025/01/15`
141
+ `2025/04/07`
265
142
 
266
143
  ## What's Changed
267
144
 
268
145
  ### Exciting New Features 🎉
269
146
 
270
- - 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
271
- - 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
272
- - fix(random): [random] use Math.random() instead to support SSR by @18003228289 in https://github.com/opentiny/tiny-vue/pull/1868
273
- - feat: add nuxt dev environment by @zzcr in https://github.com/opentiny/tiny-vue/pull/1993
274
- - feat: add mobile dependence by @zzcr in https://github.com/opentiny/tiny-vue/pull/2609
275
- - feat: sync 3.20.0 to dev by @zzcr in https://github.com/opentiny/tiny-vue/pull/2639
276
- - feat: support nuxt by @zzcr in https://github.com/opentiny/tiny-vue/pull/2635
277
- - feat(dropdown): [dropdown] add right side expansion function for dropdown by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2608
278
- - feat: support nuxt by @kagol in https://github.com/opentiny/tiny-vue/pull/2641
279
- - feat: add @opentiny/utils package by @zzcr in https://github.com/opentiny/tiny-vue/pull/2661
280
- - feat(fluent-editor): add before-editor-init props by @kagol in https://github.com/opentiny/tiny-vue/pull/2670
281
- - 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
282
- - feat(site): Optimize site documentation typesetting by @dufu1991 in https://github.com/opentiny/tiny-vue/pull/2688
283
- - 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
284
- - feat(nav-menu): [nav-menu] Add custom selected mode by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2718
285
- - feat(nav-menu): [nav-menu] Simplify the demo data by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2728
286
- - feat: add utils packages type module by @zzcr in https://github.com/opentiny/tiny-vue/pull/2731
287
- - feat: update version to 3.21.0 by @zzcr in https://github.com/opentiny/tiny-vue/pull/2734
288
- - feat: remove chart e2e-test cases by @zzcr in https://github.com/opentiny/tiny-vue/pull/2742
289
- - feat(alert): [alert] display title when size is large by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2744
290
- - feat: enhance the divider dialogbox treemenu function by @zzcr in https://github.com/opentiny/tiny-vue/pull/2758
291
- - feat: update playground versions by @zzcr in https://github.com/opentiny/tiny-vue/pull/2763
292
- - feat(alert): [alert] display title when size is large in mobile-first by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2765
147
+ * feat: Support dark theme🎉 [#2946](https://github.com/opentiny/tiny-vue/pull/2946) [#2948](https://github.com/opentiny/tiny-vue/pull/2948) [#2951](https://github.com/opentiny/tiny-vue/pull/2951) and so on.
148
+ * feat(mobile): optimize the mobile common package name and import path and improve xss dependency by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2777>
149
+ * feat: go through the mobile packaging build and release process and fix the bugs found during the build and release by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2780>
150
+ * feat(theme-mobile): optimize the theme-mobile project css variable names and add undefined css variables by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2782>
151
+ * feat(pager): [pager] add change-compat to control whether trigger cha… by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2783>
152
+ * feat: add license to mobile components by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2802>
153
+ * feat(dropdown): [dropdown] add visible attribute to support user-defined panel display. by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2774>
154
+ * feat(tree-menu): [tree-menu] Add static data and unused topic variables for rectification by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2803>
155
+ * feat: add next/cloud-icons project by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2821>
156
+ * feat(theme-mobile): [button] Adjust the theme of mobile by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/2820>
157
+ * feat(vue/image): [image]the image component supports binary stream base64 format by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2829>
158
+ * feat(date-panel): [date-panel,date-picker] DatePicker support using only date panel by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/2818>
159
+ * feat(modal): [modal] add show-close feature by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2840>
160
+ * feat(image): [image] The image component supports base64 in svg format by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2858>
161
+ * feat(vue-hooks): add hooks package packaging logic by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2866>
162
+ * feat:[date-panel,date-range,date-picker]DatePicker support using only date range panel by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/2869>
163
+ * feat(utils): add a whitelist for xss in rich text components by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2879>
164
+ * feat:[month-range,year-range,date-panel,date-picker]The DatePanel supports the month/year range panel by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/2875>
165
+ * feat(theme): [button] add dark themes, modify other theme variables and component level variables by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/2898>
166
+ * feat(theme): add tinyDarkTheme for themeTool and add dark-theme router for sites by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2904>
167
+ * feat(steps): add content-center prop to steps and add two saas icons by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2907>
168
+ * feat(site): the official website adds the function of dynamically switching between light and dark themes by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2911>
169
+ * feat(date-panel):[date-picker,date-panel] DatePanel supports the month and year panels by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/2909>
170
+ * feat: add huicharts runtime and update docs by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2981>
171
+ * feat(progress): [progress] add slot support for custom status icons by @gweesin in <https://github.com/opentiny/tiny-vue/pull/2979>
172
+ * feat(tag): [tag] improve close icon interaction by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3006>
173
+ * feat(grid): [grid] expose getTreeExpandeds function by @gweesin in <https://github.com/opentiny/tiny-vue/pull/2996>
174
+ * feat(grid): [grid] add mobile first empty slot by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3018>
175
+ * feat(calendar): [calendar] add year and month specification demo and tests by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3039>
176
+ * feat(utils): resolve common function ts error by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2903>
177
+ * feat: Adds variable default value handling in build theme by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3122>
178
+ * feat: base var style adapt shadow-root by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3155>
179
+ * feat: optimize the dark mode switching method, reduce the size of non-dark theme user packages, and add dark theme switching documents by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3153>
180
+ * feat(theme): [select] modify the scrollbar and popper to unify the style by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/3160>
181
+ * feat: Add default values to theme variables by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3162>
182
+ * feat(utils): use cursor to add comments, ts type declarations, and vitest test cases to utils functions by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3138>
183
+ * feat(utils): add comments, ts type declarations, and vitest test cases to utils functions by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3154>
184
+ * feat: [file-upload] Add file names to restricted prompt texts by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3171>
185
+ * feat(theme): [tag] adjust the common variable and adapt the tag component by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/3173>
186
+ * feat(svg): update svg resource file to adapt dark theme by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3223>
187
+ * feat: [skeleton] Add Skeleton mobile first by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3222>
188
+ * feat(modal): [modal] enhance TINYModal functionality, add type definition andoption interface by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3247>
189
+ * feat(loading): [loading] added type definition and interface of Loading component to optimize loading style processing by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3253>
190
+ * feat(message): add Message component type definition and update the type annotation of the installation method by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3252>
191
+ * feat(notify): [notify] enhance notification function, add type definition and option interface, optimize code structure by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3251>
293
192
 
294
193
  ### Bug Fixes 🐛
295
194
 
296
- - fix(crypto): [crypto] use nanoid instead to support SSR by @18003228289 in https://github.com/opentiny/tiny-vue/pull/1860
297
- - fix(ssr): [ssr] fix ssr problems by @18003228289 in https://github.com/opentiny/tiny-vue/pull/1935
298
- - fix(nuxt): update vue version to fix button slot error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2026
299
- - fix(plugin): [plugin] fix nuxt plugin by @18003228289 in https://github.com/opentiny/tiny-vue/pull/2220
300
- - fix(plugin): [plugin] fix nuxt plugin by @18003228289 in https://github.com/opentiny/tiny-vue/pull/2212
301
- - fix(chart): huiCharts 打包替换为 Chart by @Davont in https://github.com/opentiny/tiny-vue/pull/2622
302
- - fix: fix slider compilation error in vue2 by @zzcr in https://github.com/opentiny/tiny-vue/pull/2625
303
- - fix(tabbar): modify mobile tabbar problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2638
304
- - fix(dropdown-menu): fix mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2642
305
- - fix(form): modify mobile form problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2643
306
- - fix(container): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2646
307
- - fix(dialog-box): modify mobile dialog-box problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2644
308
- - fix(select): [select] fix the vertical centering of the suffix icon by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2645
309
- - fix(tree-select): solve the problem of tree attributes not being passed through by @kagol in https://github.com/opentiny/tiny-vue/pull/2659
310
- - fix(label): modify mobile bug by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2672
311
- - fix(input): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2671
312
- - fix(slider): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2669
313
- - fix(tree): default-expanded-keys description is wrong by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2667
314
- - fix(checkbox): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2666
315
- - fix(form): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2665
316
- - fix(popover): remove aria-hidden by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2664
317
- - fix(progress): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2654
318
- - fix(button): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2660
319
- - fix(auto-import-plugin): support functional components by @mengqiuleo in https://github.com/opentiny/tiny-vue/pull/2511
320
- - fix: fix warning in cascader component by @zzcr in https://github.com/opentiny/tiny-vue/pull/2662
321
- - fix(nuxt): fix the error when starting the nuxt project by @zzcr in https://github.com/opentiny/tiny-vue/pull/2668
322
- - fix(unplugin-tiny-vue): fix error TinyVueResolver name by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2676
323
- - fix(action-sheet): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2692
324
- - fix(pull-refresh): modify mobile bug by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2677
325
- - fix(exception): modify mobile problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2690
326
- - 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
327
- - fix(vue-renderless): [action-menu, alert] fix site: Optimize site documentation typesetting by @dufu1991 in https://github.com/opentiny/tiny-vue/pull/2693
328
- - fix: fix change theme error when open playground by @zzcr in https://github.com/opentiny/tiny-vue/pull/2681
329
- - 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
330
- - fix(mobile): fix mobile components build error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2696
331
- - fix(site): fix error when build saas site by @zzcr in https://github.com/opentiny/tiny-vue/pull/2701
332
- - fix(mini-picker): the demo on the mobile client is modified. by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2698
333
- - fix(modal): modify the display and error issues of the mobile demo by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2704
334
- - 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
335
- - 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
336
- - 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
337
- - fix(vue-renderless): [grid] fix site: Optimize site documentation typesetting by @dufu1991 in https://github.com/opentiny/tiny-vue/pull/2714
338
- - fix(grid): [grid] fix the initial position on the left when dragging by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2719
339
- - 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
340
- - 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
341
- - fix(input): [input] cancel bacground style of input count in textarea by @wNing50 in https://github.com/opentiny/tiny-vue/pull/2715
342
- - fix(modal): [modal] repeatedly dispatch the close event by @betavs in https://github.com/opentiny/tiny-vue/pull/2573
343
- - 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
344
- - 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
345
- - 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
346
- - 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
347
- - 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
348
- - fix: supplement mistakenly deleted files by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2736
349
- - fix(e2e): [tooltip,select] fix the security that causes e2e test failures. by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2743
350
- - 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
351
- - 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
352
- - fix(demos/checkbox): [checkbox] fix checkbox e2e-test error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2745
353
- - fix(modal): [modal] modify e2e test case error by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2747
354
- - fix(date-picker): [date-picker] fix date-picker e2e test error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2749
355
- - fix(time-select): [time-select] Fix and optimize issues with invalid by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2735
356
- - fix(popeditor): the default width of the label in popeditor is added by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2750
357
- - fix(modal): [modal] the style does not take effect by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2751
358
- - 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
359
- - fix(grid): [grid] fix can not select first option when value is empty by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2756
360
- - fix(dialog-box): [dialog-box] modify the style of the dialog box by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2757
361
- - fix(loading): [loading] v-loading's lifecycle name replace by inserted by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2759
362
- - fix(grid): [grid] fix checkbox border become smaller when config show… by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2762
363
- - fix: fix huichart build error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2760
364
- - fix(renderless): fix renderless package publish error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2761
365
- - fix(divider): [divider] modify e2e test cases for the divider component by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2766
195
+ * fix(select): [select] fix the problem that both tooltip and title are displayed when the select command is run in display-only mode. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2772>
196
+ * fix(pager): [pager] fix pager type error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2801>
197
+ * fix: modify the mobile layout and click the example/API. The browser address anchor is not defined, the composition code is hidden, and the home page icon is not found by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2806>
198
+ * fix(e2e): fix all e2e test error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2811>
199
+ * fix(grid): [grid] fix grid error e2e test by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2815>
200
+ * fix(vue2): fix vue2 dev startup error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2822>
201
+ * fix(sites): fix the error when installing vue-docs dependencies in pnpm by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2816>
202
+ * fix(grid): [grid] fix amount label wrap bug by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2828>
203
+ * fix(utils): fixed the issue that the release version of the utils package could not correspond by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2837>
204
+ * fix(dialog-select): fixed an issue where grid data could not be loaded when initially visible was set to true by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2835>
205
+ * fix(color-picker): [color-picker] fix color-picker props valid error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2841>
206
+ * fix(select): [select] fix component error caused by vue2 deep cleanup memory leak by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2843>
207
+ * fix(e2e): [pop-upload, file-upload] Fix e2e test case errors after internationalization by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2847>
208
+ * fix(dialog-box): [dialog-box] right pop-up window height style issue by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2844>
209
+ * fix(grid): [grid] validate successful add return value in promise sense by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2851>
210
+ * fix(user): [user] fix the issue of incorrect file names in the demo by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/2855>
211
+ * fix(load-list): avoid tinyList and tinyTimeLine regisiter twice by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2854>
212
+ * fix(alert): move close icon to center by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2856>
213
+ * fix(time-line-new): [time-line-new] update timeline-new demos ,to avoid compiled error by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2859>
214
+ * fix(dialog-select): [dialog-select] fixed an issue where grid data could not be loaded when initially visible was set to true by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2862>
215
+ * fix(utils): delete the renderless/common directory and adjust all reference paths. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2849>
216
+ * fix(vue-directive): unify the functions in vue-hooks into double-layer functions and optimize the infinite-scroll function by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2864>
217
+ * fix(vue): modify the correct package dependency by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2865>
218
+ * fix(fluent-editor): [fluent-editor] Fixed the bug where the cursor was out of focus when entering line breaks after modifying the font style of the rich text box by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2880>
219
+ * fix(select):[select] fix the focus event is triggered and prevent the panel from failing to collapse by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2876>
220
+ * fix(grid): [grid] fix setActiveRow scroll to error position when set visual scroll by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2878>
221
+ * fix(renderless): restore the removed InfiniteScroll variable by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2882>
222
+ * fix(nav-menu): [nav-menu] fix the e2e error in the nav-menu component by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2883>
223
+ * fix(radio): [radio] resolve the issue of text wrapping not being centered in radio components by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2884>
224
+ * fix(huicharts): fix the script error of Huicharts saas theme by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2887>
225
+ * fix(fluent-editor): fix the error problem of vue-fluent-editor introduced in ssr environment by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2888>
226
+ * fix(renderless): fix wrong path of useEventListener by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2894>
227
+ * fix(calendar-view):[calendar-view] Verifying SaaS Theme Modification by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2886>
228
+ * fix(input): [input] fix textarea word wrap style by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2896>
229
+ * fix(input): [input] fix textarea word wrap style by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2899>
230
+ * fix(date-picker):[date-picker] In the disabled state, can click the icon to activate the panel. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/2900>
231
+ * fix(select): [select] fix state.selected.state is empty object, and can't get the right displayText by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2902>
232
+ * fix(site): add the correct responsive position for .search-box by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2893>
233
+ * fix(tabs): [tabs] Fixed the bug where the use of separators in tabs resulted in misaligned buttons at both ends and separators not being centered by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2912>
234
+ * fix(card): [card] Style pollution caused by modifying the card component by @Youyou-smiles in <https://github.com/opentiny/tiny-vue/pull/2910>
235
+ * fix: 编译入口名称调整 by @hashiqi12138 in <https://github.com/opentiny/tiny-vue/pull/2914>
236
+ * fix(upload-list):progress props width type issue in upload-list(#2915) by @Darkingtail in <https://github.com/opentiny/tiny-vue/pull/2916>
237
+ * fix(file-upload): [file-upload] Adjust the style of the mobile-first button for uploading components by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2918>
238
+ * fix(charts): [charts]Pack and remove huicharts files by @Davont in <https://github.com/opentiny/tiny-vue/pull/2897>
239
+ * fix: fix the error when loading chart component by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2921>
240
+ * fix(grid): [grid] Fix bug where dragging and dropping in the expanded state of the table cannot render correctly by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2901>
241
+ * fix: fix form item not align when set display-only by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2927>
242
+ * fix(button): [button,tag] fix the display problem of the button and tag components in dark mode by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2928>
243
+ * fix(cascader): [cascader,select] add the changeCompat attribute to the component by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2934>
244
+ * fix(icon): [icon] Fix bug where loading shadow icon size and margin do not comply with specifications by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/2935>
245
+ * fix(button): [select] add button's cssvar and fix select reference slot's problem by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2941>
246
+ * fix(pager): [pager] add Pager component internationalization by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2939>
247
+ * fix(calendar-view): [calendar-view] modify the configuration of calendar view hours, minutes, and seconds, and adding an attribute by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2932>
248
+ * fix(cascader): [cascader] fix cascader dont emit change by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2944>
249
+ * fix(dialog-box): [dialog-box] modify the full screen content height of the dialog box component not being fully supported by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2947>
250
+ * fix: fix form item not align when set display-only by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2950>
251
+ * fix(grid): [grid] fix gird header tip error show by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2949>
252
+ * fix(date-picker):[date-picker]Formatted MMMs are displayed as abbreviations, and MMMMs are displayed as full spellings. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/2945>
253
+ * fix(renderless): [base-select] designConfig 未配置 spacingHeight时高度无法自动计算 by @hashiqi12138 in <https://github.com/opentiny/tiny-vue/pull/2926>
254
+ * fix(site): official website adapts to the dark mode. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2956>
255
+ * fix: fix grid header style and tabs style in dark mode by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2957>
256
+ * fix: fix tabs background color style in dark mode by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2960>
257
+ * fix: fix mobile first input prepend content wrap by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2958>
258
+ * fix: fixed the background color of the official website API table expansion by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2962>
259
+ * fix(guide): [guide] resolve the situation where data cannot be bound when editing pop ups in tables by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2961>
260
+ * fix(site): official website adapts to the dark mode. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2963>
261
+ * fix(grid): [grid] resolve incomplete display of table icons by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/2966>
262
+ * fix(site): fix source code's highlight color by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2968>
263
+ * fix(datetime-picker): fix datetime-picker's display to flex in mobilefirst by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2969>
264
+ * fix(grid): [grid ] fix grid show overflow tip error when navigator scale by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2971>
265
+ * fix(renderless): fix renderless publish error and fix button-group apis by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2983>
266
+ * fix(vuerenderless/grid): 支持designConfig中配置tooltip by @hashiqi12138 in <https://github.com/opentiny/tiny-vue/pull/2977>
267
+ * fix(grid): [grid] fix error of grid component and fix huicharts being packaged and excluded by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2994>
268
+ * fix(e2e): [tag-group,skeleton] fix e2e by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3000>
269
+ * fix(badge): [badge] fixed the incorrect dot badge style for values by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3009>
270
+ * fix(docs):Fixed an issue where plus will display header search and description by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3002>
271
+ * fix(carousel): [carousel] modify color theme variables by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2999>
272
+ * fix(site): refactor the implementation mode of switch dark theme by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2995>
273
+ * fix(site): remove css nests by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3011>
274
+ * fix(form): fix form array type message by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3017>
275
+ * fix(site): fix header's background color on dark theme by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3019>
276
+ * fix(docs):Modified the TinyVuePlus description. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3021>
277
+ * fix(calendar-view): [calendar-view] change month type from string to number by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3041>
278
+ * fix(button-group): [button-group] update size prop type and add validator by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3038>
279
+ * fix(docs): modify the path in the chart document by @Davont in <https://github.com/opentiny/tiny-vue/pull/3042>
280
+ * fix(color-select-panel): [color-select-panel] change theme by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3043>
281
+ * fix(docs): [file-upload] Fix the issue of uploading component documents by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3047>
282
+ * fix(site): document search box adapts to the dark theme. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3046>
283
+ * fix(utils): add nanoid.ts to utils by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3050>
284
+ * fix(crop): [crop] change theme by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3015>
285
+ * fix(breadcrumb): [breadcrumb] update size prop type and add validator by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3037>
286
+ * fix(form): [form] modifying form validation sorting issues in asynchronous situations by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2982>
287
+ * fix(grid): [grid] fix scrollLeft error after header drag resize by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3087>
288
+ * fix: make design parameter optional in getAlias function by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3090>
289
+ * fix(fluent-editor): [fluent-editor] change theme by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3051>
290
+ * fix(numeric): [numeric] update controls-position prop type and add validator by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3065>
291
+ * fix(input): [input] fix prop types for cols, rows, and input-box-type by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3066>
292
+ * fix(tree-menu): [tree-menu] resolve input box style issues during folding and hover status issues in dark mode by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3049>
293
+ * fix(site):Fixed the plus official website interface and type document display by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3062>
294
+ * fix(image): [image] fix 'appendToBody' definition placement error by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3067>
295
+ * fix(card): [card] fix card type definition error by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3088>
296
+ * fix(pager): [pager] fix align responsive cannot work and size docs by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3091>
297
+ * fix(file-upload): [file-upload] Fix the issue of incomplete prompts for uploading components by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3095>
298
+ * fix(datePicker):[date-picker]Fix the display of datePicker deletion icon in dark themes. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3094>
299
+ * fix(input): [input] fixed the abnormal display of the input box back icon in read-only mode by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3096>
300
+ * fix(select): [select] fix the issue where the `dropStyle` attribute of the `select` component is not passed through to the internal `scrollBar` component by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3100>
301
+ * fix(date-picker,steps):[date-picker,steps]Fix the width of the datePicker panel and the background of the step bar under the dark theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3110>
302
+ * fix(form): [form] Fix the popper-options page demo style issue by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3114>
303
+ * fix(docs): fixed the issue that the drop-down panel on the official website does not follow the scrolling by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3113>
304
+ * fix(input): [input] fix size attr with opposite description by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3064>
305
+ * fix(popover): [popover] make popover placement reactive by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3093>
306
+ * fix(nav-menu): [nav-menu] add parent-key prop description by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3101>
307
+ * fix: fix unit test cases cannot be scanned by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3102>
308
+ * fix(grid): [grid] fix grid drag error when set visual scroll by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3112>
309
+ * fix(datepicker):[date-picker]Fix the panel width is abnormal. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3115>
310
+ * fix(ip-address): [ip-address] fix IPv6 display error when ipValidator not true by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3063>
311
+ * fix(datepicker):[date-picker]year panel disabling does not take effect by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3124>
312
+ * fix(tree): [tree] fix tree node slot radio cannot be displayed by @gweesin in <https://github.com/opentiny/tiny-vue/pull/3117>
313
+ * fix(popper): [tooltip,popover] fix popper doms in custom element, cant get zindex by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3126>
314
+ * fix(transfer): [transfer] add is-filterable className to transfer-panel's root dom by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3127>
315
+ * fix:[icon]Lightning icon hovers the whole blackening by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3132>
316
+ * fix(utils): fix the `crypt` function for missing `await` by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3139>
317
+ * fix(grid): [grid] fix mobile first empty slot by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3140>
318
+ * fix(base-select): [base-select,select] modify test cases by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/3141>
319
+ * fix(carousel): [carousel] change demo of theme by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3149>
320
+ * fix(checkbox-group): sync theme-saas by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3156>
321
+ * fix(tag): [tag,select] tag add maxWidth prop, and select add maxTagWidth prop by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3158>
322
+ * fix: fix features page style by @kagol in <https://github.com/opentiny/tiny-vue/pull/3161>
323
+ * fix(utils): modify the date formatting function, remove redundant parameters and optimize the logic by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3169>
324
+ * fix(popconfirm): add handleDocumentClick to IPopconfirmApi interface by @betavs in <https://github.com/opentiny/tiny-vue/pull/3170>
325
+ * fix(cascader): [cascader] fix component theme by @lcy0620 in <https://github.com/opentiny/tiny-vue/pull/3184>
326
+ * fix(select): [select,base-select,tree-select,slider] fix component style issue by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/3177>
327
+ * fix(tooltip): [tooltip] add a default value for the contentMaxHeight property by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3192>
328
+ * fix(calendar-view): [calendar-view] increase the maximum height and overflow handling of calendar-view tooltip content to optimize display effect by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3196>
329
+ * fix(theme-saas): fix theme-saas build error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3197>
330
+ * fix(grid): [grid] fix grid custom saas tree check event by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3210>
331
+ * fix(grid): [grid] fix duplicate empty when set is-center-empty by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3217>
332
+ * fix(calendar-view): [calendar-view] fix popper cant mouse enter by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3218>
333
+ * fix(tree-select): [tree-select] fix e2e test by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3224>
334
+ * fix:[checkbox,time-line,steps] fix e2e test and icon modification by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3226>
335
+ * fix(calendar-view): [calendar-view] fix e2e erros by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3229>
336
+ * fix(alert): [alert] add variables to icons by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3236>
337
+ * fix(modal): [modal] modify icon by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3244>
338
+ * fix: [file-upload,input] Fix the icon color by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3243>
339
+ * fix(svgs): [select] modify Icon by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/3246>
340
+ * fix(query-builder): fix query builder style not align by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3227>
341
+ * fix: fix mobile-first long word bug by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3228>
342
+ * fix(grid): fix grid textarea editor hidden bug by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3230>
343
+ * fix: change mobile-first input suffix and prefix svg color by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3225>
344
+ * fix: [file-upload] Fix the display issue of uploading files without suffixes by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3233>
345
+ * fix(button): fix the issue where the loading attribute of the button's multi-terminal template does not take effect by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3232>
346
+ * fix(installation): update Vue import path and add TinyVue component example by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3248>
347
+ * fix: Fix SaaS theme packaging error issue by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3250>
348
+ * fix(grid): [grid] add grid no-data icon by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3257>
349
+ * fix: [search] Fix the problem of the search icon not being centered on MobileFirst by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3259>
350
+ * fix(checkbox): [checkbox,select,base-select] change the checkbox icon and synchronously modify the checkbox style by @MomoPoppy in <https://github.com/opentiny/tiny-vue/pull/3258>
351
+ * fix: fix the error in building the official website and add the default value of the theme by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3262>
352
+ * fix: fix build:runtime script by @kagol in <https://github.com/opentiny/tiny-vue/pull/3263>
366
353
 
367
354
  ### Other Changes
368
355
 
369
- - docs: hide the search input on the left menu at open source sites by @kagol in https://github.com/opentiny/tiny-vue/pull/2607
370
- - ci: auto deploy site by @kagol in https://github.com/opentiny/tiny-vue/pull/2617
371
- - docs: add dufu1991 as a contributor for doc by @allcontributors in https://github.com/opentiny/tiny-vue/pull/2703
372
- - docs(select): add the description of the filterMethod prop for Select by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2708
373
- - 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
374
- - test(grid): [grid] fix unit test error by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2754
356
+ * refactor(mobile): remove @opentiny/mobile-utils package, and add alias path by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2767>
357
+ * refactor(mobile): add d.ts export files for mobile build by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2781>
358
+ * docs: added Vitepress packaging to FAQ section by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/2776>
359
+ * docs: add mobile demo preview by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2807>
360
+ * refactor(utils): [grid,tree] rename log to logger by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/2826>
361
+ * docs(tiny-editor): fix TinyEditor website link by @kagol in <https://github.com/opentiny/tiny-vue/pull/2861>
362
+ * docs: convert the mobile demo to the composition-api format by @zzcr in <https://github.com/opentiny/tiny-vue/pull/2873>
363
+ * refactor: refactor mobile site by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/2808>
364
+ * docs: fix plus doc load error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3016>
365
+ * docs(site): add webpack to parse vue-fluent-editor related dependencies FAQ by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3130>
366
+ * docs: add feature list by @kagol in <https://github.com/opentiny/tiny-vue/pull/3135>
367
+ * docs: optimize feature list page by @kagol in <https://github.com/opentiny/tiny-vue/pull/3137>
368
+ * docs: optimize features of action-menu/alert/anchor and so on by @kagol in <https://github.com/opentiny/tiny-vue/pull/3142>
369
+ * docs: add features of carousel/cascader/checkout and so on by @kagol in <https://github.com/opentiny/tiny-vue/pull/3144>
370
+ * docs: optimize features of dialog-select/divider/drawer and so on by @kagol in <https://github.com/opentiny/tiny-vue/pull/3145>
371
+ * docs: optimize features of guide/image/link and so on by @kagol in <https://github.com/opentiny/tiny-vue/pull/3147>
372
+ * docs: optimize features of popconfirm/popeditor/rate and so on by @kagol in <https://github.com/opentiny/tiny-vue/pull/3150>
373
+ * docs: optimize features of date-picker/dialog-box/dropdown and so on by @kagol in <https://github.com/opentiny/tiny-vue/pull/3151>
374
+ * docs: add XSS whitelist configuration FAQ by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3148>
375
+ * docs(select): [select] add dropdown menu top slot official website documen by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3186>
376
+ * docs(api): [popeditor] update type for popselector by @betavs in <https://github.com/opentiny/tiny-vue/pull/3179>
377
+ * docs(api): [popupload] update type for size by @betavs in <https://github.com/opentiny/tiny-vue/pull/3180>
378
+ * docs(api): [popupload] update description for size by @betavs in <https://github.com/opentiny/tiny-vue/pull/3188>
379
+ * docs(guide): [guide] add show-step property and etc. by @hu-qi in <https://github.com/opentiny/tiny-vue/pull/3189>
380
+ * docs: optimize grid docs by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3215>
381
+ * docs: optimize cloud in the features page by @kagol in <https://github.com/opentiny/tiny-vue/pull/3254>
382
+ * docs: update checkbox icons by @kagol in <https://github.com/opentiny/tiny-vue/pull/3256>
383
+ * docs: add test in the features page by @kagol in <https://github.com/opentiny/tiny-vue/pull/3255>
384
+ * docs: update playground by @kagol in <https://github.com/opentiny/tiny-vue/pull/3264>
375
385
 
376
386
  ## New Contributors
377
387
 
378
- - @18003228289 made their first contribution in https://github.com/opentiny/tiny-vue/pull/1761
379
- - @dufu1991 made their first contribution in https://github.com/opentiny/tiny-vue/pull/2688
388
+ * @hashiqi12138 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/2914>
389
+ * @Darkingtail made their first contribution in <https://github.com/opentiny/tiny-vue/pull/2916>
390
+ * @lcy0620 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/2964>
391
+ * @tsinghua-lau made their first contribution in <https://github.com/opentiny/tiny-vue/pull/2992>
392
+ * @hu-qi made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3189>
380
393
 
381
- ## v2.20.0/v3.20.0
394
+ ## v2.21.0/v3.21.0
382
395
 
383
- `2024/12/06`
396
+ `2025/01/15`
384
397
 
385
398
  ## What's Changed
386
399
 
387
400
  ### Exciting New Features 🎉
388
401
 
389
- - feat(grid): [grid] inline pager add padding left by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2449
390
- - feat(card): [card] Optimize style by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2454
391
- - feat(time-picker): [time-picker] Optimize and modify component style issues by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2452
392
- - feat(locales): [locales] Optimize the style and demo by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2480
393
- - feat(dept): [dept] Optimize style by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2487
394
- - feat(card): Simplification and optimization of card components by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2496
395
- - feat(theme): add old theme vars by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2503
396
- - feat(grid-select): [grid-select] add grid select component and implement single/multiple select features by @kagol in https://github.com/opentiny/tiny-vue/pull/2509
397
- - feat(grid-select): [grid-select] add filter/config features and optimize demo/api docs by @kagol in https://github.com/opentiny/tiny-vue/pull/2521
398
- - feat(input): [input,date-picker] adapt input date-picker to the old theme style by @zzcr in https://github.com/opentiny/tiny-vue/pull/2524
399
- - feat(pager): [pager] adapt to pager old theme by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2531
400
- - feat(grid-select): [grid-select] add remote feature by @kagol in https://github.com/opentiny/tiny-vue/pull/2530
401
- - feat(base-select): [base-select] optimize base select and fix some bugs by @kagol in https://github.com/opentiny/tiny-vue/pull/2532
402
- - feat(theme): optimize the overall basic variables and update treeMenu css var by @zzcr in https://github.com/opentiny/tiny-vue/pull/2534
403
- - feat(tree-select): [tree-select] add data init and optimize demo docs by @kagol in https://github.com/opentiny/tiny-vue/pull/2538
404
- - feat(time-select): [time-select] Adapt to old components by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2525
405
- - feat(date-picker): [date-picker] Adapt to the theme by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2544
406
- - feat(guide): [guide] fix style issues in the old theme by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2547
407
- - feat(steps): [steps] Adapting to the Default Theme by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2549
408
- - feat(old-theme): [dropdown,grid,tree] modify incorrect css vars by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2551
409
- - feat(grid): [grid] grid component adapt to old theme by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2554
410
- - feat(milestone): [milestone] Adapting to the Default Theme by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2559
411
- - feat: use catalog to uniformly manage pnpm project dependencies by @zzcr in https://github.com/opentiny/tiny-vue/pull/2560
412
- - feat(milestone): [milestone] The example is modified to adapt to the default theme. by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2561
413
- - feat(modal): [modal] add e2e-test and update modal demo of problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2567
414
- - feat(form): [form] form component adapt to old theme by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2562
415
- - feat(color-picker, color-select-panel): [color-picker,color-select-panel] format by @GaoNeng-wWw in https://github.com/opentiny/tiny-vue/pull/2536
416
- - feat(site): switch theme styles through routing by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2574
417
- - feat(breadcrumb): [breadcrumb] modify delimiter by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2576
418
- - feat(date-picker): [date-picker] Adapting to the old-theme by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2575
419
- - feat: [select]reduce common package size by @zzcr in https://github.com/opentiny/tiny-vue/pull/2577
420
- - feat(collapse): [collapse] fix style issues in the old theme by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2579
421
- - feat: [config-provider] optimize global configuration component documentation by @zzcr in https://github.com/opentiny/tiny-vue/pull/2578
422
- - feat: optimize basic variables and switch the overall rounded corner … by @zzcr in https://github.com/opentiny/tiny-vue/pull/2580
423
- - feat: add space var to adapt to old theme by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2581
424
- - feat: unified upgrade version number by @zzcr in https://github.com/opentiny/tiny-vue/pull/2589
425
- - feat: add design smb packages by @zzcr in https://github.com/opentiny/tiny-vue/pull/2591
426
- - feat(numeric): [numeric] add step strategy of props by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2584
427
- - feat(locale): use Object.assign for better tree shaking by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2595
428
- - feat(theme): [button] submit the initial version of aurora-theme-vars by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2596
429
- - fix(site): add smb design-config support by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2599
430
- - feat(bulletin-board): [bulletin-board] Add click events #2143 by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/2601
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>
431
425
 
432
426
  ### Bug Fixes 🐛
433
427
 
434
- - fix(popper-arrow): [tooltip, popover,dropdown] fix arrow's z-index, and remove popper-arrow class from popover,dropdown by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2446
435
- - fix(tree): [tree] remove red color from demos by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2455
436
- - fix(steps): repair bar step bar small gray dots by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2459
437
- - fix(tag): update tag's padding,border-radius by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2458
438
- - fix(drawer): [drawer] modify icon and demo problem by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2460
439
- - fix(tree-select): add emit modelValue by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2461
440
- - fix(milestone): [milestone] repair component sample document by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2463
441
- - fix(drawer): [drawer] modify demo and icon by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2465
442
- - fix(steps): [steps] fix vertical single chain text styles by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2466
443
- - fix: grid radio add white background by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2467
444
- - fix(tag): remove mini size of tag by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2468
445
- - fix(tree): [button,tree] update tree demos and the plain button's border color by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2470
446
- - fix(dialog-box): [dialog-box] modify demo by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2472
447
- - fix(time-range): [date-picker,time-picker,select,action-menu] optimization demo and modify style for time-range by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2481
448
- - fix(drawer): [drawer] modify height props,setting the height of the left and right sliders by @James-9696 in https://github.com/opentiny/tiny-vue/pull/2484
449
- - fix: [virtual-scroll-box] fixed the wrong class and horizontal scrol… by @zzcr in https://github.com/opentiny/tiny-vue/pull/2482
450
- - fix: [grid] release319, update website to fix layout in small screen by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2493
451
- - fix(tabs): [tabs] Optimize the tabs document by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2497
452
- - fix(site): fix Popper layers separate when scrolling through document by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2502
453
- - fix(input): [input] fix input container 1px higher than input by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2504
454
- - fix(docs): [anchor] Optimize the anchor document. by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2495
455
- - fix(tree): [tree] fix parent node toggle when click child node margin by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2501
456
- - fix(site): fix scroll bugs by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2506
457
- - fix(site): fix site api table style by @zzcr in https://github.com/opentiny/tiny-vue/pull/2507
458
- - fix(docs): fix the wrong filename by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2510
459
- - fix(tree-select): [tree-select] fix tree-select can't load data dynamically close #2287 by @kagol in https://github.com/opentiny/tiny-vue/pull/2500
460
- - fix(time-select): [time-select]After manually modifying the time, the initial time cannot be selected again. by @mengqiuleo in https://github.com/opentiny/tiny-vue/pull/2415
461
- - fix(input): [input] fixed the error when using v-if to switch back and forth after configuring the displayOnly attribute by @zzcr in https://github.com/opentiny/tiny-vue/pull/2527
462
- - fix(calendar-view): [calendar-view] Fix bug with invalid calendar hei… by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2520
463
- - fix(docs): Fixed an issue where the document demo disappears in github-markdown-css5.8.0. by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2537
464
- - fix(tabs): [tabs] Adapt to the old theme style by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2523
465
- - fix(base-select): [base-select] fix style issues in the old theme by @kagol in https://github.com/opentiny/tiny-vue/pull/2535
466
- - fix(base-select): fix size style by @kagol in https://github.com/opentiny/tiny-vue/pull/2541
467
- - fix(steps): [steps] Added the visibleNum prop. by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2542
468
- - fix(dropdown): [dropdown] fixed the data disorder issue caused by the composite scenario of two-layer components and self-invoking groups. by @zzcr in https://github.com/opentiny/tiny-vue/pull/2553
469
- - fix(dialog-select): fix demos for dislog-select by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2552
470
- - fix(chart): Fix chart dataZoom bug and colors bug by @Davont in https://github.com/opentiny/tiny-vue/pull/2513
471
- - fix(dropdown): [dropdown] fix icon shaking when hover by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2557
472
- - fix(option): [select] restore hoverItem method and fix the issue of i… by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2558
473
- - fix(icon): [icon] The icon search algorithm is optimized. by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2563
474
- - fix(icon): [icon] The icon search algorithm is optimized. by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/2569
475
- - fix(notify): [notify] missing title parameter style exception by @betavs in https://github.com/opentiny/tiny-vue/pull/2571
476
- - fix(button): [button,cascader] fix button's radius and cascader bgcolor by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2572
477
- - fix(select): [select] fix the problem of multiple selection of hover by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2566
478
- - fix: fix grid, flowchart, grid, tree-menu bugs by @zzcr in https://github.com/opentiny/tiny-vue/pull/2588
479
- - fix: remove mathlive demo to fixed site build error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2587
480
- - fix: fix color-select-panel error when publish by @zzcr in https://github.com/opentiny/tiny-vue/pull/2583
481
- - fix(date-picker): [date-picker] Fix the issue of icons not being cent… by @Youyou-smiles in https://github.com/opentiny/tiny-vue/pull/2592
482
- - fix(site): fix catalog flashing by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2593
483
- - fix: [button-group] fixed the bug that multiple clicks on the same button would trigger multiple events by @zzcr in https://github.com/opentiny/tiny-vue/pull/2590
484
- - fix: fix the error when starting the saas official website by @zzcr in https://github.com/opentiny/tiny-vue/pull/2594
485
- - fix(transfer): [transfer] fix uncorrect vars for transfer by @MomoPoppy in https://github.com/opentiny/tiny-vue/pull/2598
486
- - fix: fix build all components error by @zzcr in https://github.com/opentiny/tiny-vue/pull/2602
487
- - fix(site): the aurora-theme switch function is added to the official website by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/2604
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>
488
498
 
489
499
  ### Other Changes
490
500
 
491
- - docs: fix error demos after add prefix by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2456
492
- - refactor(grid): [grid] refactor grid radio style by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2462
493
- - docs: optimize i18n docs by @kagol in https://github.com/opentiny/tiny-vue/pull/2483
494
- - docs: add common footer and optimize demos scroll by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/2485
495
- - style(action-menu): misspelled word by @betavs in https://github.com/opentiny/tiny-vue/pull/2431
496
- - refactor(base-select): [base-select] remove tree/grid code from base-select by @kagol in https://github.com/opentiny/tiny-vue/pull/2522
497
- - refactor: [color-select-panel] color select panel by @GaoNeng-wWw in https://github.com/opentiny/tiny-vue/pull/2529
498
- - refactor(mobile): refactor mobile components by @zzcr in https://github.com/opentiny/tiny-vue/pull/2548
499
- - ci: add auto deploy site by @kagol in https://github.com/opentiny/tiny-vue/pull/2582
500
- - docs: add algolia search by @kagol in https://github.com/opentiny/tiny-vue/pull/2603
501
- - docs: optimize algolia search style by @kagol in https://github.com/opentiny/tiny-vue/pull/2605
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>