二货机器人
|
222849235d
|
fix: TextArea autoSize blink in FireFox (#20737)
|
5 years ago |
偏右
|
7dea548551
|
refactor: 🗑 remove deprecated or compatibility css code (#20547)
* 🗑️ remove deprecated or compatibility css code
* ✅ update snapshots
* ✅ fix test case and compile error
* ✅ fix stylelint
|
5 years ago |
Amumu
|
9120ff8c42
|
feat: TextArea add support onResize (#20408)
* textarea add support onresize
* add test case
* Improve code coverage
* improve
* snapshot
* improve test case
* none
* update docs
|
5 years ago |
偏右
|
8501b708ea
|
refactor: 📦 smaller bundlesize limit (#20356)
* 📦 samller bundlesize limit
* 🗑️ remove React static PropTypes
* 🗑️ remove react-lifecycles-compat
* 🗑️ remove matchMedia polyfill
* 🗑️ remove Transfer buggy lazy prop
* 🗑️ remove enquire.js dep
* 🗑️ remove Transfer lazy related code and fix ci
* 🗑️ remove used dom-closest
* ⚡ replace dom-scroll-into-view to scroll-into-view for bundle size
* ✅ fix eslint
* 🆙 upgrade browserslist
* ✅ fix test cases
* 🗑️ remove @ant-design/create-react-context
* 🆙 upgrade @ant-design/bisheng-plugin
* 🆙 upgrade rc-slider
* ✅ fix ci
* 🆙 upgrade rc-tabs and rc-mentions
* 📦 scroll-into-view -> scroll-into-view-if-needed
* remove unused devDep
* docs: 📝 update instruction about IE9/10
* 📦 reduce css bundle size by drop IE9/10 support
* 🆙 upgrade rc-upload
* 🗑️ drop unused swing motion css
* ✅ update upload snapshots
* 📦 lift css bundlesize limit to 55kb
|
5 years ago |
Rustin
|
767d2d0638
|
feat: Add allowClear to TextArea (#19310)
* add allow clear to textarea
revert textarea md
refactor textarea css
fix textarea props bug
add test and update snapshot
update doc
add margin
refactor textarea to reuse fixControlledValue and setValue method
add clearable input to reuse code
refactor clearable input
finish refactor
refactor clearable input
refactor input and textArea
finish refactor
update test snapshots
fix input props bug
fix dom issue
fix textarea dom issue
fix textarea test bug
fix textarea dom issue
refactor code and fix textarea dom issue
fix input dom issue
fix typo error
update test snapshots
fix ci failed issues
adjust margin
* remove useless code fix ci failed issue
* fix textarea padding issue
* update snapshots
* fix padding issue
|
5 years ago |
Liming Jin
|
311a6c0917
|
fix: replace autosize with autoSize
|
5 years ago |
啸生
|
71b53b7175
|
master to feature (#19062)
* ✅ increase upload test cov
* chore: replace resizeObserver with `rc-resize-observer` (#19057)
* replace resizeObserver with rc-resize-observer
* fix affix lint
* fix es lint
* changelog (#19056)
* Release 3.23.5
|
5 years ago |
二货机器人
|
e07bba91fa
|
chore: replace resizeObserver with `rc-resize-observer` (#19057)
* replace resizeObserver with rc-resize-observer
* fix affix lint
* fix es lint
|
5 years ago |
二货机器人
|
b9b9675fe1
|
fix: Not shaking with autosize of TextArea (#18401)
* fix: Not shaking with autosize of TextArea
* fix ract 15 demo
* fix demo
* add state
* handle event
* try to fix react 15 test case
|
5 years ago |
orzyyyy
|
63b33d4020
|
fix: unexpected changes of snapshots
|
5 years ago |
zombieJ
|
3a8fcd6281
|
fix: Textarea show scroll when autosize (#18114)
* fix: Textarea show scroll when autosize
* clean up
|
5 years ago |
zombieJ
|
c80136a9a7
|
New Component: Typography (#14250)
* text with prefix
* add edit style
* support editable
* enhance accessibility & type experience
* optimize IME case
* support copy
* add locale
* add secondary & disabled
* add ellipsis shadow text
* split to 3 components
* update snapshot
* update desc
* change lines also need update ellipsis
* skip aria when is in ellipsis
* add ResizeObserver in _util
* update snapshot
* move TestBase into test file
* update test case
* update doc
* fix typo
* important => level
* use rows
* update demo cols to 1
* fix cssText not work in firefox
* update doc
* add miss point
* support extendable
* update snapshot
* fix doc
* copyable support string
* update snapshot
* update doc
* update doc desc
* adjust style
* full test
* reset after test
* rename
* update snapshot
* fix compile
* adjust style
* update desc
* update prefixCls
* update margin
* adjust
* nest wrap of tag content
* adjust style
* update comment
* rm %
* one more thing
* tmp of measure
* merge string as children
* update snapshot
* update testcase
* remove comment
* use internal variable for configProvider passing
* update snapshot
* use expandable instead of extendable
* less variable it
* update demo
* update less
* adjust code & mark style
* remove mark padding
* update measure logic
* support nest element style
* use childNode.textContent to fix react 15 error
* update css
* popout Typography
* add link style
* adjust doc
* use ellipsis instead of rows & expandable
* update doc
* update doc
* update doc & style
* fix typo
* add css ellipsis support
* client render
* update snapshot
* enhance copyable
* support onExpand
* update test case
* add test of css ellipsis
* fix logic in react 15
* rename onChange -> onSave
* use tagName of article
* fix lint
|
6 years ago |
afc163
|
5de5f4c458
|
🐛 Fix errors in lgtm.com
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
|
6 years ago |
陈帅
|
8e11f0bdb9
|
merge support prettier
|
6 years ago |
陈帅
|
dca9715186
|
support prettier
|
6 years ago |
zombieJ
|
1a0a06fca9
|
ConfigProvider support prefixCls (#13389)
Basic support prefixCls.
|
6 years ago |
zombieJ
|
8d1d595d76
|
use resize observer to check textarea size (#13295)
fix: #10151
|
6 years ago |
Evert Bouw
|
268a1817b7
|
remove blank line
|
6 years ago |
Evert Bouw
|
cc6e1ba9d7
|
Clean up TextAreaProps type
The props for TextArea included React.TextareaHTMLAttributes twice
|
6 years ago |
Wei Zhu
|
ff458a2c3f
|
Improve Input type definitions
Close #10166
|
7 years ago |
Wei Zhu
|
05c702838d
|
Fix implicit any error for Input
|
7 years ago |
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
7 years ago |
Benjy Cui
|
51785aa6eb
|
deps: upgrade TypeScript to 2.6, close #8018
|
7 years ago |
Wei Zhu
|
047f62e9b4
|
Mark refs to private (#7600)
|
7 years ago |
Benjy Cui
|
d2aca99190
|
refactor: simplify TextArea's code
|
7 years ago |
infeng
|
d19bfcbf74
|
fix onChange ts definition of Input
|
7 years ago |
liuyanzhe
|
bbfdc46aa2
|
Fix TextArea disabled style
|
7 years ago |
afc163
|
b112948130
|
TextArea should be resetable in form, close #6776
|
7 years ago |
Benjy Cui
|
fe33e76479
|
refactor: extract Input.TextArea
|
8 years ago |