Commit Graph

4634 Commits

Author SHA1 Message Date
07akioni
dc2f2080ae
fix(form-item): always show require mark (#201)
* docs(changelog): typo

* fix(form-item): always show require mark.

* chore
2021-06-19 16:23:50 +08:00
07akioni
58ee106560 2.12.1 2021-06-19 02:30:52 +08:00
07akioni
4a9e25c000
chore: sync doc branch (#195) 2021-06-19 02:23:16 +08:00
07akioni
cec295f3d1
feat(popselect): add render-label prop (#194) 2021-06-19 02:22:11 +08:00
TakaSoap
06127da334
docs(switch): fix typo (#196) 2021-06-19 02:11:33 +08:00
07akioni
4a767a4cff
Merge branch 'main' into docs 2021-06-19 02:07:28 +08:00
07akioni
59e02912a9 fix(message): content & option type not correct 2021-06-19 02:04:55 +08:00
07akioni
0fb8f0cc1e
refactor(input): reimplement icons, support press & hover (#193) 2021-06-19 02:03:22 +08:00
07akioni
3f1ebe119c
feat(select): add render-label prop (#190)
* feat(select): add `render-label` prop, `option.label` supports render function

* docs: changelog

* fix: type

* test: update snap
2021-06-19 01:08:54 +08:00
07akioni
1a39c06cf8
fix(notification): position not correct (#192) 2021-06-19 00:51:01 +08:00
07akioni
dbcf7a2b73
feat(popselect): support class attr (#189)
* feat(popselect): support class attr

* test: update snapshot
2021-06-18 22:28:22 +08:00
07akioni
4afacaa2b4 ci: revert codecov 2021-06-18 22:16:53 +08:00
07akioni
b6165ca1a7 chore(input): cssr style 2021-06-18 21:26:14 +08:00
07akioni
06521979ef docs(maintaining) 2021-06-18 21:25:20 +08:00
kalykun
96ae3a38dd
feat(input): add show-password-toggle prop to support show & hide password (#179)
* feat(n-input): add show-password attribute to support show & hide password

* feat(n-input): update show-password-toggle attribute

* docs: fix typos

* feat(n-input): remove unnecessary code

* feat(n-input): trigger click to show & hide password

* feat(n-input): add icon component prop onMouseup

* style(icon): add style to the eye icon

* style(n-input): modify css
2021-06-18 21:23:08 +08:00
Yiuman Kam
faee18c1d4
fix(input): baseline shifts when input mixed language(修复Input组件的行高问题)close#174 (#183)
* fix: Fixed Input Component line-heitgh issue(修复Input组件的行高问题)

* fix: Fixed Input Component line-height issue(修复Input组件的行高问题)

* style: 优化代码格式

* docs: add changelog for fixed input jitter (变更日志添加解决Input组件抖动问题)

* docs: 将fixes调整到pending中。

* Update CHANGELOG.zh-CN.md

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-18 15:21:52 +08:00
XieZongChen
874dbb8d29
docs: fix changelog time (#188) 2021-06-18 15:14:11 +08:00
doom-9
107dc136a2
feat(form): require-mark support left and right (#184)
* feat(form): support require-mark-placement(#171)

* feat(form): support require-mark-placement(#171)

* feat(form): support require-mark-placement(#171)

* feat(form): support require-mark-placement(#171)

* feat(form): support require-mark-placement(#171)

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-18 13:18:25 +08:00
五柳
e5d640f4d7
fix(icon): $parent.$options will be undefined in setup script (#185) 2021-06-18 10:55:56 +08:00
07akioni
51b43826cb fix: test warnings 2021-06-17 22:04:06 +08:00
07akioni
c92f862fb6
feat(dropdown): support class (#181) 2021-06-17 21:56:00 +08:00
07akioni
6aa667d8e0 docs 2021-06-17 21:53:40 +08:00
07akioni
588b0699a6 docs 2021-06-17 21:51:11 +08:00
07akioni
1a1df5bdee refactor: remove codecov actions 2021-06-17 21:48:21 +08:00
07akioni
06a0e18df3
ci: codecov (#176)
* ci: codecov

* fix: typo

* ci: add codecov token

* ci: set env
2021-06-17 17:14:06 +08:00
fae668b9ff
fix(form-item): custom width override (#175)
* fix: form-item custom width override

* chore: use `formatLength` instead of `pxfy`
2021-06-17 16:43:21 +08:00
五柳
bb74d13b56
docs(button): add tag prop document introduction (#169)
* docs(button): add tag prop document introduction

* Update CHANGELOG.en-US.md

* Update CHANGELOG.zh-CN.md

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-17 10:46:43 +08:00
07akioni
78bd9aaa14
Merge pull request #167 from TuSimple/main
sync main
2021-06-17 00:01:52 +08:00
07akioni
5b1e14b945 docs: new rule for contributing 2021-06-16 23:55:49 +08:00
07akioni
8e89d1db4f 2.12.0 2021-06-16 23:49:38 +08:00
07akioni
f431ba7911
Merge pull request #166 from TuSimple/docs
Docs
2021-06-16 23:42:23 +08:00
07akioni
051d2d41da
Merge pull request #164 from TuSimple/feat
Feat
2021-06-16 23:40:21 +08:00
07akioni
5a017d8da3 fix: remove tsbuildinfo in release 2021-06-16 23:36:06 +08:00
07akioni
1b7236ac1d
Merge branch 'main' into feat 2021-06-16 23:12:08 +08:00
07akioni
2317e1ea21
feat(n-a): remove to prop (#162) 2021-06-16 23:06:21 +08:00
XieZongChen
47c8c08001
feat(input-number): support keyboard events ArrowUp and ArrowDown opera… (#161)
* feat: InputNumber support keyboard events ArrowUp and ArrowDown operations

* feat: Optimize code
2021-06-16 23:02:13 +08:00
07akioni
11fae2f48d refactor: remove service layout 2021-06-16 22:18:44 +08:00
07akioni
96147b765e deps: vicons 0.10.0 2021-06-16 22:05:59 +08:00
07akioni
f18af1e3f9
feat(tree): support disabled & checkboxDisabled on option. fix click on indent won't trigger select in block line mode (#160) 2021-06-16 22:03:57 +08:00
牧码山人
902773310e
docs(form): fix custom-rule demo 2021-06-16 21:58:09 +08:00
牧码山人
9c83e7f1b4
docs(form): fix custom-rule demo 2021-06-16 21:57:54 +08:00
二梦
a08dbcf1b0
fix(cascader): text blur in win10 Chrome. (#154) 2021-06-16 17:29:49 +08:00
caoyugang_1
6ec77a2f3f
docs: update affix ~ data-table doc (#126)
* feat: update demo doc

* docs: update affix to data-table docs

* fix: change some question

* Update src/affix/demos/enUS/index.demo-entry.md

* Update src/affix/demos/zhCN/index.demo-entry.md

* Apply suggestions from code review

* Apply suggestions from code review

* Update src/auto-complete/demos/enUS/index.demo-entry.md

* Apply suggestions from code review

* Apply suggestions from code review

* fix: vercel test failed

* Apply suggestions from code review

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-16 15:06:09 +08:00
07akioni
303d30913c
Merge pull request #149 from TuSimple/main
sync feat with main
2021-06-16 14:30:05 +08:00
07akioni
d8e9622fdd docs(changelog): fix date 2021-06-16 14:21:52 +08:00
07akioni
e61d2dc57a
Merge pull request #148 from TuSimple/main
sync docs with main
2021-06-16 14:19:18 +08:00
07akioni
445e2772a8 2.11.12 2021-06-16 14:13:09 +08:00
07akioni
11a30dc352
Merge pull request #147 from TuSimple/feat
feat(element): pass `themeVars` to default slot & add `abstract` prop…
2021-06-16 14:05:15 +08:00
07akioni
da5d78378f
feat(element): pass themeVars to default slot & add abstract prop (#146) 2021-06-16 14:04:39 +08:00
07akioni
d54abe1666 ci: ci on feat & docs 2021-06-16 14:04:13 +08:00