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 |
|
XieZongChen
|
19282b6d56
|
test(NDrawer): add show/on-update:show/mask-closable props test (#913)
|
2021-08-19 14:27:15 +08:00 |
|
XieZongChen
|
653047406f
|
test(NDrawer): add test for placement (#902)
|
2021-08-18 10:01:36 +08:00 |
|
XieZongChen
|
ea25207831
|
test(utils): update vue test (#896)
|
2021-08-17 09:54:22 +08:00 |
|
Yugang Cao
|
672ed322a3
|
fix(notification): NotificationReactive is not writable (#878)
* fix(notification): NotificationReactive cannot write
* fix: use mutable to remove readonly
* fix: notification test
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2021-08-17 00:29:48 +08:00 |
|
XieZongChen
|
7ef5b8d0a8
|
feat(input-number): add clearable prop (#868)
* feat(NInputNumber): add clearable prop
* feat: optimization
* feat(NInputNumber): add on-clear
* feat: optimization
|
2021-08-17 00:09:35 +08:00 |
|
XieZongChen
|
c2e76317ea
|
test(utils): update utils vue test (#886)
|
2021-08-16 07:15:44 +08:00 |
|
07akioni
|
75fc48e31f
|
2.16.4
|
2021-08-16 03:30:46 +08:00 |
|
07akioni
|
3c68817b8b
|
fix(locale): ruRU locale exports
|
2021-08-16 03:24:58 +08:00 |
|
07akioni
|
e8603e038a
|
fix: ruRU locale
|
2021-08-16 03:12:40 +08:00 |
|
07akioni
|
18aeaa9700
|
fix: remove date locale ruRU
|
2021-08-16 03:10:24 +08:00 |
|
07akioni
|
466d5a1419
|
2.16.3
|
2021-08-16 03:06:25 +08:00 |
|
07akioni
|
1484e0be2d
|
docs(changelog): fix
|
2021-08-16 03:00:19 +08:00 |
|
07akioni
|
0fabe8b526
|
fix(rate): dark theme size && half star color transition
|
2021-08-16 03:00:19 +08:00 |
|
07akioni
|
d8324b0133
|
Merge pull request #883 from TuSimple/docs
Docs
|
2021-08-16 02:47:54 +08:00 |
|
07akioni
|
608917b70c
|
chore(date-picker): clean codes
|
2021-08-16 02:40:51 +08:00 |
|
07akioni
|
86156c2bb9
|
docs(changelog): message class change
|
2021-08-16 02:18:51 +08:00 |
|
Wanli Song
|
dd013ed8d1
|
feat(date-picker): add shortcuts prop (#444)
* feat(date-picker): add shortcuts prop
* doc(date-picker): remove ranges demo
Co-authored-by: wanli.song@tusimple.ai <wanli.song@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2021-08-16 02:17:59 +08:00 |
|
Mr.Bai
|
2cc526dcb2
|
fix(space): use v-if render a empty placeholder (#828)
* fix(space): use v-if render a empty placeholder
* fix(space): filter comment
* feat(space): add test
Co-authored-by: Jiwen Bai <56228105@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2021-08-16 02:07:01 +08:00 |
|
Allen
|
3cf31305b2
|
feat(message): add class to distinguish type (#882)
|
2021-08-16 01:57:52 +08:00 |
|
07akioni
|
52ddc111bd
|
docs(data-table): fix row key description
|
2021-08-16 01:54:09 +08:00 |
|
XieZongChen
|
4c66026855
|
docs(data-table): update key related docs (#874)
* docs(NDataTable): update n-data-table docs
* docs: optimization
|
2021-08-16 01:45:50 +08:00 |
|
doom-9
|
3d7f96dd00
|
feat(message-provider): add placement prop (#851)
* feat:n-input Support hidden password
* feat(form): support require-mark-placement(#171)
* Revert "feat(form): support require-mark-placement(#171)"
This reverts commit 0627777693 .
* Revert "feat:n-input Support hidden password"
This reverts commit ea6491783d .
* feat(message provider): add placement prop(wip)
* feat(message provider): add placement prop
* feat: add demo
* feat: fix demo code
* feat: fix code
* feat: fix code
* Update CHANGELOG.en-US.md
* feat: fix style code
|
2021-08-16 01:15:06 +08:00 |
|
XieZongChen
|
95d0efa4d3
|
test(utils): add test (#877)
|
2021-08-15 22:44:05 +08:00 |
|
songjianet
|
42af26485f
|
docs(grid): 更改栅格组件文档的用例 (#875)
|
2021-08-15 22:06:12 +08:00 |
|
xiezongchen
|
f07530a7cd
|
docs(NDataTable): update n-data-table docs
|
2021-08-15 16:09:56 +08:00 |
|
XieZongChen
|
d6ef91dfd6
|
test(utils): add utils test (#873)
|
2021-08-14 23:11:28 +08:00 |
|
Yugang Cao
|
ab47975a73
|
test(switch): add switch test case (#870)
|
2021-08-14 22:19:11 +08:00 |
|
Yugang Cao
|
df697aef5d
|
test(tag): add tag test case (#871)
|
2021-08-14 22:18:34 +08:00 |
|
kalykun
|
cca5ca7ac5
|
test(spin): add test case (#859)
* test(spin): add test case
* remove async
* Code optimization
|
2021-08-13 22:19:16 +08:00 |
|
Artem
|
a164170505
|
feat: ru-RU locale (#863)
* feat(locale): add Ru locale
* fix(locale): add export for ru locale
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2021-08-13 22:08:21 +08:00 |
|
songjianet
|
1cf249cbe7
|
docs(config-provider): 完善文档中的用例 (#861)
|
2021-08-13 21:52:00 +08:00 |
|
XieZongChen
|
a4f29bebaa
|
feat(utils): update utils naive test (#857)
|
2021-08-13 07:23:44 +08:00 |
|
kalykun
|
d7dff4be07
|
test(alert): add some test case (#836)
* test(alert): add some test case
* Code optimization
* Code optimization
* remove unnecessary snap
|
2021-08-13 00:11:03 +08:00 |
|
Artem
|
dc7706dbdb
|
feat(locale): add Ru locale (#852)
|
2021-08-12 23:59:36 +08:00 |
|
Rafael Hengles
|
35d76dcf4d
|
feat(message): Add container-style prop to n-message-provider (#831)
* feat(message): Add `container-style` prop to `n-message-provider`
* Update CHANGELOG.zh-CN.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Remove default value from containerStyle
Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>
|
2021-08-12 23:06:51 +08:00 |
|
XieZongChen
|
4b2798c017
|
test(utils): add naive's getTitleAttribute test (#856)
|
2021-08-12 22:43:43 +08:00 |
|
XieZongChen
|
f1fa04f866
|
test(utils): add css test (#848)
|
2021-08-12 07:32:13 +08:00 |
|
07akioni
|
1abb00b15d
|
site: add naive ui admin to footer
|
2021-08-12 00:36:19 +08:00 |
|
07akioni
|
5dd5cc55fd
|
Merge pull request #846 from TuSimple/main
sync main
|
2021-08-12 00:30:27 +08:00 |
|
07akioni
|
71ec0cb47a
|
fix(form): lint
|
2021-08-12 00:00:49 +08:00 |
|
Yugang Cao
|
b44901e111
|
deps(form): update async-validator (#842)
|
2021-08-11 23:41:08 +08:00 |
|
Yugang Cao
|
6341f54971
|
test(element): add element test case (#843)
|
2021-08-11 23:26:33 +08:00 |
|
CJ
|
c5b440569e
|
docs(changelog): fix typos (#841)
|
2021-08-11 23:05:18 +08:00 |
|
XieZongChen
|
13e0ce9e26
|
test(utils): add utils color test (#832)
|
2021-08-11 22:22:18 +08:00 |
|
doom-9
|
427003d82b
|
fix(rate): half star overlays star background in dark mode (#818)
* feat:n-input Support hidden password
* feat(form): support require-mark-placement(#171)
* Revert "feat(form): support require-mark-placement(#171)"
This reverts commit 0627777693 .
* Revert "feat:n-input Support hidden password"
This reverts commit ea6491783d .
* Update index.cssr.ts
* feat: fix code
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2021-08-11 01:26:41 +08:00 |
|