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
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
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
6aa667d8e0
docs
2021-06-17 21:53:40 +08:00
07akioni
588b0699a6
docs
2021-06-17 21:51:11 +08:00
07akioni
8e89d1db4f
2.12.0
2021-06-16 23:49:38 +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
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
二梦
a08dbcf1b0
fix(cascader): text blur in win10 Chrome. ( #154 )
2021-06-16 17:29:49 +08:00
07akioni
d8e9622fdd
docs(changelog): fix date
2021-06-16 14:21:52 +08:00
07akioni
445e2772a8
2.11.12
2021-06-16 14:13:09 +08:00
07akioni
da5d78378f
feat(element): pass themeVars
to default slot & add abstract
prop ( #146 )
2021-06-16 14:04:39 +08:00
07akioni
5c7c05c149
Merge branch 'main' into feat
2021-06-16 13:32:45 +08:00
07akioni
80c368dc2b
fix(auto-complete): customizing input not working ( #143 )
2021-06-16 13:13:11 +08:00
07akioni
f8f312aec1
feat(drawer-content): closable prop ( #140 )
2021-06-16 11:47:20 +08:00
cyn
59d8643e65
feat(tag): unstable rtl ( #130 )
...
* feat(tag): unstable rtl
* feat(tag): optimizate code
* feat(tag): delete extra close class
* feat(tag): optimizate code
2021-06-15 23:51:39 +08:00
07akioni
7fc659de7e
fix(radio-group): doesn't trigger form item validation
2021-06-15 18:36:29 +08:00
07akioni
f9fb82695a
2.11.11
2021-06-15 11:23:16 +08:00
07akioni
801b647530
2.11.9
2021-06-15 01:09:52 +08:00
07akioni
f1812ff90a
feat(space): a11y
2021-06-15 01:03:12 +08:00
LiamLi
d301208d47
feat: progress and button-group supports wai-aria ( #109 )
...
* feat(progress): supports wai-aria
* feat(button-group): supports wai-aria
* Update ButtonGroup.tsx
* Update Line.tsx
* feat(progress): fixed some generic DOM which shouldn't appear in a11y tree.
* feat: (progress) supports wai-aria
* feat: (progress) supports wai-aria
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-15 00:52:16 +08:00
07akioni
9e2ba9b339
docs(changelog): fix branch
2021-06-15 00:47:46 +08:00
caoyugang_1
b062eb122f
feat(rate): add default slot for icon and color size property ( #91 )
...
* feat: rate add slot and add color size property
* fix: update rate md
* Update CHANGELOG.en-US.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/demos/enUS/icon.demo.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/src/Rate.tsx
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/src/Rate.tsx
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/demos/zhCN/color.demo.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/demos/zhCN/size.demo.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/demos/enUS/size.demo.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/demos/enUS/color.demo.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/demos/zhCN/events.demo.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/rate/demos/zhCN/icon.demo.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* fix: resolve rate comment
* fix: change demo
* fix: update md
* fix: add type lint
* fix: icon demo remove n-space
* Update CHANGELOG.en-US.md
* Update src/rate/demos/zhCN/color.demo.md
* Update CHANGELOG.en-US.md
* Update src/rate/demos/enUS/size.demo.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-15 00:38:22 +08:00
07akioni
03d8938084
feat(menu): supports use <a />
and <router-link />
as label ( #117 )
2021-06-15 00:37:18 +08:00
XieZongChen
b0294bab0d
feat(input-number): add show-button props ( #65 )
...
* feat: inputNumber add show-button props
* Update src/input-number/tests/InputNumber.spec.ts
* feat: Perfect pr
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-15 00:33:23 +08:00
07akioni
68c1e4e28b
docs(changelog): fix typo
2021-06-14 22:48:57 +08:00
07akioni
03a684dc4e
fix(data-table): missing on-update-sorter
, on-update-filter
, on-update-page
and on-update-page-size
props
2021-06-14 22:46:52 +08:00
07akioni
e9a422792a
docs(changelog): add date
2021-06-14 10:08:27 +08:00
07akioni
53bbbba717
chore(dialog): fix changelog & optimize codes
2021-06-14 09:15:25 +08:00
djkloop
fc09a36d8c
fix(dialog): add dialog destroyAll methods ( #104 )
...
* fix(dialog):add dialog destroyAll methods
* update changelog
2021-06-14 09:12:55 +08:00
07akioni
fa11306afd
fix(card): header-style is not applied to header ( #105 )
2021-06-14 01:21:50 +08:00
zhypower1997
6d21f72e1d
feat(data-table): add slot to custom empty content ( #98 )
...
* feat: add slot to custom description when data table is empty
* feat: change props to slot
* fix: change comment
* Update src/data-table/demos/enUS/index.demo-entry.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/data-table/demos/zhCN/index.demo-entry.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update src/data-table/demos/enUS/index.demo-entry.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
* feat: add tests
* feat: change comment
* feat: update comment
* feat: update comment
* feat: update comment
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-13 16:42:16 +08:00
07akioni
5d50114397
2.11.8
2021-06-13 12:59:23 +08:00
07akioni
7ef3357472
fix(data-table): prop types of rowKey
, rowClassName
, rowProps
, summary
aren't compatible with expected value ( #95 )
2021-06-13 12:36:35 +08:00
XieZongChen
3905fb1972
fix(form-item): autosize textarea may overflow ( #94 )
...
* fix: n-form-item's grid-template-columns
* Update src/form/src/styles/form-item.cssr.ts
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-13 12:04:24 +08:00
07akioni
5a7b2fa0e2
fix(calendar): on-update:value
prop type
2021-06-12 19:23:05 +08:00
07akioni
d8c1a8c354
2.11.7
2021-06-12 15:59:11 +08:00
07akioni
c04912d44c
fix: no lodash & lodash-es type
2021-06-12 15:42:46 +08:00
07akioni
e7f1f91da9
fix(color-picker): default value doesn't follow modes ( #87 )
...
* fix(color-picker): default value doesn't follow modes
* docs: changelog
2021-06-12 14:06:39 +08:00
07akioni
d307488479
fix(slider): prevent default on touchstart to avoid page scrolling ( #82 )
...
* fix(slider): prevent default on touchstart to avoid page scrolling
* docs(changelog)
2021-06-12 12:38:43 +08:00
07akioni
7ed844047d
2.11.6
2021-06-11 18:48:51 +08:00
07akioni
42b700d698
Merge pull request #79 from TuSimple/feat
...
chore: merge feat into main
2021-06-11 18:40:38 +08:00
07akioni
5b75311075
fix(color-picker): change modes not working ( #78 )
...
* fix(color-picker): change modes not working
* docs(changelog): add issue url
2021-06-11 18:39:39 +08:00
07akioni
7dc0f40dc6
Merge branch 'main' into feat
2021-06-11 18:32:10 +08:00