Commit Graph

5301 Commits

Author SHA1 Message Date
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
Keagan Chisnall
027a1446dd
docs(page=header, tag, typography) (#909)
* NPageHeader

* NTag

* NTypeography

* NPageHeader corrections
2021-08-19 13:14:51 +08:00
Wankko Ree
0c97b97d22
docs(cascader): fix async demo (#908) 2021-08-19 00:20:04 +08:00
XieZongChen
653047406f
test(NDrawer): add test for placement (#902) 2021-08-18 10:01:36 +08:00
Yugang Cao
0bf7290be4
docs(notification): add notification docs (#894)
* docs(notification): add notification docs

* fix: update docs format

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-08-17 22:50:21 +08:00
Keagan Chisnall
f66637583c
docs(icon, ellipsis, dropdown, gradient-text): en wording (#901)
* NDropdown

* NGradientText

* NEllipsis

* NIcon
2021-08-17 22:45:30 +08:00
songjianet
194c4e77e8
docs(spin): Update vue2 API to vue3 (#897) 2021-08-17 11:15:50 +08:00
XieZongChen
ea25207831
test(utils): update vue test (#896) 2021-08-17 09:54:22 +08:00
07akioni
24b06a8aab docs(collapse): default expand demo 2021-08-17 00:39:36 +08:00
Wankko Ree
e9f5971526
docs(collapse):add default expanded demo (#881) 2021-08-17 00:33:57 +08:00