张乐聪
|
d33b2a8283
|
fix: type error
|
2021-10-22 00:41:58 +08:00 |
|
张乐聪
|
f28f8ebcd2
|
fix(tabs): scroll passive warning, closes #1413
|
2021-10-22 00:24:08 +08:00 |
|
张乐聪
|
a98528f2d7
|
feat(collapse-transition): add show-prop , deprecate collapsed prop, closes #1407
|
2021-10-22 00:07:59 +08:00 |
|
XieZongChen
|
d92e19b78a
|
test(data-table): update test (#1411)
|
2021-10-21 23:48:24 +08:00 |
|
songjianet
|
aeb3e010d6
|
test(dialog): Update dialog component test (#1404)
|
2021-10-21 23:48:24 +08:00 |
|
07akioni
|
0449838329
|
2.19.11
|
2021-10-21 23:48:21 +08:00 |
|
07akioni
|
439f265667
|
fix(upload): file can't be removed when file count limit is reached, closes #1401
|
2021-10-21 23:48:16 +08:00 |
|
07akioni
|
151dbc1da6
|
fix(tabs): typo
|
2021-10-21 23:48:12 +08:00 |
|
07akioni
|
17d65cdfe3
|
refactor(tabs): on-before-leave prop
|
2021-10-21 23:48:03 +08:00 |
|
小魔王
|
2c530b56da
|
feat(tabs): add on-before-leave prop (#1394)
* feat(tabs): add on-before-leave prop
* feat: demo引入属性优化
* feat: 优化tab加载
* feat: 优化tab加载
* feat: 处理新tab打开中断旧导航
Co-authored-by: unknown <liyang@xiaoyouzi.com>
|
2021-10-20 23:22:40 +08:00 |
|
doom-9
|
7686b69e2a
|
feat(date-picker): month-picker i18n
|
2021-10-20 13:47:57 +08:00 |
|
songjianet
|
7b3b1c99c8
|
test(descriptions): Update descriptions component test (#1400)
|
2021-10-20 09:15:59 +08:00 |
|
07akioni
|
1db7127f70
|
test(carousel): flatten promise code
|
2021-10-19 00:16:00 +08:00 |
|
songjianet
|
68a804b426
|
test(carousel): update test (#1335)
* test(carousel): Update carousel component test
* test(carousel): Update carousel component test
* test(carousel): Update carousel component test
|
2021-10-19 00:04:34 +08:00 |
|
XieZongChen
|
710410cae8
|
test(data-table): update test (#1392)
|
2021-10-18 10:04:50 +08:00 |
|
songjianet
|
aff36db44c
|
test(collapse): Update collapse component test (#1362)
|
2021-10-18 09:17:02 +08:00 |
|
07akioni
|
06462b96fc
|
docs(changelog): fix typo
|
2021-10-18 02:11:52 +08:00 |
|
07akioni
|
e511b8d413
|
2.19.9
|
2021-10-18 01:59:37 +08:00 |
|
07akioni
|
83af15dbc8
|
fix(upload): type error
|
2021-10-18 01:52:58 +08:00 |
|
07akioni
|
f5a550e123
|
Merge pull request #1390 from TuSimple/docs
Docs
|
2021-10-18 01:49:13 +08:00 |
|
07akioni
|
e271e63272
|
feat(config-provider): add breakpoints prop, closes #1379
|
2021-10-18 01:44:46 +08:00 |
|
07akioni
|
8f6a34d37e
|
feat(input-number): focus & blur methods
|
2021-10-18 00:51:37 +08:00 |
|
07akioni
|
18e2938933
|
refactor(upload): max
|
2021-10-18 00:43:01 +08:00 |
|
07akioni
|
53027762e6
|
fix(cascader): separator prop doesn't appiled to filter select menu
|
2021-10-17 23:57:31 +08:00 |
|
Kev1nzh
|
f1360847bb
|
feat(upload): add max prop and fix disabled 's style (#1363)
* feat(upload): add `max` prop and fix `disabled`'s style (#1237)
* feat(upload): fix CHANGELOG
* feat(upload): add test
* feat(upload): fix disabled
* Update src/upload/src/Upload.tsx
Co-authored-by: 07akioni <07akioni2@gmail.com>
* feat(upload): fix `upload-dragger` mergedDisabled
Co-authored-by: kev1nzh <kev1nzh@app-ark.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
|
2021-10-17 23:55:46 +08:00 |
|
07akioni
|
9c61354dee
|
refactor(cascader): filter fixing
|
2021-10-17 22:59:23 +08:00 |
|
XieZongChen
|
35693c8644
|
fix(cascader): fix filter prop lose efficacy (#1382)
|
2021-10-17 22:50:17 +08:00 |
|
07akioni
|
1661e2edd5
|
feat(time-picker): add use-12-hours prop, closes #547
|
2021-10-17 22:45:00 +08:00 |
|
07akioni
|
134aa49ecd
|
fix(upload): file is set to null after upload failure, closes #1316
|
2021-10-17 19:43:56 +08:00 |
|
07akioni
|
23a7f24888
|
feat(input): add count slot, closes #1314
|
2021-10-17 19:20:58 +08:00 |
|
07akioni
|
4ac6be229a
|
fix(dialog): close button will be overlayed with content, closes #1381
|
2021-10-17 18:56:21 +08:00 |
|
07akioni
|
5708554ee8
|
fix(collapse): change original expaned names
|
2021-10-17 18:53:52 +08:00 |
|
07akioni
|
e140e848d4
|
fix(collapse): expanded status is lost when using v-if with n-collapse-item , closes #1387
|
2021-10-17 18:51:47 +08:00 |
|
小魔王
|
15c97c5ca7
|
test(auto-complete): update test (#1365)
Co-authored-by: unknown <liyang@xiaoyouzi.com>
|
2021-10-16 16:11:30 +08:00 |
|
XieZongChen
|
a2e5f557cb
|
feat(dropdown): add dropdown-props prop (#1369)
* feat(dropdown): add dropdown-props prop
* feat: optimization
|
2021-10-16 16:10:57 +08:00 |
|
XieZongChen
|
be94d3d243
|
docs: fix link jump in docs (#1380)
|
2021-10-16 11:34:53 +08:00 |
|
songjianet
|
871e86ed75
|
test(date-picker): update test (#1376)
* test(date-picker): Update date-picker component test
* test(date-picker): Update date-picker component test
* test(date-picker): Update date-picker component test
* test(date-picker): Update date-picker component test
|
2021-10-16 01:58:44 +08:00 |
|
XieZongChen
|
b9ebd033c9
|
docs(i18n): add supported languages table (#1372)
|
2021-10-15 17:45:38 +08:00 |
|
07akioni
|
1a7d941205
|
site: fix anchor height
|
2021-10-15 03:33:51 +08:00 |
|
07akioni
|
a8f8a27d67
|
docs(tag): fix on-close description
|
2021-10-15 03:33:13 +08:00 |
|
不见月
|
ad996a6e81
|
test(color-picker): swatches test (#1361)
* fix: `swatchColorMode` will be completed
* test(color-picker): supplementary test cases
|
2021-10-15 01:18:37 +08:00 |
|
XieZongChen
|
6a22570057
|
test(data-table): update test (#1358)
|
2021-10-14 10:02:23 +08:00 |
|
07akioni
|
de174f2659
|
Merge pull request #1356 from TuSimple/main
sync main
|
2021-10-14 04:18:58 +08:00 |
|
07akioni
|
15261637f8
|
2.19.8
|
2021-10-14 04:18:00 +08:00 |
|
07akioni
|
72ae1cadb4
|
test: jaJP locale
|
2021-10-14 04:12:48 +08:00 |
|
07akioni
|
f4a1121057
|
docs(select): typo
|
2021-10-14 04:10:49 +08:00 |
|
07akioni
|
497e657013
|
refactor(auto-complete): getDerivedShowFromValue => getShow
|
2021-10-14 04:07:53 +08:00 |
|
07akioni
|
c523e27cf4
|
Merge pull request #1355 from TuSimple/docs
Docs
|
2021-10-14 04:06:54 +08:00 |
|
07akioni
|
ca19f877b1
|
Merge branch 'main' into docs
|
2021-10-14 04:06:32 +08:00 |
|
07akioni
|
2f79dfff7d
|
fix(ellipsis): prop not show pointer cursor when content is short when tooltip = false , closes #1299
|
2021-10-14 03:50:31 +08:00 |
|