07akioni
30253a6829
docs(font): add caveat on using lato and open sans from vfonts
2021-09-11 21:18:08 +08:00
07akioni
920aa6a535
docs: add time format string date-fns link
2021-09-11 21:10:27 +08:00
songjianet
a4d1fbef7a
docs(customize-theme): Upgrade the use case of customize-theme to Composition API ( #1130 )
2021-09-08 14:34:01 +08:00
songjianet
336fcf98c3
docs(theme): Upgrade the use case of theme to Composition API ( #1131 )
2021-09-08 14:33:27 +08:00
songjianet
1e2ca008ff
docs(usage-sfc): Upgrade the use case of usage-sfc to Composition API ( #1132 )
2021-09-08 14:32:46 +08:00
07akioni
fa0ce8e98d
Merge pull request #1128 from TuSimple/main
...
sync main
2021-09-08 02:38:24 +08:00
07akioni
057b0b5e25
2.18.1
2021-09-08 02:37:39 +08:00
07akioni
18d817917f
Merge pull request #1127 from TuSimple/docs
...
Docs
2021-09-08 02:34:54 +08:00
Yugang Cao
635d35bd96
fix(input-number): cannot input decimal ( #1117 )
...
* fix: input-number cannot enter decimal
* fix: add more case
* Update src/input-number/src/InputNumber.tsx
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-08 02:30:18 +08:00
07akioni
2325842eac
feat(timeline): add icon-size prop
2021-09-08 02:18:17 +08:00
小魔王
7fd2ca5dde
feat(timeline): add icon slot ( #1103 )
...
* feat(n-timeline): add 'icon' slot
* feat(n-timeline): add dark style
* feat: icon优化
* feat: timeline icon优化
Co-authored-by: unknown <liyang@xiaoyouzi.com>
2021-09-08 01:38:14 +08:00
XieZongChen
0a4872df9a
fix(step): fix steps doesn't work with v-for children ( #1119 )
...
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-08 01:22:00 +08:00
07akioni
6f985e810c
refactor(dialog): useDialog style option
2021-09-08 00:58:36 +08:00
Yugang Cao
3c5ea1503a
feat(dialog): useDialog add style option ( #1124 )
...
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-09-08 00:11:55 +08:00
songjianet
db65d66293
docs(form): composition api ( #1115 )
2021-09-08 00:01:53 +08:00
07akioni
a1e88aec3a
test(cascader): clean code
2021-09-08 00:00:56 +08:00
songjianet
090155250b
docs(cascader): composition api ( #1123 )
2021-09-07 23:56:05 +08:00
songjianet
b79f482145
docs(radio): Upgrade the use case of radio component to Composition API ( #1113 )
2021-09-07 15:23:33 +08:00
songjianet
9b87263f7d
docs(date-picker): Upgrade the use case of date-picker component to Composition API ( #1116 )
2021-09-07 15:21:46 +08:00
XieZongChen
736b5fae7e
test(cascader): update test ( #1112 )
2021-09-07 09:34:34 +08:00
07akioni
741fc7e3f5
Merge pull request #1110 from TuSimple/main
...
sync main
2021-09-07 02:52:07 +08:00
07akioni
d701cacd48
2.18.0
2021-09-07 02:44:57 +08:00
07akioni
c93ab83d76
Merge pull request #1109 from TuSimple/docs
...
Docs
2021-09-07 02:41:33 +08:00
07akioni
4e516da220
fix(cascader): check-strategy="child"
doesn't behaves the same as previous leaf-only
2021-09-07 02:40:25 +08:00
07akioni
6a1e77af48
fix(data-table): add missing semicolon
2021-09-07 02:12:05 +08:00
songjianet
55fac9473d
docs(select): composition api ( #1108 )
2021-09-07 00:33:24 +08:00
07akioni
2ffd45004b
refactor(radio-group): clean code
2021-09-07 00:30:01 +08:00
Yugang Cao
32c2957472
fix(radio-group): on-update-value type ( #1062 )
...
* fix: radioGroup type
* fix: update radio type
* fix: radioGroup type
* fix: update branch rebase
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-07 00:27:04 +08:00
Mr.Bai
249d2c913f
feat(form): split require-mark-placement and show-require-mark ( #1104 )
...
* feat(form): split require-mark-placement and show-require-mark
* Apply suggestions from code review
Co-authored-by: Jiwen Bai <56228105@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-06 23:44:14 +08:00
07akioni
3f71a7a0f5
feat(drawer): add on-mask-click
prop
2021-09-06 23:26:25 +08:00
07akioni
51cfde9000
fix(radio-group): on-update:value
and on-update-value
can't be array
2021-09-06 23:26:25 +08:00
07akioni
f81415f66b
fix(step): must be passed with internal-index
2021-09-06 23:26:25 +08:00
kalykun
167ed0a87c
test(gradient-test & image): Increase test coverage ( #1097 )
...
* test(gradient-test & image): Increase test coverage
* Update Image.spec.tsx
2021-09-06 23:08:16 +08:00
songjianet
b345b224af
docs(slider): Upgrade the use case of slider component to Composition API ( #1106 )
2021-09-06 17:47:47 +08:00
songjianet
927bbe38fe
docs(time-picker): Upgrade the use case of time-picker component to Composition API ( #1105 )
2021-09-06 16:53:41 +08:00
XieZongChen
c78aee9325
Merge pull request #1107 from TuSimple/main
...
chore: fixed type error caused by vue
2021-09-06 03:34:13 -05:00
XieZongChen
55d8d24337
test(cascader): update test ( #1101 )
2021-09-06 10:59:30 +08:00
07akioni
0ba21868ba
2.17.2
2021-09-06 10:29:24 +08:00
07akioni
5b7935e336
fix: type error caused by vue
2021-09-06 10:26:12 +08:00
07akioni
95703aa04e
docs(changelog): fix
2021-09-06 10:05:36 +08:00
07akioni
69219446c8
fix(tree): show path
...
Fix tree show path
2021-09-06 10:03:14 +08:00
07akioni
3629ce55ff
Merge pull request #1100 from TuSimple/main
...
sync main
2021-09-06 10:01:08 +08:00
07akioni
e732d62926
2.17.1
2021-09-06 09:59:42 +08:00
unknown
7d87ef7427
fix(tree-select): add log
2021-09-06 09:57:09 +08:00
07akioni
3380c7f521
fix(cascader): menu not showing correct checked keys
2021-09-06 09:56:19 +08:00
unknown
bb0843ff0e
fix(tree-select): showPath fixed
2021-09-06 09:53:02 +08:00
07akioni
f13c977da0
Merge pull request #1094 from TuSimple/main
...
sync main
2021-09-05 15:22:39 +08:00
07akioni
41f79ce285
2.17.0
2021-09-05 15:21:12 +08:00
07akioni
d1c9ac32bf
docs: update api format
2021-09-05 15:05:09 +08:00
07akioni
36b8e0d906
fix(select): delete option has wrong type
2021-09-05 14:57:03 +08:00