@opentiny/vue-docs 3.28.0 → 3.28.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.
- package/demos/pc/app/cascader/filter-mode-composition-api.vue +2 -1
- package/demos/pc/app/tabs/tooltip-composition-api.vue +1 -1
- package/demos/pc/app/user-head/color-composition-api.vue +2 -1
- package/demos/pc/webdoc/changelog-en.md +251 -180
- package/demos/pc/webdoc/changelog.md +120 -81
- package/package.json +6 -6
- package/playground/App.vue +8 -4
|
@@ -18,7 +18,7 @@ import { TinyTabs, TinyTabItem, TinySwitch } from '@opentiny/vue'
|
|
|
18
18
|
|
|
19
19
|
const activeName4 = ref('navigation1')
|
|
20
20
|
const tooltipConfig = ref({ effect: 'light', placement: 'left', visible: 'auto' })
|
|
21
|
-
const value = true
|
|
21
|
+
const value = ref(true)
|
|
22
22
|
const tabs3 = ref([
|
|
23
23
|
{
|
|
24
24
|
name: 'navigation1',
|
|
@@ -1,224 +1,295 @@
|
|
|
1
|
-
#
|
|
1
|
+
# 更新日志
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Tiny Vue 团队在正常情况下使用 每月 发布策略。
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
在此页面上,您只能看到我们的 更新日志 最新三个迭代的日志记录,如您要查看完整记录可以查看:[Release](https://github.com/opentiny/tiny-vue/releases)
|
|
6
6
|
|
|
7
|
-
## v3.
|
|
7
|
+
## v3.28.0/v2.28.0
|
|
8
8
|
|
|
9
|
-
`2025/
|
|
9
|
+
`2025/12/29`
|
|
10
10
|
|
|
11
11
|
## What's Changed
|
|
12
12
|
|
|
13
13
|
### Exciting New Features 🎉
|
|
14
14
|
|
|
15
|
-
- feat
|
|
16
|
-
- feat
|
|
17
|
-
- feat:
|
|
18
|
-
- feat(
|
|
19
|
-
- feat
|
|
20
|
-
- feat
|
|
21
|
-
- feat
|
|
22
|
-
- feat(
|
|
23
|
-
- feat:
|
|
24
|
-
- feat(
|
|
25
|
-
- feat(
|
|
26
|
-
- feat(
|
|
15
|
+
- feat: update SaaS icon by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3823>
|
|
16
|
+
- feat: modify document prompt style by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3826>
|
|
17
|
+
- feat(base-select): [base-select] Synchronize the select component code to the base-select component by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3834>
|
|
18
|
+
- feat(grid-select):Development of the grid-select table component by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3832>
|
|
19
|
+
- feat: modify image reference path and size by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3840>
|
|
20
|
+
- feat: removes file entries from the ignore list, reducing the number of commands that need to be executed during development by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3841>
|
|
21
|
+
- feat: add saas.html entry to Vite configuration by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3855>
|
|
22
|
+
- feat(theme): add global animation configuration by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3843>
|
|
23
|
+
- feat(select,tree-select,grid-select,base-select):reconstruct the selec component into the select-wrapper component. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3862>
|
|
24
|
+
- feat(select-wrapper,tree-select,grid-select,base-select): Add the demo and case of the select-wrapper component. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3863>
|
|
25
|
+
- feat(select-wrapper,base-select,grid-select): mobile-first base-select and grid-select development by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3871>
|
|
26
|
+
- feat(base-select,grid-select): moobile-first base-select and grid-select doc by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3872>
|
|
27
|
+
- feat(tree-select): mobile-frist tree-select and demo by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3877>
|
|
28
|
+
- feat(dropdown): add contextmenu trigger support by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3861>
|
|
29
|
+
- feat(tree-menu): [tree-menu] Can adding nodes be clicked on the document by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3878>
|
|
30
|
+
- feat(vue-renderless/drawer): add close-on-press-escape api by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3900>
|
|
31
|
+
- feat: add auto-build-main-module-docs yml by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3910>
|
|
32
|
+
- feat: automatically trigger updates to the docs document by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3906>
|
|
33
|
+
- feat(switch): add width property to support custom switch width by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3879>
|
|
34
|
+
- feat(select-wrapper, base-select, tree-select, grid-select):select-wrapper mobile-first development by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3881>
|
|
35
|
+
- feat:select-wrapper mobile-first example and documentation by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3882>
|
|
36
|
+
- feat(select-wrapper,base-select,tree-select,grid-select):tree-select support lazy loading by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3915>
|
|
37
|
+
- feat: add triggering conditions by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3922>
|
|
38
|
+
- feat(guide): triggered only when showStep is true by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3926>
|
|
39
|
+
- feat(modal): supports setting the headerDragable property by @gausszhou in <https://github.com/opentiny/tiny-vue/pull/3918>
|
|
40
|
+
- feat(autocomplete):add accessibility information by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3929>
|
|
41
|
+
- feat(checkbox):add accessibility information by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3930>
|
|
42
|
+
- feat(radio): add accessibility information by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3932>
|
|
43
|
+
- feat(input): Add accessibility information. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3936>
|
|
44
|
+
- feat(version):release 3.28.0 by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3945>
|
|
27
45
|
|
|
28
46
|
### Bug Fixes 🐛
|
|
29
47
|
|
|
30
|
-
- fix(
|
|
31
|
-
- fix:
|
|
32
|
-
- fix(
|
|
33
|
-
- fix(
|
|
34
|
-
- fix:
|
|
35
|
-
- fix
|
|
36
|
-
- fix:
|
|
37
|
-
- fix
|
|
38
|
-
- fix
|
|
39
|
-
- fix(
|
|
40
|
-
- fix(
|
|
41
|
-
- fix(
|
|
42
|
-
- fix(
|
|
43
|
-
- fix(
|
|
44
|
-
- fix
|
|
45
|
-
- fix
|
|
46
|
-
- fix
|
|
47
|
-
- fix
|
|
48
|
-
- fix(
|
|
49
|
-
- fix(grid): fix
|
|
50
|
-
- fix(
|
|
51
|
-
- fix(
|
|
52
|
-
- fix(
|
|
53
|
-
- fix(
|
|
54
|
-
- fix(
|
|
55
|
-
- fix(
|
|
56
|
-
- fix(grid): fix
|
|
57
|
-
- fix(
|
|
58
|
-
- fix(
|
|
59
|
-
- fix(
|
|
60
|
-
- fix(
|
|
61
|
-
- fix(tabs):
|
|
62
|
-
- fix(
|
|
63
|
-
- fix(
|
|
64
|
-
- fix(
|
|
65
|
-
- fix(
|
|
66
|
-
- fix(
|
|
67
|
-
- fix(
|
|
68
|
-
- fix(
|
|
69
|
-
- fix(
|
|
70
|
-
- fix(
|
|
71
|
-
- fix(
|
|
72
|
-
- fix
|
|
73
|
-
- fix(
|
|
74
|
-
- fix(grid): fix
|
|
75
|
-
- fix(
|
|
76
|
-
- fix(
|
|
77
|
-
- fix
|
|
78
|
-
- fix(
|
|
79
|
-
- fix(
|
|
80
|
-
- fix(
|
|
81
|
-
- fix(
|
|
48
|
+
- fix(grid): remove last visible row border by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3809>
|
|
49
|
+
- fix: Fixed an issue where icon-saas depended on the wrong version of the theme-saas package. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3808>
|
|
50
|
+
- fix(query-builder): document supplement by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3814>
|
|
51
|
+
- fix(space): [space]default spacing for overlay button components by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3816>
|
|
52
|
+
- fix(file-upload): The file size limit in the EDM upload mode is invalid. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3813>
|
|
53
|
+
- fix: fixed an issue where pipeline errors were caused by the gradient-parser package dependency. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3825>
|
|
54
|
+
- fix(site): site provides examples of both SaaS and non-SaaS filter modes by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3827>
|
|
55
|
+
- fix: fixed an error in the github-action build script by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3828>
|
|
56
|
+
- fix: fixed an issue where icon-multicolor failed to build. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3830>
|
|
57
|
+
- fix(tabs): fix the tab width update issue. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3839>
|
|
58
|
+
- fix(build): remove create-iconsaas command, add saas-icon builded result by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3838>
|
|
59
|
+
- fix(date-picker):fix system time zone conversion logic by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3837>
|
|
60
|
+
- fix(auto-tip): add popperClass for AutoTip directive by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3836>
|
|
61
|
+
- fix(saas): update button component size attribute by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3849>
|
|
62
|
+
- fix: optimization and Modification of SaaS Official Website by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3848>
|
|
63
|
+
- fix: fix case error IconSubScript => IconSubscript by @kagol in <https://github.com/opentiny/tiny-vue/pull/3852>
|
|
64
|
+
- fix: fix build:saas by @kagol in <https://github.com/opentiny/tiny-vue/pull/3853>
|
|
65
|
+
- fix: fix tiny-vue playground error and tiny-vue-saas error after deploy obs by @kagol in <https://github.com/opentiny/tiny-vue/pull/3856>
|
|
66
|
+
- fix(icons): add rewrite icons export ,rename subscript to sub-script by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3857>
|
|
67
|
+
- fix(grid): fix title is not reactive by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3858>
|
|
68
|
+
- fix(saas-api): hide some props in saas mode by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3842>
|
|
69
|
+
- fix(rich-text): fixed the font size setting failure. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3859>
|
|
70
|
+
- fix(timeline): add description prop for configuration mode display Fixes #3070 by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3822>
|
|
71
|
+
- fix(form-item): fix input append slot wrap in form item by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3864>
|
|
72
|
+
- fix(grid): fix undefined field can't be marked change at grid edit by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3860>
|
|
73
|
+
- fix(icons): add single icon's js file, rename icon from SubScript to Subscript by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3868>
|
|
74
|
+
- fix(grid): fix insert row can't change to edit mode by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3876>
|
|
75
|
+
- fix(saas): increase the demonstration function of screens of different sizes in the training field by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3880>
|
|
76
|
+
- fix(vite.config): remove unused saas.html input from Rollup configuration by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3885>
|
|
77
|
+
- fix(grid): fix grid prop editConfig is null by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3887>
|
|
78
|
+
- fix(file-upload): Delete extra spaces in the copywriting of the uploaded file. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3888>
|
|
79
|
+
- fix(tabs): Fixed the display exception when deleting tabs in the mobile-first vue2 environment. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3886>
|
|
80
|
+
- fix(svg): compatible with the original icon behavior. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3891>
|
|
81
|
+
- fix(grid): fix columnIndex error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3890>
|
|
82
|
+
- fix(grid): fix data not update and optimize insert and remove by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3892>
|
|
83
|
+
- fix(icons): remove error fill=none for new specification icon by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3894>
|
|
84
|
+
- fix(icons): add the third batch of icon-saas icons. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3889>
|
|
85
|
+
- fix(icon): add rename icon-- writeProductioPlan by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3895>
|
|
86
|
+
- fix(popover): fix the clickoutside bug in the pop-up component by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3899>
|
|
87
|
+
- fix(select): add some aria-\* props for ai by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3875>
|
|
88
|
+
- fix(chart): Hide Baidu Maps and Amap from the document and Repair the chart document by @Davont in <https://github.com/opentiny/tiny-vue/pull/3867>
|
|
89
|
+
- fix(grid): add border-top when set border is true by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3896>
|
|
90
|
+
- fix: fixed a build error in saas-common. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3901>
|
|
91
|
+
- fix(saas-icon): add a renamed icon for saas-icon by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3903>
|
|
92
|
+
- fix(grid): fix visible columns change wloud delete insert row by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3897>
|
|
93
|
+
- fix(split): add saas style by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3908>
|
|
94
|
+
- fix(e2e): fix e2e error caused by select refactor by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3905>
|
|
95
|
+
- fix: optimize the training ground by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3911>
|
|
96
|
+
- fix(transfer): fix it works when item data receive empty object by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3912>
|
|
97
|
+
- fix(dropdown): add aria information to the dropdown component by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3913>
|
|
98
|
+
- fix(modal): 修复 modal 组件在 alert, confirm 的弹窗场景下标题图标没有垂直局中的问题 by @gausszhou in <https://github.com/opentiny/tiny-vue/pull/3917>
|
|
99
|
+
- fix(tabs): fixed the tab content cannot be loaded. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3920>
|
|
100
|
+
- fix(grid): fix insert rowIndex error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3916>
|
|
101
|
+
- fix(dropdown): Fix the background color of the drop-down menu icon. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3923>
|
|
102
|
+
- fix(select): fix the dropdown panel width cannot follow the input width by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3925>
|
|
103
|
+
- fix(date-picker): The time selection is abnormal when the timestamp is used. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3927>
|
|
104
|
+
- fix(file-upload): The upload prompt contains spaces. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3928>
|
|
105
|
+
- fix(grid): fix grid scroll will rerender all table by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3935>
|
|
106
|
+
- fix(select,select-wrapper,grid-select,tree-select,base-select):fix E2E by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3937>
|
|
107
|
+
- fix(grid): fix loadData resolve timing by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3940>
|
|
108
|
+
- fix(select,tree-menu):fix E2E by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3939>
|
|
109
|
+
- fix(tree):fix e2e by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3942>
|
|
110
|
+
- fix(transfer,time-picker):fix E2E by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3944>
|
|
111
|
+
- fix(theme-saas): add a token named bg-color-9 by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3943>
|
|
112
|
+
- fix(FormItem): 修复 FormItem 不在 Form 中使用报错的问题(#3947) by @neostfox in <https://github.com/opentiny/tiny-vue/pull/3948>
|
|
82
113
|
|
|
83
114
|
### Other Changes
|
|
84
115
|
|
|
85
|
-
-
|
|
116
|
+
- docs: add ask deepwiki in README by @kagol in <https://github.com/opentiny/tiny-vue/pull/3812>
|
|
117
|
+
- docs(color-picker): change 'enable alpha selection' to 'support alpha… by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3819>
|
|
118
|
+
- docs: add introduce doc by @kagol in <https://github.com/opentiny/tiny-vue/pull/3829>
|
|
119
|
+
- ci: split deploy-obs to build and deploy by @kagol in <https://github.com/opentiny/tiny-vue/pull/3893>
|
|
120
|
+
- docs: update introduce doc by @kagol in <https://github.com/opentiny/tiny-vue/pull/3914>
|
|
86
121
|
|
|
87
122
|
## New Contributors
|
|
88
123
|
|
|
89
|
-
- @
|
|
90
|
-
|
|
91
|
-
**Full Changelog**: https://github.com/opentiny/tiny-vue/compare/v3.25.0...v3.26.0
|
|
124
|
+
- @IKEYCY made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3806>
|
|
125
|
+
- @neostfox made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3948>
|
|
92
126
|
|
|
93
|
-
## v3.
|
|
127
|
+
## v3.27.0/v2.27.0
|
|
94
128
|
|
|
95
|
-
`2025/07
|
|
129
|
+
`2025/11/07`
|
|
96
130
|
|
|
97
131
|
## What's Changed
|
|
98
132
|
|
|
99
133
|
### Exciting New Features 🎉
|
|
100
134
|
|
|
101
|
-
- feat:
|
|
102
|
-
- feat(
|
|
103
|
-
- feat(
|
|
104
|
-
- feat(
|
|
105
|
-
- feat(
|
|
106
|
-
- feat(
|
|
107
|
-
- feat:
|
|
108
|
-
- feat
|
|
109
|
-
- feat(grid): add
|
|
135
|
+
- feat(date-picker ):adds footer slot by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3710>
|
|
136
|
+
- feat(calendar-view): The date can be specified to a day. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3719>
|
|
137
|
+
- feat(select): add autoSelect props by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3725>
|
|
138
|
+
- feat(steps): Add a single chain circular node icon slot API by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3732>
|
|
139
|
+
- feat(date-picker): supports line feed display. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3735>
|
|
140
|
+
- feat(exception): Add pc templates, document examples, and dark mode support by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3736>
|
|
141
|
+
- feat(guide): [guide] whether to display the mask layer when adding the guide component by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3743>
|
|
142
|
+
- feat: [tree-menu] change the demo data of tree menu by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3752>
|
|
143
|
+
- feat(grid): add valid-config add highlightError by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3751>
|
|
144
|
+
- feat(tree-menu): [tree-menu] provide tree-menu search events by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3729>
|
|
145
|
+
- feat(color-select-panel): linear-gradient by @GaoNeng-wWw in <https://github.com/opentiny/tiny-vue/pull/3738>
|
|
146
|
+
- feat(color-select): `color-mode` prop support by @GaoNeng-wWw in <https://github.com/opentiny/tiny-vue/pull/3763>
|
|
147
|
+
- feat(grid): add mouse hover show align lines by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3768>
|
|
148
|
+
- feat: add space component by @ynnnny in <https://github.com/opentiny/tiny-vue/pull/3783>
|
|
149
|
+
- feat(query-builder): add attribute values and add demo by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3784>
|
|
150
|
+
- feat(ip-address): modify Saas theme style by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3790>
|
|
151
|
+
- feat: add the hideSaas attribute to hide the demo and related properties by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3788>
|
|
152
|
+
- feat: Added the GitHub Pages SaaS build script by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3797>
|
|
153
|
+
- feat: update 3.27.0 version by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3798>
|
|
154
|
+
- feat(menus): add meta information for 'Space' menu item with stable version 3.27.0 by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3803>
|
|
110
155
|
|
|
111
156
|
### Bug Fixes 🐛
|
|
112
157
|
|
|
113
|
-
- fix(
|
|
114
|
-
- fix(
|
|
115
|
-
- fix(
|
|
116
|
-
- fix(
|
|
117
|
-
- fix(
|
|
118
|
-
- fix(
|
|
119
|
-
- fix(
|
|
120
|
-
- fix(
|
|
121
|
-
- fix(
|
|
122
|
-
- fix(
|
|
123
|
-
- fix
|
|
124
|
-
- fix
|
|
125
|
-
- fix(
|
|
126
|
-
- fix
|
|
127
|
-
- fix(grid): fix
|
|
128
|
-
- fix(
|
|
129
|
-
- fix(
|
|
130
|
-
- fix(grid): fix
|
|
131
|
-
- fix(
|
|
132
|
-
- fix
|
|
133
|
-
- fix
|
|
134
|
-
- fix:
|
|
135
|
-
- fix(
|
|
136
|
-
- fix(
|
|
137
|
-
- fix(
|
|
138
|
-
- fix
|
|
139
|
-
- fix(
|
|
140
|
-
- fix(
|
|
141
|
-
- fix(
|
|
142
|
-
- fix(
|
|
143
|
-
- fix(
|
|
144
|
-
- fix(
|
|
145
|
-
- fix(
|
|
146
|
-
- fix(
|
|
147
|
-
- fix(
|
|
148
|
-
- fix:
|
|
149
|
-
- fix(
|
|
150
|
-
- fix(
|
|
151
|
-
- fix(
|
|
152
|
-
- fix(
|
|
153
|
-
- fix(
|
|
154
|
-
- fix(
|
|
155
|
-
- fix(
|
|
156
|
-
- fix(
|
|
157
|
-
- fix
|
|
158
|
-
- fix(
|
|
159
|
-
- fix(
|
|
160
|
-
- fix(input):fix single row textarea in saas mode by @discreted66 in https://github.com/opentiny/tiny-vue/pull/3580
|
|
161
|
-
- fix(base-select): fix e2e test case error by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/3581
|
|
162
|
-
- fix(color-select-panel): 颜色类型选择下拉框样式异常 by @vaebe in https://github.com/opentiny/tiny-vue/pull/3575
|
|
163
|
-
- 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
|
|
164
|
-
- fix(select): fix select's e2e by @shenjunjian in https://github.com/opentiny/tiny-vue/pull/3584
|
|
165
|
-
|
|
166
|
-
### Other Changes
|
|
167
|
-
|
|
168
|
-
- refactor: optimize table performance and refactor the table by @zzcr in https://github.com/opentiny/tiny-vue/pull/3514
|
|
158
|
+
- fix(tag): Fix the issue where the tag on the mobile-first can be selected but does not take effect by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3688>
|
|
159
|
+
- fix(site): fix the package version number for tiny-remoter by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3692>
|
|
160
|
+
- fix(notify): Fix the vertical offset issue of the notify component by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3689>
|
|
161
|
+
- fix(tabs): Fix the issue of using both overflow-title and with-close simultaneously by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3709>
|
|
162
|
+
- fix(grid): fix filterStore.searchValue is not reactive by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3700>
|
|
163
|
+
- fix(select): repairing searchable, when frequent setSelected interrupts the search by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3699>
|
|
164
|
+
- fix(tabs): Optimize the rendering logic of multi terminal tabs by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3707>
|
|
165
|
+
- fix(slider): Fix the issue of horizontal and vertical mode conversion by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3696>
|
|
166
|
+
- fix(calendar-view): Multiple tasks display abnormally in the same time period by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3697>
|
|
167
|
+
- fix(form-item): The mobile disabled status is not obvious in saas mode by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3698>
|
|
168
|
+
- fix: fix the issue of missing the tiny prefix in CSS after packaging by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3695>
|
|
169
|
+
- fix: resolve the issue of button size not expanding with text by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3717>
|
|
170
|
+
- fix(tabs): Supplement SaaS modifications by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3726>
|
|
171
|
+
- fix: resolve the issue of token style in the example by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3730>
|
|
172
|
+
- fix(grid): fix grid loading-component error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3734>
|
|
173
|
+
- fix(auto-tip): determine boundingValue.content whether it is incoming and the priority of incoming is higher by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3740>
|
|
174
|
+
- fix(input): add debounce for api.resizeTextarea method by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3744>
|
|
175
|
+
- fix(grid): fix body height error after change pager size by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3753>
|
|
176
|
+
- fix(user): fix user for lost autoSelect prop define by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3741>
|
|
177
|
+
- fix: [infinite-scroll] resolve the issue of two InfiniteScroll components reporting errors on the same page by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3742>
|
|
178
|
+
- fix: [tree-menu] fix the issue of icons not being referenced by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3754>
|
|
179
|
+
- fix(vue-popup): fix v-modal animation is not working by @gausszhou in <https://github.com/opentiny/tiny-vue/pull/3701>
|
|
180
|
+
- fix(exception): Add the less file in SaaS mode by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3760>
|
|
181
|
+
- fix(user): fix padding change lead to shake on hover by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3764>
|
|
182
|
+
- fix(select): only when in the mf template, check the screen's breakpoint by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3766>
|
|
183
|
+
- fix: the error issue where the service cannot obtain information by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3780>
|
|
184
|
+
- fix(picker): add popperOptions props for Picker by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3769>
|
|
185
|
+
- fix(button): in theme-saas package, remove the button's max-width by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3765>
|
|
186
|
+
- fix(grid): gird simple custom config remove tooltip by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3770>
|
|
187
|
+
- fix(file-upload): fix file upload size limit and the vue2 date-panel example by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3777>
|
|
188
|
+
- fix(radio): modify the demo by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3774>
|
|
189
|
+
- fix(dialog-box): add before-close prop and event's doc by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3775>
|
|
190
|
+
- fix(divider): modify the SAAS theme style by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3772>
|
|
191
|
+
- fix(radio): change font size by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3781>
|
|
192
|
+
- fix(select): remove displayOnlyContent in slot-reference by @KevinAndrewDong in <https://github.com/opentiny/tiny-vue/pull/3779>
|
|
193
|
+
- fix(drawer): Fixed the problem that the table component in the drawer component cannot be displayed normally in full screen by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3782>
|
|
194
|
+
- fix(badge): modify the saas theme style by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3776>
|
|
195
|
+
- fix(dropdown):Manually controlled explicit and implicit compatibility problem by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3785>
|
|
196
|
+
- fix(switch): modify the saas theme style by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3773>
|
|
197
|
+
- fix(query-builder): update TinyButton import in RuleGroup component by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3794>
|
|
198
|
+
- fix(dialog-select): [dialog-select] modify e2e test by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3793>
|
|
199
|
+
- fix(input,notify):fix e2e by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3795>
|
|
200
|
+
- fix(drawer): modify the saas style by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3792>
|
|
201
|
+
- fix(crop): modify the saas theme style by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3791>
|
|
202
|
+
- fix: Fixed an error issue during the release of gitActionsalpha. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3799>
|
|
203
|
+
- fix(numeric): numeric modelValue type should not include underfined by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3800>
|
|
204
|
+
- fix(load-list): add space after title in load-list.en.md to fix jekyl… by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3804>
|
|
169
205
|
|
|
170
206
|
## New Contributors
|
|
171
207
|
|
|
172
|
-
- @
|
|
208
|
+
- @gausszhou made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3701>
|
|
209
|
+
- @ynnnny made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3653>
|
|
173
210
|
|
|
174
|
-
## v3.
|
|
211
|
+
## v3.26.0/v2.26.0
|
|
175
212
|
|
|
176
|
-
`2025/
|
|
213
|
+
`2025/09/15`
|
|
177
214
|
|
|
178
215
|
## What's Changed
|
|
179
216
|
|
|
180
217
|
### Exciting New Features 🎉
|
|
181
218
|
|
|
182
|
-
- feat(
|
|
183
|
-
- feat(
|
|
184
|
-
- feat
|
|
185
|
-
- feat(
|
|
186
|
-
- feat(
|
|
187
|
-
- feat(
|
|
188
|
-
- feat(
|
|
189
|
-
- feat(
|
|
190
|
-
- feat
|
|
219
|
+
- feat(steps): Add wizard style step bar itemStyle differentiated configuration by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3594>
|
|
220
|
+
- feat(color-picker): refactoring the ColorPicker component style by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3595>
|
|
221
|
+
- feat: modify the resource file loading mode and add postcss plugin configuration. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3615>
|
|
222
|
+
- feat(site): connect next-sdk and ai dialog box to realize dynamic switching routing function of large models by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3619>
|
|
223
|
+
- feat(grid): saas theme add filter select style by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3626>
|
|
224
|
+
- feat(grid): add cascader full width grid by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3627>
|
|
225
|
+
- feat(button): add a list of theme tokens to the component documentation by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3631>
|
|
226
|
+
- feat(silder-button): add displayed attribute by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3639>
|
|
227
|
+
- feat: Add table configuration slot example usage by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3649>
|
|
228
|
+
- feat(cascader): Add the tooltip function for cascading panels by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3665>
|
|
229
|
+
- feat(search): Add mini search box expansion and retraction hook callback API by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3664>
|
|
230
|
+
- feat(tabs): add header-only by @liangguanhui0117 in <https://github.com/opentiny/tiny-vue/pull/3638>
|
|
191
231
|
|
|
192
232
|
### Bug Fixes 🐛
|
|
193
233
|
|
|
194
|
-
- fix(
|
|
195
|
-
- fix
|
|
196
|
-
- fix(
|
|
197
|
-
- fix(
|
|
198
|
-
- fix
|
|
199
|
-
- fix(
|
|
200
|
-
- fix
|
|
201
|
-
- fix(
|
|
202
|
-
- fix(
|
|
203
|
-
- fix(
|
|
204
|
-
- fix(
|
|
205
|
-
- fix(
|
|
206
|
-
- fix(
|
|
207
|
-
- fix(
|
|
208
|
-
- fix(
|
|
209
|
-
- fix:
|
|
210
|
-
- fix(
|
|
211
|
-
- fix(
|
|
212
|
-
- fix(
|
|
213
|
-
- fix(
|
|
214
|
-
- fix(
|
|
215
|
-
- fix(
|
|
216
|
-
- fix(
|
|
217
|
-
- fix(
|
|
218
|
-
- fix(
|
|
219
|
-
- fix(
|
|
220
|
-
- fix(grid):
|
|
234
|
+
- fix(dropdown):Fix the drop-down component menu spacing. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3586>
|
|
235
|
+
- fix: adapt mf list view when has not grid column by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3593>
|
|
236
|
+
- fix(select):Fix default multi-select tags color by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3591>
|
|
237
|
+
- fix(calendar-view):fix calendar view height setting does not take effect by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3592>
|
|
238
|
+
- fix: hot and new icon fill cannot transparent transmission by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3599>
|
|
239
|
+
- fix(modal): [modal] modify the messageClosable in Vue2 version to not display the close button by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3600>
|
|
240
|
+
- fix: internationalization-related modifications, temporarily hide the entry point by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3597>
|
|
241
|
+
- fix(tabs): Optimize multi terminal caching logic, add add add delete operations to trigger sub component destruction and reconstruction logic by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3601>
|
|
242
|
+
- fix(grid): Modify the spacing between the sorting buttons in saas mode. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3603>
|
|
243
|
+
- fix(grid): grid promise validate return value back to undefined by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3616>
|
|
244
|
+
- fix(grid,pager,cascader):Fixed the icon reference issue in the SaaS mode table. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3618>
|
|
245
|
+
- fix(grid): optimize render count by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3613>
|
|
246
|
+
- fix(dropdown): modify the responsive adaptation of the drop-down arrow in the mobile first template by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3614>
|
|
247
|
+
- fix(chart): fix chart bug, resolve memory leakage issues by @Davont in <https://github.com/opentiny/tiny-vue/pull/3610>
|
|
248
|
+
- fix(input):fix textarea height in saas model by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3608>
|
|
249
|
+
- fix(site): add MCP tools for query examples and jump examples by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3623>
|
|
250
|
+
- fix(PropType): fix import of PropType by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3620>
|
|
251
|
+
- fix(input): add pre=true for tiny-tooltip by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3625>
|
|
252
|
+
- fix(input):fix textarea height in Multiple line placeholders by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3624>
|
|
253
|
+
- fix(grid): fix index not update at drag row by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3622>
|
|
254
|
+
- fix(dropdown):Modifying the Default font size by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3629>
|
|
255
|
+
- fix(button):fix button padding in saas model by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3630>
|
|
256
|
+
- fix(lang): fix to be compatible with aui by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3628>
|
|
257
|
+
- fix(pager): fix pager init current page error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3640>
|
|
258
|
+
- fix(user): an error event is triggered if the user does not exist by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3641>
|
|
259
|
+
- fix(grid): grid can not validate on active by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3643>
|
|
260
|
+
- fix(grid): fix scroll bar error after load data by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3644>
|
|
261
|
+
- fix(file-upload):Unified button text document by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3647>
|
|
262
|
+
- fix(tag): restores the default color of the tag to blue by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3646>
|
|
263
|
+
- fix(popover): increase the priority of arrow class names by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3645>
|
|
264
|
+
- fix(grid): fix target error in shadow dom by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3651>
|
|
265
|
+
- fix(tabs): Fix the problem sheet and ensure that the dividing line is fully supported by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3663>
|
|
266
|
+
- fix(grid): fix operation buttons render error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3660>
|
|
267
|
+
- fix(tabs): Fix component font size to adapt to new specifications by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3662>
|
|
268
|
+
- fix(file-upload): Fix the issue of accept failure when using EDM by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3661>
|
|
269
|
+
- fix(popeditor): fix issue #2652 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3656>
|
|
270
|
+
- fix(fluent-editor): Fix click issues with rich text components in Edge browser by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3655>
|
|
271
|
+
- fix(grid): fix user passed scrollY value is null by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3658>
|
|
272
|
+
- fix(modal): fix issue #3450 by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3650>
|
|
273
|
+
- fix(tabs): Fix the issue where multiple clicks on mobile-first tabs do not take effect by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3669>
|
|
274
|
+
- fix(pop-upload): Fix uploadTip slot error issue by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3668>
|
|
275
|
+
- fix(select): Add tooltip prompts by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3671>
|
|
276
|
+
- fix(grid): fix use title function text can not overflow ellipsis by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3670>
|
|
277
|
+
- fix(loading): Fix e2e error issue by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3674>
|
|
278
|
+
- fix(grid): fix rowspan border can not visible by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3673>
|
|
279
|
+
- fix(amount): Fix the issue of inconsistent currency input and display in the table by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3672>
|
|
280
|
+
- fix(grid): fix has footer last row border duplicate by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3678>
|
|
281
|
+
- fix(select): Fix the issue with the option two-layer prompts by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3680>
|
|
282
|
+
- fix(popeditor): fix popeditor's e2e by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3683>
|
|
283
|
+
- fix(vue): batch update version to 3.26 by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3684>
|
|
284
|
+
- fix(e2e): fix amount's e2e test by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3685>
|
|
285
|
+
- fix(build): fix themeSaas build errors, add LESS compilation and error handling, update gulp tasks to enhance readability and debug information by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3687>
|
|
286
|
+
|
|
287
|
+
### Other Changes
|
|
288
|
+
|
|
289
|
+
- refactor(site): use next-sdk and next-remoter to intelligentize the official website. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3657>
|
|
221
290
|
|
|
222
291
|
## New Contributors
|
|
223
292
|
|
|
224
|
-
- @
|
|
293
|
+
- @liangguanhui0117 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3638>
|
|
294
|
+
|
|
295
|
+
**Full Changelog**: <https://github.com/opentiny/tiny-vue/compare/v3.25.0...v3.26.0>
|
|
@@ -4,6 +4,126 @@ Tiny Vue 团队在正常情况下使用 每月 发布策略。
|
|
|
4
4
|
|
|
5
5
|
在此页面上,您只能看到我们的 更新日志 最新三个迭代的日志记录,如您要查看完整记录可以查看:[Release](https://github.com/opentiny/tiny-vue/releases)
|
|
6
6
|
|
|
7
|
+
## v3.28.0/v2.28.0
|
|
8
|
+
|
|
9
|
+
`2025/12/29`
|
|
10
|
+
|
|
11
|
+
## What's Changed
|
|
12
|
+
|
|
13
|
+
### Exciting New Features 🎉
|
|
14
|
+
|
|
15
|
+
- feat: update SaaS icon by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3823>
|
|
16
|
+
- feat: modify document prompt style by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3826>
|
|
17
|
+
- feat(base-select): [base-select] Synchronize the select component code to the base-select component by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3834>
|
|
18
|
+
- feat(grid-select):Development of the grid-select table component by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3832>
|
|
19
|
+
- feat: modify image reference path and size by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3840>
|
|
20
|
+
- feat: removes file entries from the ignore list, reducing the number of commands that need to be executed during development by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3841>
|
|
21
|
+
- feat: add saas.html entry to Vite configuration by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3855>
|
|
22
|
+
- feat(theme): add global animation configuration by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3843>
|
|
23
|
+
- feat(select,tree-select,grid-select,base-select):reconstruct the selec component into the select-wrapper component. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3862>
|
|
24
|
+
- feat(select-wrapper,tree-select,grid-select,base-select): Add the demo and case of the select-wrapper component. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3863>
|
|
25
|
+
- feat(select-wrapper,base-select,grid-select): mobile-first base-select and grid-select development by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3871>
|
|
26
|
+
- feat(base-select,grid-select): moobile-first base-select and grid-select doc by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3872>
|
|
27
|
+
- feat(tree-select): mobile-frist tree-select and demo by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3877>
|
|
28
|
+
- feat(dropdown): add contextmenu trigger support by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3861>
|
|
29
|
+
- feat(tree-menu): [tree-menu] Can adding nodes be clicked on the document by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3878>
|
|
30
|
+
- feat(vue-renderless/drawer): add close-on-press-escape api by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3900>
|
|
31
|
+
- feat: add auto-build-main-module-docs yml by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3910>
|
|
32
|
+
- feat: automatically trigger updates to the docs document by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3906>
|
|
33
|
+
- feat(switch): add width property to support custom switch width by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3879>
|
|
34
|
+
- feat(select-wrapper, base-select, tree-select, grid-select):select-wrapper mobile-first development by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3881>
|
|
35
|
+
- feat:select-wrapper mobile-first example and documentation by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3882>
|
|
36
|
+
- feat(select-wrapper,base-select,tree-select,grid-select):tree-select support lazy loading by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3915>
|
|
37
|
+
- feat: add triggering conditions by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3922>
|
|
38
|
+
- feat(guide): triggered only when showStep is true by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3926>
|
|
39
|
+
- feat(modal): supports setting the headerDragable property by @gausszhou in <https://github.com/opentiny/tiny-vue/pull/3918>
|
|
40
|
+
- feat(autocomplete):add accessibility information by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3929>
|
|
41
|
+
- feat(checkbox):add accessibility information by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3930>
|
|
42
|
+
- feat(radio): add accessibility information by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3932>
|
|
43
|
+
- feat(input): Add accessibility information. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3936>
|
|
44
|
+
- feat(version):release 3.28.0 by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3945>
|
|
45
|
+
|
|
46
|
+
### Bug Fixes 🐛
|
|
47
|
+
|
|
48
|
+
- fix(grid): remove last visible row border by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3809>
|
|
49
|
+
- fix: Fixed an issue where icon-saas depended on the wrong version of the theme-saas package. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3808>
|
|
50
|
+
- fix(query-builder): document supplement by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3814>
|
|
51
|
+
- fix(space): [space]default spacing for overlay button components by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3816>
|
|
52
|
+
- fix(file-upload): The file size limit in the EDM upload mode is invalid. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3813>
|
|
53
|
+
- fix: fixed an issue where pipeline errors were caused by the gradient-parser package dependency. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3825>
|
|
54
|
+
- fix(site): site provides examples of both SaaS and non-SaaS filter modes by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3827>
|
|
55
|
+
- fix: fixed an error in the github-action build script by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3828>
|
|
56
|
+
- fix: fixed an issue where icon-multicolor failed to build. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3830>
|
|
57
|
+
- fix(tabs): fix the tab width update issue. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3839>
|
|
58
|
+
- fix(build): remove create-iconsaas command, add saas-icon builded result by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3838>
|
|
59
|
+
- fix(date-picker):fix system time zone conversion logic by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3837>
|
|
60
|
+
- fix(auto-tip): add popperClass for AutoTip directive by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3836>
|
|
61
|
+
- fix(saas): update button component size attribute by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3849>
|
|
62
|
+
- fix: optimization and Modification of SaaS Official Website by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3848>
|
|
63
|
+
- fix: fix case error IconSubScript => IconSubscript by @kagol in <https://github.com/opentiny/tiny-vue/pull/3852>
|
|
64
|
+
- fix: fix build:saas by @kagol in <https://github.com/opentiny/tiny-vue/pull/3853>
|
|
65
|
+
- fix: fix tiny-vue playground error and tiny-vue-saas error after deploy obs by @kagol in <https://github.com/opentiny/tiny-vue/pull/3856>
|
|
66
|
+
- fix(icons): add rewrite icons export ,rename subscript to sub-script by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3857>
|
|
67
|
+
- fix(grid): fix title is not reactive by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3858>
|
|
68
|
+
- fix(saas-api): hide some props in saas mode by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3842>
|
|
69
|
+
- fix(rich-text): fixed the font size setting failure. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3859>
|
|
70
|
+
- fix(timeline): add description prop for configuration mode display Fixes #3070 by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3822>
|
|
71
|
+
- fix(form-item): fix input append slot wrap in form item by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3864>
|
|
72
|
+
- fix(grid): fix undefined field can't be marked change at grid edit by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3860>
|
|
73
|
+
- fix(icons): add single icon's js file, rename icon from SubScript to Subscript by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3868>
|
|
74
|
+
- fix(grid): fix insert row can't change to edit mode by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3876>
|
|
75
|
+
- fix(saas): increase the demonstration function of screens of different sizes in the training field by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3880>
|
|
76
|
+
- fix(vite.config): remove unused saas.html input from Rollup configuration by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3885>
|
|
77
|
+
- fix(grid): fix grid prop editConfig is null by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3887>
|
|
78
|
+
- fix(file-upload): Delete extra spaces in the copywriting of the uploaded file. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3888>
|
|
79
|
+
- fix(tabs): Fixed the display exception when deleting tabs in the mobile-first vue2 environment. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3886>
|
|
80
|
+
- fix(svg): compatible with the original icon behavior. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3891>
|
|
81
|
+
- fix(grid): fix columnIndex error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3890>
|
|
82
|
+
- fix(grid): fix data not update and optimize insert and remove by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3892>
|
|
83
|
+
- fix(icons): remove error fill=none for new specification icon by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3894>
|
|
84
|
+
- fix(icons): add the third batch of icon-saas icons. by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3889>
|
|
85
|
+
- fix(icon): add rename icon-- writeProductioPlan by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3895>
|
|
86
|
+
- fix(popover): fix the clickoutside bug in the pop-up component by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3899>
|
|
87
|
+
- fix(select): add some aria-\* props for ai by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3875>
|
|
88
|
+
- fix(chart): Hide Baidu Maps and Amap from the document and Repair the chart document by @Davont in <https://github.com/opentiny/tiny-vue/pull/3867>
|
|
89
|
+
- fix(grid): add border-top when set border is true by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3896>
|
|
90
|
+
- fix: fixed a build error in saas-common. by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3901>
|
|
91
|
+
- fix(saas-icon): add a renamed icon for saas-icon by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3903>
|
|
92
|
+
- fix(grid): fix visible columns change wloud delete insert row by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3897>
|
|
93
|
+
- fix(split): add saas style by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3908>
|
|
94
|
+
- fix(e2e): fix e2e error caused by select refactor by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3905>
|
|
95
|
+
- fix: optimize the training ground by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3911>
|
|
96
|
+
- fix(transfer): fix it works when item data receive empty object by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3912>
|
|
97
|
+
- fix(dropdown): add aria information to the dropdown component by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3913>
|
|
98
|
+
- fix(modal): 修复 modal 组件在 alert, confirm 的弹窗场景下标题图标没有垂直局中的问题 by @gausszhou in <https://github.com/opentiny/tiny-vue/pull/3917>
|
|
99
|
+
- fix(tabs): fixed the tab content cannot be loaded. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3920>
|
|
100
|
+
- fix(grid): fix insert rowIndex error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3916>
|
|
101
|
+
- fix(dropdown): Fix the background color of the drop-down menu icon. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3923>
|
|
102
|
+
- fix(select): fix the dropdown panel width cannot follow the input width by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3925>
|
|
103
|
+
- fix(date-picker): The time selection is abnormal when the timestamp is used. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3927>
|
|
104
|
+
- fix(file-upload): The upload prompt contains spaces. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3928>
|
|
105
|
+
- fix(grid): fix grid scroll will rerender all table by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3935>
|
|
106
|
+
- fix(select,select-wrapper,grid-select,tree-select,base-select):fix E2E by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3937>
|
|
107
|
+
- fix(grid): fix loadData resolve timing by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3940>
|
|
108
|
+
- fix(select,tree-menu):fix E2E by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3939>
|
|
109
|
+
- fix(tree):fix e2e by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3942>
|
|
110
|
+
- fix(transfer,time-picker):fix E2E by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3944>
|
|
111
|
+
- fix(theme-saas): add a token named bg-color-9 by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3943>
|
|
112
|
+
- fix(FormItem): 修复 FormItem 不在 Form 中使用报错的问题(#3947) by @neostfox in <https://github.com/opentiny/tiny-vue/pull/3948>
|
|
113
|
+
|
|
114
|
+
### Other Changes
|
|
115
|
+
|
|
116
|
+
- docs: add ask deepwiki in README by @kagol in <https://github.com/opentiny/tiny-vue/pull/3812>
|
|
117
|
+
- docs(color-picker): change 'enable alpha selection' to 'support alpha… by @IKEYCY in <https://github.com/opentiny/tiny-vue/pull/3819>
|
|
118
|
+
- docs: add introduce doc by @kagol in <https://github.com/opentiny/tiny-vue/pull/3829>
|
|
119
|
+
- ci: split deploy-obs to build and deploy by @kagol in <https://github.com/opentiny/tiny-vue/pull/3893>
|
|
120
|
+
- docs: update introduce doc by @kagol in <https://github.com/opentiny/tiny-vue/pull/3914>
|
|
121
|
+
|
|
122
|
+
## New Contributors
|
|
123
|
+
|
|
124
|
+
- @IKEYCY made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3806>
|
|
125
|
+
- @neostfox made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3948>
|
|
126
|
+
|
|
7
127
|
## v3.27.0/v2.27.0
|
|
8
128
|
|
|
9
129
|
`2025/11/07`
|
|
@@ -173,84 +293,3 @@ Tiny Vue 团队在正常情况下使用 每月 发布策略。
|
|
|
173
293
|
- @liangguanhui0117 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3638>
|
|
174
294
|
|
|
175
295
|
**Full Changelog**: <https://github.com/opentiny/tiny-vue/compare/v3.25.0...v3.26.0>
|
|
176
|
-
|
|
177
|
-
## v3.25.0/v2.25.0
|
|
178
|
-
|
|
179
|
-
`2025/07/15`
|
|
180
|
-
|
|
181
|
-
## What's Changed
|
|
182
|
-
|
|
183
|
-
### Exciting New Features 🎉
|
|
184
|
-
|
|
185
|
-
- feat: add svgs by @kagol in <https://github.com/opentiny/tiny-vue/pull/3522>
|
|
186
|
-
- feat(grid): edit-config add blurOutside by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3521>
|
|
187
|
-
- feat(calendar-view): [calendar-view]add attributes by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3525>
|
|
188
|
-
- feat(grid): add expand trigger slot by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3518>
|
|
189
|
-
- 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>
|
|
190
|
-
- feat(button): [button] add custom-style attribute by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3535>
|
|
191
|
-
- feat: add new hot svg by @kagol in <https://github.com/opentiny/tiny-vue/pull/3562>
|
|
192
|
-
- feat(grid): add filter root attrs by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3565>
|
|
193
|
-
- feat(grid): add tree-node button bubbling setting by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3570>
|
|
194
|
-
|
|
195
|
-
### Bug Fixes 🐛
|
|
196
|
-
|
|
197
|
-
- fix(input):Fix the saas theme by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3499>
|
|
198
|
-
- fix(date-picker):fix timezone format by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3503>
|
|
199
|
-
- fix(tag): tag remove inline-block by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3506>
|
|
200
|
-
- fix(modal): add icon status style by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3504>
|
|
201
|
-
- fix(loading): fix loading occur error when change frequently by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3513>
|
|
202
|
-
- 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>
|
|
203
|
-
- fix(anchor): fix anchor roll back issue by @chenxi-20 in <https://github.com/opentiny/tiny-vue/pull/3519>
|
|
204
|
-
- fix(theme-saas): refresh theme-saas tailwind token by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3523>
|
|
205
|
-
- fix(grid): fix custom setting style error at mobile-first by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3524>
|
|
206
|
-
- fix(grid): Fix the table css in saas mode. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3520>
|
|
207
|
-
- fix(grid): fix bug after refactor by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3527>
|
|
208
|
-
- 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>
|
|
209
|
-
- fix(grid): fix grid scroll to bottom error when only set max-height by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3531>
|
|
210
|
-
- fix(grid): Fix the table css in saas mode by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3532>
|
|
211
|
-
- fix(grid): fix resize bar cover by header by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3536>
|
|
212
|
-
- 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>
|
|
213
|
-
- fix(grid): fix drag error when tbody not render by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3538>
|
|
214
|
-
- fix(grid): fix scroll to bottom header not visible by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3539>
|
|
215
|
-
- 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>
|
|
216
|
-
- fix(grid): fix data undefined in mobile-first by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3541>
|
|
217
|
-
- fix(grid): fix tree table children edit revert error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3542>
|
|
218
|
-
- fix: adapt to tree children use splice to add row by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3543>
|
|
219
|
-
- fix(examples/sites/demos/apis): 修复 issue #3030 中提到的图表配置项拼写错误 by @Lingchen111 in <https://github.com/opentiny/tiny-vue/pull/3547>
|
|
220
|
-
- fix(carousel): hide touch screen slideshow demo by @wuyiping0628 in <https://github.com/opentiny/tiny-vue/pull/3545>
|
|
221
|
-
- fix(grid): fix document does not have getAttribute error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3548>
|
|
222
|
-
- 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>
|
|
223
|
-
- fix(grid): fix cell click event error on edit mode by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3549>
|
|
224
|
-
- fix(grid): fix popper edit element blur when set edit-config blurOutside by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3550>
|
|
225
|
-
- 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>
|
|
226
|
-
- 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>
|
|
227
|
-
- 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>
|
|
228
|
-
- fix(autocomplete): add title native attributes by @James-9696 in <https://github.com/opentiny/tiny-vue/pull/3555>
|
|
229
|
-
- fix(grid): fix grid header divider error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3558>
|
|
230
|
-
- 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>
|
|
231
|
-
- fix(grid): fix dirty flag not clear after refreshData by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3560>
|
|
232
|
-
- fix: fix login typo by @kagol in <https://github.com/opentiny/tiny-vue/pull/3564>
|
|
233
|
-
- fix(grid): clear input value after click custom extend item by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3563>
|
|
234
|
-
- fix(pager): fix init pager-size error when not match page-sizes by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3566>
|
|
235
|
-
- fix(grid): fix right position error when resize multi header grid by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3569>
|
|
236
|
-
- fix(milestone):fix the milestone color matching logic is in saas mode. by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3568>
|
|
237
|
-
- 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>
|
|
238
|
-
- 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>
|
|
239
|
-
- fix(grid):fix filter icon size in saas mode by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3576>
|
|
240
|
-
- fix(input):fix the textarea height in single row by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3573>
|
|
241
|
-
- fix(theme): fix dark theme in shadow dom by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3579>
|
|
242
|
-
- fix(grid): add grid radio class name by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3578>
|
|
243
|
-
- fix(select): update select's e2e test for grid update by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3577>
|
|
244
|
-
- fix(input):fix single row textarea in saas mode by @discreted66 in <https://github.com/opentiny/tiny-vue/pull/3580>
|
|
245
|
-
- fix(base-select): fix e2e test case error by @gimmyhehe in <https://github.com/opentiny/tiny-vue/pull/3581>
|
|
246
|
-
- fix(color-select-panel): 颜色类型选择下拉框样式异常 by @vaebe in <https://github.com/opentiny/tiny-vue/pull/3575>
|
|
247
|
-
- 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>
|
|
248
|
-
- fix(select): fix select's e2e by @shenjunjian in <https://github.com/opentiny/tiny-vue/pull/3584>
|
|
249
|
-
|
|
250
|
-
### Other Changes
|
|
251
|
-
|
|
252
|
-
- refactor: optimize table performance and refactor the table by @zzcr in <https://github.com/opentiny/tiny-vue/pull/3514>
|
|
253
|
-
|
|
254
|
-
## New Contributors
|
|
255
|
-
|
|
256
|
-
- @Lingchen111 made their first contribution in <https://github.com/opentiny/tiny-vue/pull/3547>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/vue-docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.28.
|
|
4
|
+
"version": "3.28.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@docsearch/css": "^3.8.0",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"@opentiny/vue-common": "~3.28.0",
|
|
33
33
|
"@opentiny/vue-design-aurora": "~3.28.0",
|
|
34
34
|
"@opentiny/vue-design-saas": "~3.28.0",
|
|
35
|
-
"@opentiny/vue-directive": "~3.28.0",
|
|
36
35
|
"@opentiny/vue-design-smb": "~3.28.0",
|
|
36
|
+
"@opentiny/vue-directive": "~3.28.0",
|
|
37
37
|
"@opentiny/vue-flowchart": "~3.28.0",
|
|
38
|
-
"@opentiny/vue-huicharts": "~3.28.0",
|
|
39
|
-
"@opentiny/vue-hooks": "~3.28.0",
|
|
40
38
|
"@opentiny/vue-icon": "~3.28.0",
|
|
39
|
+
"@opentiny/vue-hooks": "~3.28.0",
|
|
40
|
+
"@opentiny/vue-huicharts": "~3.28.0",
|
|
41
41
|
"@opentiny/vue-icon-multicolor": "~3.28.0",
|
|
42
42
|
"@opentiny/vue-icon-saas": "~3.28.0",
|
|
43
43
|
"@opentiny/vue-locale": "~3.28.0",
|
|
44
44
|
"@opentiny/vue-modal": "~3.28.0",
|
|
45
45
|
"@opentiny/vue-renderless": "~3.28.0",
|
|
46
|
-
"@opentiny/vue-theme": "~3.28.0",
|
|
47
|
-
"@opentiny/vue-theme
|
|
46
|
+
"@opentiny/vue-theme-saas": "~3.28.0",
|
|
47
|
+
"@opentiny/vue-theme": "~3.28.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@playwright/test": "~1.49.0",
|
package/playground/App.vue
CHANGED
|
@@ -15,7 +15,7 @@ import Layout from './icons/Layout.vue'
|
|
|
15
15
|
import Reverse from './icons/Reverse.vue'
|
|
16
16
|
import Vertical from './icons/Vertical.vue'
|
|
17
17
|
|
|
18
|
-
const VERSION = 'tiny-vue-version-3.
|
|
18
|
+
const VERSION = 'tiny-vue-version-3.28'
|
|
19
19
|
const NOTIFY_KEY = 'tiny-vue-playground-notify'
|
|
20
20
|
const LAYOUT = 'playground-layout'
|
|
21
21
|
const LAYOUT_REVERSE = 'playground-layout-reverse'
|
|
@@ -26,7 +26,7 @@ const tinyTheme = searchObj.get('theme')
|
|
|
26
26
|
const isMobileFirst = tinyMode === 'mobile-first'
|
|
27
27
|
const isSaas = tinyTheme === 'saas'
|
|
28
28
|
const isPreview = searchObj.get('openMode') === 'preview'
|
|
29
|
-
const versions = ['3.
|
|
29
|
+
const versions = ['3.28', '3.27', '3.26']
|
|
30
30
|
const manualShow = ref(false)
|
|
31
31
|
|
|
32
32
|
const getVersion = () => {
|
|
@@ -95,6 +95,8 @@ const createImportMap = (version) => {
|
|
|
95
95
|
}
|
|
96
96
|
if (isSaas) {
|
|
97
97
|
imports['@opentiny/vue-icon'] = `${getRuntime(version)}tiny-vue-icon-saas.mjs`
|
|
98
|
+
// 添加 @opentiny/vue-icon-saas 的映射,因为某些代码会直接导入这个包
|
|
99
|
+
imports['@opentiny/vue-icon-saas'] = `${getRuntime(version)}tiny-vue-icon-saas.mjs`
|
|
98
100
|
imports['@opentiny/vue-common'] = `${getRuntime(version)}tiny-vue-saas-common.mjs`
|
|
99
101
|
imports['@opentiny/vue'] = `${getRuntime(version)}tiny-vue-all.mjs`
|
|
100
102
|
}
|
|
@@ -255,7 +257,7 @@ function getDemoName(name, apiMode) {
|
|
|
255
257
|
return name.replace(/\.vue$/, `${apiMode === 'Options' ? '' : '-composition-api'}.vue`)
|
|
256
258
|
}
|
|
257
259
|
|
|
258
|
-
const getDemoCode = async ({ cmpId, fileName, apiMode, mode }) => {
|
|
260
|
+
const getDemoCode = async ({ cmpId, fileName, apiMode, mode: _mode }) => {
|
|
259
261
|
const demoName = getDemoName(`${getWebdocPath(cmpId)}/${fileName}`, apiMode)
|
|
260
262
|
const path = tinyMode === 'mobile-first' ? `@demos/mobile-first/app/${demoName}` : `${staticDemoPath}/${demoName}`
|
|
261
263
|
const code = await fetchDemosFile(path)
|
|
@@ -275,7 +277,9 @@ const loadFileCode = async ({ cmpId, fileName, apiMode, mode }) => {
|
|
|
275
277
|
// 分享功能
|
|
276
278
|
const share = () => {
|
|
277
279
|
const hash = store.serialize()
|
|
278
|
-
const shareUrl = `${location.origin}${import.meta.env.VITE_PLAYGROUND_URL}?mode=${tinyMode}&theme=${tinyTheme}#${
|
|
280
|
+
const shareUrl = `${location.origin}${import.meta.env.VITE_PLAYGROUND_URL}?mode=${tinyMode}&theme=${tinyTheme}#${
|
|
281
|
+
state.selectVersion
|
|
282
|
+
}|${hash}`
|
|
279
283
|
|
|
280
284
|
navigator.clipboard.writeText(shareUrl)
|
|
281
285
|
Notify({
|