Commit Graph

5410 Commits

Author SHA1 Message Date
kalykun
f71965b04d
test(tabs): add some test case (#963)
* test(tabs): add some test case

* test(tabs): add some tese case

* code optimization

* code optimization
2021-08-26 23:45:36 +08:00
songjianet
a6247408ce
docs(badge): use composition api (#972) 2021-08-26 23:36:30 +08:00
songjianet
4126328bf6
docs(badge): use composition api (#972) 2021-08-26 23:36:03 +08:00
Yanming Deng
472f373ea5
docs(spin): improve docs a little bit (#967)
* docs(spin): improve docs a little bit

* already named
2021-08-26 23:32:13 +08:00
XieZongChen
26f3e1e95d
test(select): update test (#968) 2021-08-26 10:12:49 +08:00
07akioni
b8663a171a
Merge pull request #965 from TuSimple/main
sync main
2021-08-26 01:10:22 +08:00
07akioni
c39ac86833
Merge pull request #964 from TuSimple/docs
Docs
2021-08-26 01:09:48 +08:00
07akioni
529f63850f 2.16.6 2021-08-26 01:08:06 +08:00
07akioni
ede52ec472 chore(dynamic-tags, image): clean codes 2021-08-26 01:00:39 +08:00
07akioni
51633e5fe6 feat(timeline): n-timeline-item add color prop 2021-08-26 00:49:02 +08:00
07akioni
97150211aa fix(data-table): flex-height not working without scroll-x, closes #952 2021-08-26 00:34:36 +08:00
jesi
ed73168dcc
fix(tree): throw exception when onLoad callback does not add children (#786)
* fix(tree): throw exception when onLoad callback does not add children

* refactor(tree): not expand when node has no children

* refactor(tree): handle no-children expand error

* Update src/tree/src/Tree.tsx

* Update src/tree/src/TreeNode.tsx

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-26 00:11:12 +08:00
07akioni
aad74468ee chore(tabs): docs format 2021-08-26 00:06:25 +08:00
07akioni
ca31314619 docs(tabs): remove useless show-divider prop 2021-08-26 00:04:02 +08:00
doom-9
673a593eee
feat(image): add preview prop (#939) 2021-08-25 23:33:45 +08:00
Mr.Bai
97e4013008
feat(dynamic-tags): add input slot (#734)
* feat(dynamic-tags): support input and add slot

* feat(dynamic-tags): optimization

* optimization

* update changelog

* optimization

* fix: optimization

Co-authored-by: Jiwen Bai <56228105@qq.com>
2021-08-25 23:28:09 +08:00
Mr.Bai
dd928899f8
fix(input): placeholder glitch when value is 0 (#918)
* fix(input): placeholder bug

* update changelog

* update doc

* feat(input): optimization

Co-authored-by: Jiwen Bai <56228105@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-25 13:14:59 +08:00
songjianet
001af9b3ce
docs(data-table): fix description of single-column single-line (#957) 2021-08-25 13:03:08 +08:00
XieZongChen
f68250167f
test(select): add test (#959) 2021-08-25 09:33:07 +08:00
Yanming Deng
8ec3839aa4
docs(typography): update demo (#956) 2021-08-25 07:17:22 +08:00
Yanming Deng
4f4f2d2f3e
docs(breadcrumb): update and add tip in demo (#950) 2021-08-25 07:13:36 +08:00
songjianet
cb54d8a4f6
docs(modal): update options api to composition api in demo (#949) 2021-08-25 07:10:48 +08:00
songjianet
41714e1ea1
docs(notification): update options api to composition api in demo (#948) 2021-08-25 07:10:03 +08:00
songjianet
e044578633
docs(popconfirm): update options api to composition api in demo (#947) 2021-08-25 07:09:27 +08:00
XieZongChen
3f7ce49ec8
test(slider): add test (#946) 2021-08-24 07:45:27 +08:00
cyn
2e83d84739
feat(action): add sync-gitee action (#942) 2021-08-23 11:52:19 +08:00
XieZongChen
33725ca4cb
test(modal): add modal test (#941) 2021-08-23 11:02:34 +08:00
doom-9
3d2736fb61
feat(timeline): add horizontal prop (#932)
* feat(timeline): `item-placement` add `horizontal` prop

* feat: fix code

* feat: add test

* feat: fix code

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-23 00:17:10 +08:00
07akioni
1cc6f78363 docs: fix form item label 2021-08-22 23:45:10 +08:00
Keagan Chisnall
64c51d9f22
docs(date-picker, dynamic-input): English fixes (#937)
* DatePicker

* DynamicInput
2021-08-22 23:17:06 +08:00
XieZongChen
731d9389a8
test(tree-select): add tree-select test (#940) 2021-08-22 22:33:42 +08:00
songjianet
b405b45be5
docs(progress): composition api (#903)
* docs(progress): 将options api升级为composition api

* docs(progress): 更改ref变量名

* docs(progress): 更改变量名
2021-08-21 14:49:18 +08:00
XieZongChen
4aabd2a944
test(transfer): update test (#931) 2021-08-21 12:04:30 +08:00
07akioni
b59975d7d6 fix(data-table): loading is not centered, closes #929 2021-08-21 00:24:40 +08:00
Kev1nzh
4d6f28eba7
fix(image): Initialize rotate before switching, closes #921 (#928)
Co-authored-by: kev1nzh <kev1nzh@app-ark.com>
2021-08-21 00:17:48 +08:00
songjianet
3100f4ec61
docs(popover): using composition api (#926) 2021-08-21 00:12:45 +08:00
XieZongChen
efa6484722
test(transfer): add test (#925) 2021-08-20 10:07:01 +08:00
07akioni
1c29361a9f
Merge pull request #920 from TuSimple/main
Sync main
2021-08-20 03:52:28 +08:00
07akioni
e9fb97e87d 2.16.5 2021-08-20 03:51:27 +08:00
07akioni
9bc911444f
Merge pull request #919 from TuSimple/docs
Docs
2021-08-20 03:45:54 +08:00
07akioni
f4c793133e test(dropdown): update snapshot 2021-08-20 03:44:06 +08:00
07akioni
7c03adccc5 fix(ellpisis): doesn't work after content is updated, closes #776 2021-08-20 03:39:41 +08:00
07akioni
fa063b9aec fix(popover): arrow's misplacement when placed in nested popovers with different placement, closes #916 2021-08-20 02:51:02 +08:00
07akioni
ee83140dd4 fix(dropdown): inner link click trigger area is not the entire option, closes #823 2021-08-20 02:40:10 +08:00
07akioni
74df68485f fix(tabs): style glitches when different types tabs are nested, closes #850 2021-08-20 02:29:42 +08:00
07akioni
00399f89ea refactor(form): clean codes 2021-08-20 01:49:52 +08:00
Kev1nzh
b401ff4793
feat(form): add show-label prop (#865)
* feat(form): add show-label prop and test (#858)

* docs(form): add show-label doc and fix form item label desc (#858)

* Update CHANGELOG.en-US.md

Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>

* feat(form): rewrite show-label and add tests (#858)

* docs(form): add show-label demo (#858)

* feat(form): change show-label computed  (#858)

* feat(form): fix show-label (#858)

* feat(form): fix bug (#858)

* feat(form): update show-label scripts (#858)

* docs(form): update show-label order and label description (#858)

* Apply suggestions from code review

Co-authored-by: kev1nzh <kev1nzh@app-ark.com>
Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>
Co-authored-by: kev1nzh_ark <kevin@app-ark.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-20 01:39:44 +08:00
Keagan Chisnall
eb0bf0e22c
docs(auto-complete, cascader, color-picker, checkbox): en (#915)
* NAutocomplete

* NCascader

* NCheckbox

* NColorPicker

* Update index.demo-entry.md

* Update index.demo-entry.md

* Update index.demo-entry.md

* Update virtual.demo.md

* Update index.demo-entry.md

* Update basic.demo.md
2021-08-20 00:46:50 +08:00
songjianet
6d2dcd2246
docs(popselect): update damo options api to composition api (#912) 2021-08-19 22:25:16 +08:00
XieZongChen
19282b6d56
test(NDrawer): add show/on-update:show/mask-closable props test (#913) 2021-08-19 14:27:15 +08:00