@opentiny/vue-docs 3.24.6 → 3.25.0

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.
Files changed (104) hide show
  1. package/demos/apis/button.js +15 -0
  2. package/demos/apis/calendar-view.js +3 -2
  3. package/demos/apis/chart-demo.js +1 -1
  4. package/demos/apis/chart-docs.js +1 -1
  5. package/demos/apis/chart-events.js +1 -1
  6. package/demos/apis/chart-question.js +1 -1
  7. package/demos/apis/chart.js +1 -1
  8. package/demos/apis/form.js +3 -0
  9. package/demos/apis/grid.js +76 -16
  10. package/demos/mobile-first/app/button/type.vue +1 -1
  11. package/demos/mobile-first/app/button/webdoc/button.js +2 -2
  12. package/demos/pc/app/action-menu/basic-usage-composition-api.vue +1 -1
  13. package/demos/pc/app/action-menu/basic-usage.vue +1 -1
  14. package/demos/pc/app/action-menu/card-mode-composition-api.vue +1 -1
  15. package/demos/pc/app/action-menu/card-mode.vue +1 -1
  16. package/demos/pc/app/action-menu/disabled-composition-api.vue +2 -2
  17. package/demos/pc/app/action-menu/disabled.vue +2 -2
  18. package/demos/pc/app/action-menu/events-composition-api.vue +1 -1
  19. package/demos/pc/app/action-menu/events.vue +1 -1
  20. package/demos/pc/app/action-menu/icon-composition-api.vue +2 -2
  21. package/demos/pc/app/action-menu/icon.vue +2 -2
  22. package/demos/pc/app/action-menu/max-show-num-composition-api.vue +1 -1
  23. package/demos/pc/app/action-menu/max-show-num.vue +1 -1
  24. package/demos/pc/app/action-menu/more-text-composition-api.vue +1 -1
  25. package/demos/pc/app/action-menu/more-text.vue +1 -1
  26. package/demos/pc/app/action-menu/popper-class-composition-api.vue +1 -1
  27. package/demos/pc/app/action-menu/popper-class.vue +1 -1
  28. package/demos/pc/app/action-menu/slot-item-composition-api.vue +1 -1
  29. package/demos/pc/app/action-menu/slot-item.vue +1 -1
  30. package/demos/pc/app/action-menu/spacing-composition-api.vue +1 -1
  31. package/demos/pc/app/action-menu/spacing.vue +1 -1
  32. package/demos/pc/app/action-menu/text-field-composition-api.vue +1 -1
  33. package/demos/pc/app/action-menu/text-field.spec.ts +1 -1
  34. package/demos/pc/app/action-menu/text-field.vue +1 -1
  35. package/demos/pc/app/button/icon-composition-api.vue +3 -1
  36. package/demos/pc/app/button/icon.vue +3 -1
  37. package/demos/pc/app/button/webdoc/button.js +3 -2
  38. package/demos/pc/app/calendar-view/calendar-mode-composition-api.vue +7 -1
  39. package/demos/pc/app/calendar-view/calendar-mode.spec.ts +3 -0
  40. package/demos/pc/app/calendar-view/calendar-mode.vue +7 -1
  41. package/demos/pc/app/carousel/webdoc/carousel.js +0 -18
  42. package/demos/pc/app/date-panel/custom-week.spec.ts +2 -2
  43. package/demos/pc/app/grid/base/basic-usage-composition-api.vue +1 -17
  44. package/demos/pc/app/grid/custom/column-fixed.spec.js +2 -1
  45. package/demos/pc/app/grid/custom/page-size.spec.js +1 -1
  46. package/demos/pc/app/grid/data-source/request-service.spec.js +1 -1
  47. package/demos/pc/app/grid/data-source/static-data.spec.js +1 -1
  48. package/demos/pc/app/grid/edit/scrollbar-not-blur-composition-api.vue +119 -0
  49. package/demos/pc/app/grid/edit/scrollbar-not-blur.spec.ts +28 -0
  50. package/demos/pc/app/grid/edit/scrollbar-not-blur.vue +129 -0
  51. package/demos/pc/app/grid/editor/custom-edit.spec.js +7 -2
  52. package/demos/pc/app/grid/empty/empty-data-iscenter.spec.js +1 -1
  53. package/demos/pc/app/grid/event/toolbar-button-click-event.spec.js +1 -1
  54. package/demos/pc/app/grid/expand/expand-trigger-slot-composition-api.vue +85 -0
  55. package/demos/pc/app/grid/expand/expand-trigger-slot.spec.ts +11 -0
  56. package/demos/pc/app/grid/expand/expand-trigger-slot.vue +95 -0
  57. package/demos/pc/app/grid/expand/set-row-expansion.spec.js +4 -0
  58. package/demos/pc/app/grid/filter/default-filter-composition-api.vue +6 -0
  59. package/demos/pc/app/grid/filter/default-filter.vue +6 -0
  60. package/demos/pc/app/grid/filter/default-relation.spec.js +1 -1
  61. package/demos/pc/app/grid/filter/server-filter.spec.js +1 -1
  62. package/demos/pc/app/grid/fixed/right-fixed-composition-api.vue +4 -4
  63. package/demos/pc/app/grid/fixed/right-fixed.vue +4 -4
  64. package/demos/pc/app/grid/footer/footer-summation-empty.spec.js +0 -1
  65. package/demos/pc/app/grid/large-data/full-data-loading.spec.js +10 -3
  66. package/demos/pc/app/grid/large-data/virtual-rolling.spec.js +9 -2
  67. package/demos/pc/app/grid/mouse-keyboard/keyboard-navigation.spec.js +4 -1
  68. package/demos/pc/app/grid/renderer/inner-renderer-date-composition-api.vue +4 -3
  69. package/demos/pc/app/grid/renderer/inner-renderer-date.spec.js +2 -2
  70. package/demos/pc/app/grid/renderer/inner-renderer-date.vue +3 -3
  71. package/demos/pc/app/grid/renderer/inner-renderer.spec.js +4 -0
  72. package/demos/pc/app/grid/size/max-min-grid-height.spec.js +2 -2
  73. package/demos/pc/app/grid/sort/combinations-sort.spec.js +2 -2
  74. package/demos/pc/app/grid/webdoc/grid-edit.js +12 -0
  75. package/demos/pc/app/grid/webdoc/grid-empty.js +1 -1
  76. package/demos/pc/app/grid/webdoc/grid-expand.js +11 -0
  77. package/demos/pc/app/icon/iconGroups.js +1 -0
  78. package/demos/pc/app/popeditor/conditions.spec.ts +1 -1
  79. package/demos/pc/app/select/nest-grid-remote.spec.ts +3 -3
  80. package/demos/pc/app/select/nest-grid.spec.ts +1 -1
  81. package/demos/pc/app/select/nest-radio-grid-much-data.spec.ts +5 -7
  82. package/demos/pc/webdoc/changelog-en.md +270 -197
  83. package/demos/pc/webdoc/changelog.md +82 -256
  84. package/package.json +19 -23
  85. package/playground/App.vue +2 -2
  86. package/src/App.vue +1 -18
  87. package/src/components/float-settings.vue +0 -13
  88. package/src/composable/utils.ts +2 -162
  89. package/src/i18n/index.js +1 -2
  90. package/src/main.js +1 -10
  91. package/src/router.js +0 -12
  92. package/src/tools/appData.js +2 -11
  93. package/src/views/components-doc/common.vue +0 -6
  94. package/src/components/MessageCard.vue +0 -117
  95. package/src/components/tiny-robot-chat.vue +0 -128
  96. package/src/composable/DifyModelProvider.ts +0 -65
  97. package/src/composable/useTinyRobot.ts +0 -167
  98. package/src/views/comprehensive/Demo.vue +0 -212
  99. package/src/views/comprehensive/index.vue +0 -380
  100. package/src/views/comprehensive/products.json +0 -98
  101. package/src/views/comprehensive/types/index.ts +0 -37
  102. package/src/views/remoter/index.vue +0 -63
  103. package/src/views/remoter/sound.vue +0 -349
  104. /package/demos/pc/app/grid/expand/{expand-config.spec.js → expand-config.spec.ts} +0 -0
@@ -1,197 +1,270 @@
1
- # Update Log
2
-
3
- ## v2.1.0/v3.1.0
4
-
5
- `2023 / 02 / 19`
6
-
7
- ###'Destructive Change
8
-
9
- - [Theme variable] If the version is upgraded, the referenced theme variable becomes invalid. Due to this upgrade, theme variables are standardized and rectified. If theme variables are used in old projects, click [Subject Replacement](https://tinyuidesign.cloudbu.huawei.com/tiny-vue/en-US/os-theme/docs/theme) to enter the tutorial and replace the old and new theme variables of the project.
10
-
11
- ### New Features
12
-
13
- - [Global scrolling switch] The PopupManager.globalScroll attribute is added to solve the problem that the pop-up layer does not follow the scrolling in some scenarios. [Reference Case] (https://w3.huawei.com/servicedesk/itservice/casemanage/#/agent?docId=KT00206971)
14
- - [Grid component] Add the function of dragging rows and setting the drag range. The toolbar provides the function of filtering columns by drop-down list.
15
- - [Select component] Add a trigger source slot.
16
-
17
- ### Defect fixing
18
-
19
- - [Numeric component] The component reports an error when the input value of the Numeric component is too long.
20
- - [Form Component] Fixed an issue where required of the FormItem component cannot be aligned when the first item is not in the first item.
21
- - [Dropdown component] Fixed issues related to the Dropdown component.
22
- - [ActionMenu] Fixed an issue where the pop-up of the ActionMenu component cannot be selected.
23
- - [Select component] The options that are selected and disabled by default for multiple selections can be deleted. The searchable function is invalid in vue2. The search box complies with HUAWEI CLOUD specifications. Filtering can be triggered when you enter a value.
24
- - [Grid component] Fixed the issue that the pagination setting and style of the personalized panel are invalid.
25
-
26
- ###'Optimization
27
-
28
- - [Popover component] Popover component loading is optimized.
29
- - [Tree component] Optimize the highlight effect of the target element when the tree node is dragged.
30
- - [Pager component] The Go button is dimmed and hovered. The simple mode is optimized. Optimized the display of numbers in the pagination list.
31
- - [FileUpload] Added the function of hiding the button when the number of uploaded files reaches the limit.
32
- - [Official website] Added the mapping table of old and new theme variables and the tutorial on replacing old and new theme variables.
33
- - [Official website] Added the description of the width attribute of the PopEditor component.
34
- - [Official website] Added the API title of the DropDown component.
35
- - [Official website] Anchor redirection of the Upload component is fixed.
36
- - [Official Website] Repair Milestone Title
37
- - [Official website] Fileupload image upload optimization function
38
- - [Official website] Optimized the example of hiding pagination when only one page button is available for the pager component. Optimized the style of the buttons on the up and down pages.
39
-
40
- ---
41
-
42
- ## v2.4.0/v3.4.0
43
-
44
- `2023 / 01 / 13`
45
-
46
- ###'Destructive Change
47
-
48
- - None.
49
-
50
- ### New Features
51
-
52
- - [ActionMenu] The ActionMenu component is added.
53
-
54
- ### Defect fixing
55
-
56
- - [BulletinBoard component] The function of adding more links to the BulletinBoard component is fixed.
57
- - [CreditCardForm Credit Card Form] Fixed an issue where the latest value cannot be changed when the number is edited when the card number is displayed.
58
- - [Dropdown component] The visible-change event of the Dropdown component is not triggered.
59
- - [Grid component] Fixed the issue that the paging setting and style of the personalized panel of the grid component are invalid.
60
- - [Grid component] Rectify the problem that the big data virtual scroll bar is incorrectly calculated after the setAllTreeExpansion method is executed in a tree table and all rows are expanded.
61
- - [Popover component] When modelValue of popover is set to true, popover display is triggered by default.
62
- - [Select component] The option that is selected by default and disabled for multiple selections of the Select component is fixed. The deletion of the option needs to be prohibited.
63
- - [ToggleMemu component] Fixed the bug that the togglememu component can obtain only the label field.
64
- - [ToggleMemu component] Discard getMenuDataSync and change it to asynchronous getMenuDataAsync.
65
-
66
- ###'Optimization
67
-
68
- - [Grid component] Added the default table pagination example and optimized the table refresh example.
69
- - [Grid component] The interaction and style of the table in editing state are consistent with HUAWEI CLOUD specifications.
70
- - [Grid component] The built-in pagination of tables is optimized. The pagination component can be displayed even when the pagination component is not introduced.
71
- - [Pager component] Copywriting internationalization of the redirection button of the pagination component
72
- - [TreeMenu component] In the expanded state, the expanded arrow turns blue only when it is changed to hover. The expanded arrow turns gray when it is moved away.
73
- - [Official website] Add smart customer service on the homepage
74
- - [Official Website] Upload Jump Anchor Fix
75
- - [Official website] The upload code example is optimized.
76
- - [Official website] Responsive layout adjustment
77
-
78
- ---
79
-
80
- ## v2.3.0/v3.3.0
81
-
82
- `2022 / 12 / 16`
83
-
84
- ###'Destructive Change
85
-
86
- - None.
87
-
88
- ### New Features
89
-
90
- - The verticalOffset attribute is added to the Notify component.
91
- - [FormItem component] Add the validate-icon attribute to FormItem.
92
- - The searchable attribute is added to the Select component. You can search for information in the lower pane.
93
- - [Official website] Add English documents and switch between Chinese and English.
94
- - [Official Website] Added the customized configuration document for internationalization.
95
-
96
- ### Defect fixing
97
-
98
- - [RadioGroup] The problem that the value assigned to a class is not rendered to the DOM is resolved.
99
- - [Notify component, which solves the problem that a new component will overlap with an existing component if a component disappears after consecutive clicks.
100
- - [Slider component] Modify the text position of the slider.
101
- - [Search component] Fixed the issue that v-model values cannot be updated in real time. To listen to real-time changes of input values, use the @update:modelValue event.
102
- - [TreeMenu component] Restore the background color of the treemenu when it is hovering.
103
- - [Grid component] Fixed an issue where the position of the scroll bar is incorrectly calculated for the table component in a multi-layer tree table structure.
104
- - [Grid component] Fixed an issue where the multi-field sorting function of the table component is invalid.
105
- - [Grid Component] Fixed an issue where the table component invokes the clear filter method, but the filter parameter in the fetchData parameter still exists.
106
- - [Official website] Fixed an issue where the anchor point of the left component jumps in the internationalization function.
107
-
108
- ###'Optimization
109
-
110
- - [Notify component] style optimization
111
- - Deleted the description of the size attribute from the FileUpload component.
112
- - [Popover component] Added the document update of the height attribute.
113
- - [Message component] Modify the height of a message.
114
- - [Icon component] Add the corresponding class for the icon.
115
- - [Official website] Compression of larger sample images in vue documents
116
- - [Official website] Underline is added to the open-source official website, and the native scroll bar hovers.
117
- - [Official Website] Open the Update Log Menu on Open Source Websites
118
- - [Official website] Remove the top progress bar during route switchover.
119
- - [Official website] Optimize the theme color of the website
120
-
121
- ---
122
-
123
- ## v2.2.0/v3.2.0
124
-
125
- `2022 / 12 / 2`
126
-
127
- ###'Destructive Change
128
-
129
- - None.
130
-
131
- ### New Features
132
-
133
- - The visible attribute is added to the Tooltip component.
134
- - The options, textField, and select events are added to the Breadcrumb component. The breadcrumb component supports profiles!
135
- - The label attribute and select event are added to the BreadcrumbItem component.
136
- - [Dropdown component] Added the menuOptions and title attributes. The drop-down menu component supports profiles!
137
- - The options and textField attributes are added to the DropdownMenu component.
138
- - [DropdownItem component] Added the label attribute.
139
- - [Notify component] The debounceDelay attribute is added to enable the anti-jitter function.
140
-
141
- ### Defect fixing
142
-
143
- - [Search component] Fixed an issue where the height is incorrect due to layout modification. Default theme 30px, unlimited theme 32px
144
- - [Pager component] Fixed an issue where the display is abnormal in the webcomponents environment.
145
- - [Popover component] Fixed an issue where the display is abnormal in the webcomponents environment.
146
- - [Form component] Fixed an issue where an error is reported during form validation in the webcomponents environment.
147
- - [Form component] Fixed the align-lable style problem.
148
- - [Chart component] The extend configuration is partially invalid.
149
-
150
- ---
151
-
152
- ## v2.1.0/v3.1.0
153
-
154
- `2022/10/31`
155
-
156
- ### 📢 Breaking changes
157
-
158
- - Remove the `rich-text` component, because the third-party plug-in `quill` introduced by the component is an overdue high-risk dependency, and if you want to continue to use it, you can use the old version: `@opentiny/vue-rich-text@3.0.0`
159
-
160
- ### New characteristics
161
-
162
- - The TinyVue component library supports type declarations and can be used normally in projects`typescript`
163
- - TinyVue component library has completed the theme configuration transformation of multiple components, and currently provides two sets of default themes: default theme and unlimited theme
164
- - [Added Dropdown dropdown drop-down component](https://rnd-think.huawei.com/tiny-vue/zh-CN/os-theme/components/dropdown)
165
- - [Added the Notify notification component](https://rnd-think.huawei.com/tiny-vue/zh-CN/os-theme/components/notify)
166
-
167
- ### 🐞 Bug fixes
168
-
169
- - Tabs component, which solves the bug of uneven underline pairs of titles
170
- - Numeric counter component, fixed the bug that when the mouse wheel scrolls to change the value, the scroll bar of the page will also scroll with it
171
- - Grid table, fix the bug that merged cells and overflow was added to the table column, resulting in style exceptions
172
- - Grid table, fix the bug that the table data does not change after binding a static data source (array), push, splice and other operations
173
- - DatePicker date picker, fix the bug that the time zone selection drop-down box cannot come out
174
- - Select component, fix the bug of creating an entry, creating an entry selected, and then re-creating the checked, or the last selected data selected
175
- - Slider widget to solve the bug that cannot be dragged
176
-
177
- ---
178
-
179
- ## v2.0.0/v3.0.0
180
-
181
- `2022/09/19`
182
-
183
- ### 📢 Breaking changes
184
-
185
- not
186
-
187
- ### New characteristics
188
-
189
- - [Select component to add the scroll event](http://3ms.huawei.com/hi/group/3955273/thread_9057711.html?mapId=10888105&t_type=ask)
190
-
191
- ### 🐞 Bug fixes
192
-
193
- - [Search component, fixed the issue that the change event fired 2 times](http://3ms.huawei.com/hi/group/3955273/thread_9057203.html?mapId=10887597&t_type=ask)
194
- - [Tabs component, fix the tab component set tab component, the internal tab item will show the bug on the outer tab](https://codehub-g.huawei.com/Tiny/TinyComponent/tiny-vue/issues/14)
195
- - [PopEditor' component, which solves the problem that the query conditions in the pop-up box cannot be entered](http://3ms.huawei.com/hi/group/3955273/thread_9057057.html?mapId=10887445&t_type=ask)
196
- - Cascader component, which solves the problem of clicking on the selected option to close the selector
197
- - RichText component, which solves the problem of console error reporting when quickly deleting variables through v-model
1
+ # Changelog
2
+
3
+ The Tiny Vue team uses a monthly release strategy under normal circumstances.
4
+
5
+ On this page, you can only see the log records of the latest three iterations of our changelog. If you want to see the full record, you can view: [Release](https://github.com/opentiny/tiny-vue/releases)
6
+
7
+ ## v3.25.0/v2.25.0
8
+
9
+ `2025/07/15`
10
+
11
+ ## What's Changed
12
+
13
+ ### Exciting New Features 🎉
14
+
15
+ - feat: add svgs by @kagol in https://github.com/opentiny/tiny-vue/pull/3522
16
+ - feat(grid): edit-config add blurOutside by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3521
17
+ - feat(calendar-view): [calendar-view]add attributes by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3525
18
+ - feat(grid): add expand trigger slot by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3518
19
+ - feat(common): use the hotspot function provided by the ArkWeb JS engine to optimize the execution of defineProperties function in the common adaptation layer by @zzcr in https://github.com/opentiny/tiny-vue/pull/3530
20
+ - feat(button): [button] add custom-style attribute by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3535
21
+ - feat: add new hot svg by @kagol in https://github.com/opentiny/tiny-vue/pull/3562
22
+ - feat(grid): add filter root attrs by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3565
23
+ - feat(grid): add tree-node button bubbling setting by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3570
24
+
25
+ ### Bug Fixes 🐛
26
+
27
+ - fix(input):Fix the saas theme by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3499
28
+ - fix(date-picker):fix timezone format by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3503
29
+ - fix(tag): tag remove inline-block by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3506
30
+ - fix(modal): add icon status style by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3504
31
+ - fix(loading): fix loading occur error when change frequently by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3513
32
+ - fix(grid): Limit the size attribute value of the paging component to 'mini' or an empty string to prevent warnings by @zzcr in https://github.com/opentiny/tiny-vue/pull/3516
33
+ - fix(anchor): fix anchor roll back issue by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3519
34
+ - fix(theme-saas): refresh theme-saas tailwind token by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3523
35
+ - fix(grid): fix custom setting style error at mobile-first by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3524
36
+ - fix(grid): Fix the table css in saas mode. by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3520
37
+ - fix(grid): fix bug after refactor by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3527
38
+ - fix(file-upload): Fix the issue of uploading components with an empty accept error by @chenxi-20 in https://github.com/opentiny/tiny-vue/pull/3529
39
+ - fix(grid): fix grid scroll to bottom error when only set max-height by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3531
40
+ - fix(grid): Fix the table css in saas mode by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3532
41
+ - fix(grid): fix resize bar cover by header by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3536
42
+ - fix(cascader): fix When using slots in cascader-panel, the mf template will error by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3537
43
+ - fix(grid): fix drag error when tbody not render by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3538
44
+ - fix(grid): fix scroll to bottom header not visible by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3539
45
+ - fix(tag): resolve the issue of style deviation when tag components have null values under the SaaS theme by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/3540
46
+ - fix(grid): fix data undefined in mobile-first by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3541
47
+ - fix(grid): fix tree table children edit revert error by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3542
48
+ - fix: adapt to tree children use splice to add row by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3543
49
+ - fix(examples/sites/demos/apis): 修复 issue #3030 中提到的图表配置项拼写错误 by @Lingchen111 in https://github.com/opentiny/tiny-vue/pull/3547
50
+ - fix(carousel): hide touch screen slideshow demo by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/3545
51
+ - fix(grid): fix document does not have getAttribute error by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3548
52
+ - fix(input): fix the problem of one more redraw caused by the immediate parameter by @zzcr in https://github.com/opentiny/tiny-vue/pull/3544
53
+ - fix(grid): fix cell click event error on edit mode by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3549
54
+ - fix(grid): fix popper edit element blur when set edit-config blurOutside by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3550
55
+ - fix(autocomplete,search,base-select,cascader,date-panel, date-range,date-picker,dropdown,input,select,tree): The component under the shadowRoot node event is invalid. by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3546
56
+ - fix(modal\notify): modifying the Color of the Information Icon in the SaaS File by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3552
57
+ - fix(vue-common): [icon]resolves the loading icon after multiple calls to render function nesting levels by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3554
58
+ - fix(autocomplete): add title native attributes by @James-9696 in https://github.com/opentiny/tiny-vue/pull/3555
59
+ - fix(grid): fix grid header divider error by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3558
60
+ - fix(tree-menu): adjusting the input box of the tree menu component can clear the symbol position by @wuyiping0628 in https://github.com/opentiny/tiny-vue/pull/3561
61
+ - fix(grid): fix dirty flag not clear after refreshData by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3560
62
+ - fix: fix login typo by @kagol in https://github.com/opentiny/tiny-vue/pull/3564
63
+ - fix(grid): clear input value after click custom extend item by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3563
64
+ - fix(pager): fix init pager-size error when not match page-sizes by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3566
65
+ - fix(grid): fix right position error when resize multi header grid by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3569
66
+ - fix(milestone):fix the milestone color matching logic is in saas mode. by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3568
67
+ - fix(auto-tip): fixed the bug that a message is displayed on the page when the element displayed in the tooltip needs to be removed and uninstalled. by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3574
68
+ - fix(tag): When the tag is a space, the tag is misplaced in the form scenario by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3572
69
+ - fix(grid):fix filter icon size in saas mode by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3576
70
+ - fix(input):fix the textarea height in single row by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3573
71
+ - fix(theme): fix dark theme in shadow dom by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3579
72
+ - fix(grid): add grid radio class name by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3578
73
+ - fix(select): update select's e2e test for grid update by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3577
74
+ - fix(input):fix single row textarea in saas mode by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3580
75
+ - fix(base-select): fix e2e test case error by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3581
76
+ - fix(color-select-panel): 颜色类型选择下拉框样式异常 by @vaebe in https://github.com/opentiny/tiny-vue/pull/3575
77
+ - fix(date-picker):date-range should return an empty array when click clear button by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3582
78
+ - fix(select): fix select's e2e by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3584
79
+
80
+ ### Other Changes
81
+
82
+ - refactor: optimize table performance and refactor the table by @zzcr in https://github.com/opentiny/tiny-vue/pull/3514
83
+
84
+ ## New Contributors
85
+
86
+ - @Lingchen111 made their first contribution in https://github.com/opentiny/tiny-vue/pull/3547
87
+
88
+ ## v3.24.0/v2.24.0
89
+
90
+ `2025/06/12`
91
+
92
+ ## What's Changed
93
+
94
+ ### Exciting New Features 🎉
95
+
96
+ - feat(pager): reconstruct the multi-terminal template of the pager component from the vue template by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3422>
97
+ - feat(steps): Add style functionality for multi terminal custom step blocks by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3435>
98
+ - feat(dialog-select): add support for clear and delete events, update related documents and sample codes by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3437>
99
+ - feat(qr-code): Add the necessary attributes to the responsive by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3456>
100
+ - feat(common): add support for MCP configuration in component setup by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3469>
101
+ - feat(site): add the tiny-robot drawer to the official website. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3467>
102
+ - feat(dialog-select): [dialog-select] add attribute lock-scroll by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3489>
103
+ - feat(popeditor): [popeditor] add attribute lock-scroll by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3490>
104
+ - feat(grid): optimize mcp configuration usage and sample code by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3494>
105
+
106
+ ### Bug Fixes 🐛
107
+
108
+ - fix(file-upload): Fix bug in file-upload component where multiple selections are merge-service and uploaded by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3424>
109
+ - fix(steps): Modify the multi terminal rendering logic and style of steps by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3441>
110
+ - fix(drowdown): add tiny-\* className to drowdown-menu's wrapper dom by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3445>
111
+ - fix(select): fix can not set grid rowId in select by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3448>
112
+ - fix(tree-menu): change the color of the dark mode icon by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3457>
113
+ - fix(tiny-split):The panel split animation is not displayed properly by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3452>
114
+ - fix(search): Fix the margin issue of multi terminal mode dropdown type by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3453>
115
+ - fix(icon):Fixed the icon color issue in dark mode by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3460>
116
+ - fix(autocomplete): autocomplete component defaults to 100% of the width by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3462>
117
+ - fix(tag): theme saas warning token value refresh, tag component style specification refresh by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3463>
118
+ - fix(form): fix the textarea style issue under the form by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3468>
119
+ - fix(select): fix the malfunction of the select component when automatically pulling down focus by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3464>
120
+ - fix(robot): add the role message markdown and upgrade the tiny-robot version by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3471>
121
+ - fix(basic-usage): update SSE URL to use HTTPS for secure connection by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3472>
122
+ - fix(date-picker):fix the init panel width and month name by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3466>
123
+ - fix: the issue of modifying line breaks for display by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3470>
124
+ - fix(grid): increase the length of drag and drop lines in the grid and remove empty values when filtering by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3475>
125
+ - fix(robot): add examples of Perfecting AI Agents by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3476>
126
+ - fix(dialog):fix dialog title line-height by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3477>
127
+ - fix(icon):delete the iconPushPinSolid default color by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3479>
128
+ - fix(calendar-view):fix the E2E test by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3483>
129
+ - fix(robot): optimized the example and added sessions and UI adjustment. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3484>
130
+ - fix(robot): add the API tab of the MCP and adjust the display control of the robot. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3485>
131
+ - fix(package): update @opentiny/tiny-vue-mcp version to 0.0.1-alpha.1 by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3487>
132
+ - fix(robot): message processing of the robot is optimized. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3491>
133
+ - fix(select): modify the DOM structure of all options in the select to be consistent with that of the regular options to solve the text alignment issue by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3488>
134
+ - fix(grid): add a border to the last row of the grid under the saas theme by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3492>
135
+
136
+ ## New Contributors
137
+
138
+ - @afkdsghk211331 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3447>
139
+
140
+ ## v2.23.0/v3.23.0
141
+
142
+ `2025/05/21`
143
+
144
+ ## What's Changed
145
+
146
+ ### Exciting New Features 🎉
147
+
148
+ - feat(number-animation): Add NumberAnimation component by @lcy0620 in <https://github.com/opentiny/tiny-vue/pull/3301>
149
+ - feat(design-config): design-config adds arbitrary attribute features of global configuration components by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3419>
150
+ - feat(config-provider): config-provider adds theme configuration function by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3353>
151
+ - 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>
152
+ - feat(calendar-view):[calendar-view]The calendar view tip time support configure by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3274>
153
+ - feat:[calendar-view]The calendar view supports click events by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3279>
154
+ - feat(popconfirm): [popconfirm] enable message slot by @betavs in <https://github.com/opentiny/tiny-vue/pull/3176>
155
+ - 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>
156
+ - 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>
157
+ - feat(card-group): modify saas style by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3305>
158
+ - feat(card-group): modify sass style by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3310>
159
+ - feat(vue-hooks): add type annotations to multiple files to enhance type safety by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3302>
160
+ - feat: [tabs] Add left button for mobile-first mode by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3317>
161
+ - feat: [form] add type definitions to utils to enhance type safety by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3322>
162
+ - feat: Add utils test commands and add utils package change check in CI by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3327>
163
+ - feat: [input]update E2E test workflow to automatically detect changed components by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3331>
164
+ - feat(grid): the renderer configuration of the table supports events event collections by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3342>
165
+ - 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>
166
+ - feat(flowchart): Add the property configuration to display the hand-shaped mouse function by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3366>
167
+ - feat(dialog-select): supports transparent transmission of selectAll, selectChange and radioChange events by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3398>
168
+ - feat(calendar-view):The schedule mode support hidden the time by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3405>
169
+ - feat(calendar-view):Mobile-first supports the hidden time in schedule mode. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3408>
170
+ - feat(modal): change the text size from md to default by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3412>
171
+
172
+ ### Bug Fixes 🐛
173
+
174
+ - fix: [file-upload] Fix font style issue in file list by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3266>
175
+ - fix(grid): [grid] resolve the issue of empty icon by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3269>
176
+ - fix:[time-picker] fix e2e test by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3272>
177
+ - 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>
178
+ - fix(grid): [grid] fix viewType change table column width error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3273>
179
+ - fix(transfer): [transfer] fixed a bug in the tree mode of transfer by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3277>
180
+ - fix(input): [input] fix input text word no break after warp span by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3281>
181
+ - fix: [file-upload] Optimize the position of mobile icons by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3278>
182
+ - fix(grid): [grid] fix modal not import by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3283>
183
+ - fix(card-group): [card-group] add empty icon by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3299>
184
+ - fix(grid): [grid] fix not import error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3306>
185
+ - fix(tree): [tree] elevate the priority #3119 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3284>
186
+ - 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>
187
+ - fix:[docs]Hide the plus document drill field button by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3309>
188
+ - fix: modifying the tree-menu component document #3069 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3314>
189
+ - 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>
190
+ - fix: modifying the steps component document #3076 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3312>
191
+ - 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>
192
+ - fix(picker): range-picker add tabindex by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3313>
193
+ - fix: modifying the tag component document #3074 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3315>
194
+ - 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>
195
+ - fix(tag): fix tag component multi-terminal template running error by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3320>
196
+ - 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>
197
+ - fix(form): fix form-item margin bottom by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3319>
198
+ - fix: fix textarea displayOnly word break by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3330>
199
+ - 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>
200
+ - fix(autocomplete): [autocomplete] fix dispatch form-item validate error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3329>
201
+ - 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>
202
+ - 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>
203
+ - fix(tree-select): [base-select, tree-select] fix deleteTag not working by @kagol in <https://github.com/opentiny/tiny-vue/pull/3332>
204
+ - 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>
205
+ - fix(form): fix small size form validation position by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3334>
206
+ - fix(grid): [grid] fix input no cursor when dropConfig set filter by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3343>
207
+ - fix(grid): [grid] fix grid overflow-scroll when browser scale by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3341>
208
+ - fix(grid): [grid] fix grid not visible at custom apply by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3339>
209
+ - 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>
210
+ - fix(examples): 修正 autocomplete 案例标题 size 值与示例文字不符,容易误导用户。 by @sakurajiajia in <https://github.com/opentiny/tiny-vue/pull/3351>
211
+ - fix(grid,dropdown,select, pager,tooltip):fix the saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3347>
212
+ - fix(grid): fix date-picker input style error in filter panel by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3346>
213
+ - fix(utils): fix tooltip arrow safe padding by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3354>
214
+ - fix(grid,tooltip,select,tag):Fix saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3358>
215
+ - 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>
216
+ - fix: fix tsconfig paths not working by @kagol in <https://github.com/opentiny/tiny-vue/pull/3362>
217
+ - fix(tooltip,grid):Fix the saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3361>
218
+ - 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>
219
+ - 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>
220
+ - 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>
221
+ - fix(time-spinner): [time-spinner] fix startDate & endDate prop type issue when isRan… by @Darkingtail in <https://github.com/opentiny/tiny-vue/pull/3296>
222
+ - 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>
223
+ - fix(select): remove the binding of dropStyle to the scrollbar by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3381>
224
+ - fix: modify the SaaS theme style of the dialog-box window by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3380>
225
+ - 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>
226
+ - 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>
227
+ - fix: fixed the problem that fullscreen style would pollute the global by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3379>
228
+ - 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>
229
+ - fix(utils): fix popper flip error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3386>
230
+ - fix: Fix the title line height of mobile first steps by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3385>
231
+ - fix(dropdown,tooltip):Fix the saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3384>
232
+ - fix(textarea): Update the background color and related styles of the counter by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3387>
233
+ - 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>
234
+ - fix(date-picker):Fix the default time zone is not displayed by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3389>
235
+ - fix(theme-saas): add margin-bottom:4px for select-dropdown flip to top by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3388>
236
+ - 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>
237
+ - 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>
238
+ - fix(site): rewrite the theme of code highlight by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3397>
239
+ - fix(site): use purple for attr's color by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3406>
240
+ - fix(grid):Fix the table bottom border display exception. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3402>
241
+ - 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>
242
+ - fix(upload): add the "relative" style to the root node of "upload" by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3409>
243
+ - 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>
244
+ - fix(popeditor): add three slot to popeditor by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3416>
245
+ - 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>
246
+ - fix: fix grid width error when grid has scrollbar by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3421>
247
+ - 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>
248
+ - 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>
249
+ - fix(date-picker):Fix the e2e test by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3430>
250
+ - fix(popeditor): fix popeditor can not set grid props by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3431>
251
+
252
+ ### Other Changes
253
+
254
+ - docs: add hu-qi as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3287>
255
+ - docs: add tsinghua-lau as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3288>
256
+ - docs: add Darkingtail as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3290>
257
+ - docs: add hashiqi12138 as a contributor for bug by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3291>
258
+ - docs: add discreted66 as a contributor for code by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3292>
259
+ - docs: add lcy0620 as a contributor for code by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3293>
260
+ - docs: [anchor] Add offsetTop API documentation and optimize example documentation by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3298>
261
+ - docs: add changelog v3.22.0 by @kagol in <https://github.com/opentiny/tiny-vue/pull/3303>
262
+ - docs: update runtime usage documentation to avoid misleading user by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3368>
263
+ - 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>
264
+ - docs: add sakurajiajia as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3400>
265
+ - docs: add 552847957 as a contributor for doc by @allcontributors in <https://github.com/opentiny/tiny-vue/pull/3401>
266
+
267
+ ## New Contributors
268
+
269
+ - @sakurajiajia made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3351>
270
+ - @552847957 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3352>