Commit 4aadc3d
chore: release 1.13.0-naruto (#3679)
* chore: fix live demo and guide (#3649)
* fix(date-picker): handle tag removal for week and quarter modes (#3653)
* fix(date-picker): handle tag removal for week and quarter modes
* chore: update snapshot
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(date-picker): improve date processing logic for multiple selections (#3658)
* fix(date-picker): improve date processing logic for multiple selections
* fix(date-picker): add multiple prop to panel for consistent behavior
* fix(popup): outside click not closing when initially `visible=true` (#3659)
* fix(ColorPicker): reduce multiple color conversions to minimize errors (#3661)
* fix: reduce multiple color conversions to minimize errors
* refactor: correct color assignment in slider
* fix: use correct props
* chore: update snapshots
* fix: use optional chaining to prevent errors when systemColors is null in gradient mode
* docs: update labels for clarity in color picker panel
* chore: update snapshots
* chore: remove unused togglePopup prop
* fix(image-viewer): update open handler to accept index parameter for image preview (#3670)
* fix(hooks): improve code readability and safety in scroll calculations (#3669)
* feat(Icon): upgrade tdesign-icons-vue to 0.3.6 (#3672)
* fix(alert): add closeBtn API and set close as deprecated (#3631)
closes #3630
* chore: remove invalid attribute (#3638)
* chore: remove invalid attribute
* chore: fix lint
* chore: update snapshot
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(cascader): fix value-type="full", value is undefined error (#3622)
* fix(menu): fix submenu parent item active status on mounted (#3675)
* fix(menu): fix submenu parent item active status on mounted
* chore: update snapshot
* refactor(Statistic): change color attribute type to string and update docs description (#3671)
* refactor(Statistic): change color attribute type to string and update docs description
* test(Statistic): add tests for trend increase and decrease icons
* chore: update snapshot
* feat(Statistic): add color prop tests and update documentation for color styles
* fix(tests): update import path for COLOR_MAP in Statistic tests
* test(Statistic): refactor colorKeys test to check style attribute instead of contentStyle
* chore: update snapshot
* chore: update settings.json
* docs: 更新颜色风格描述,明确支持深浅色模式切换
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(QRCode): add QRCode Component (#3652)
* feat: docs & type & prop
* feat: add QRCode
* fix: test
* fix: lint
* chore: update snapshot
* chore: p
* chore: slot
* chore: optimize
* chore: optimize
* chore: optimize
* chore: optimize
* fix: lint
* chore: update snapshot
* chore: update
* chore: update coverage
* chore: update common
* chore: update demo
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: wū yāng <uyarnchen@gmail.com>
* fix(tree): add `title` for checkable items (#3633)
* fix(tree): add `title` to checkable items
* chore: update snapshot
---------
Co-authored-by: Uyarn <uyarnchen@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(upload): expand the scope of the click event of `draggable` to the entire card area (#3614)
* fix(upload): expand the scope of the click event of `theme="display"` to the entire card area
* fix(upload): update `canTriggerUpload` logic to ensure file status is checked correctly
* chore: update snapshot
* chore: revert change
* fix(Dragger): rename canTriggerUpload to hasActiveFile for clarity
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Uyarn <uyarnchen@gmail.com>
* docs: update getting-started (#3678)
* docs: update getting-started
* chore: update volar
* docs(alert): usage example moved to closeBtn (#3676)
* docs(alert): usage example moved to closeBtn
* chore: update snapshot
---------
Co-authored-by: Uyarn <uyarnchen@gmail.com>
* chore: release 1.13.0 (#3677)
* chore: release 1.13.0
* chore: changelog's changes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update new components
* chore: fix lint
* chore: fix lint
* chore: fix lint
* chore: update snapshot
---------
Co-authored-by: betavs <34408516+betavs@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 阿菜 Cai <jimmyrss1102@gmail.com>
Co-authored-by: Rylan <rylanbot@qq.com>
Co-authored-by: TDesign bot <93915689+tdesign-bot@users.noreply.github.com>
Co-authored-by: ngyyuusora <jiliangsoft@live.com>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: Wesley <985189328@qq.com>1 parent 3fb4914 commit 4aadc3d
File tree
109 files changed
+7111
-1371
lines changed- .vscode
- site
- docs
- plugins/plugin-tdoc
- src
- src
- alert
- __tests__
- _example-composition
- _example
- _usage
- cascader
- color-picker
- _example
- panel
- config-provider
- date-picker
- _example-composition
- _example
- base
- panel
- hooks
- image-viewer
- _example-composition
- _example
- image
- pagination
- popup
- qrcode
- __tests__
- _example-composition
- _example
- _usage
- components
- style
- hooks
- style
- statistic
- __tests__
- switch
- tree/hooks
- upload/themes
- utils
- test/snap/__snapshots__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+7111
-1371
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
8 | 32 | | |
9 | 33 | | |
10 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
515 | 532 | | |
516 | 533 | | |
517 | 534 | | |
| |||
584 | 601 | | |
585 | 602 | | |
586 | 603 | | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | 604 | | |
597 | 605 | | |
598 | 606 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments