afc163
|
fb913f4f47
|
💄 fix lint
|
5 years ago |
afc163
|
e1a4f2891e
|
🐛 Fix Table filter submenu checkbox margin
https://user-images.githubusercontent.com/507615/65814464-a5c6c000-e214-11e9-8085-2c6fb1f5c6f2.png
|
5 years ago |
afc163
|
d41b5be377
|
✅ increase Table test coverage
|
5 years ago |
afc163
|
66ca4a8b25
|
✅ more test cases
|
5 years ago |
afc163
|
650d44e8a7
|
🐛 fix React.createElement undefined
|
5 years ago |
afc163
|
bbc8800cb8
|
⚡ optimize Table components compare logic
|
5 years ago |
afc163
|
3acbc941a6
|
🔨 react-lifecycles-compat for Table
|
5 years ago |
afc163
|
3f7b7dedd6
|
💄 improve code style
|
5 years ago |
kristof0425
|
18017d6ea5
|
fix(Table): correct lint errors
|
5 years ago |
kristof0425
|
3274c55bdf
|
refactor(Table): make row work like a class property
|
5 years ago |
kristof0425
|
2875933c99
|
fix(Table): prevent reusing row from previous render
|
5 years ago |
kristof0425
|
2228e91b01
|
refactor(Table): move filter updating to getDerivedStateFromProps
|
5 years ago |
kristof0425
|
4cc5fcdb24
|
refactor(Table): move columns to state to set in getDerivedState
|
5 years ago |
kristof0425
|
948d0bd7bb
|
fix(Table): move rowSelection logic to getDerivedStateFromProps
|
5 years ago |
kristof0425
|
8a60e19b8e
|
fix(Table): rm commented line
|
5 years ago |
kristof0425
|
8bae8bf27d
|
refactor(Table): move createComponents outside of class, eliminate cWRP
|
5 years ago |
kristof0425
|
1d5bd4a7aa
|
fix(Table, SelectionCheckboxAll): add eslint comment
|
5 years ago |
kristof0425
|
0be5e334e4
|
refactor(Table): rename cWRP to UNSAFE_cWRP
|
5 years ago |
绯一
|
8219438ecd
|
Fix/detect antd button by static (#19045)
* fix: detect antd button by children.type.[staticProperty] instead of same class for HOC case
* fix: chore
|
5 years ago |
shaodahong
|
5728763dcc
|
fix: IE11 syntax error
|
5 years ago |
绯一
|
049799ed0f
|
fix: detect antd button by children.type.[staticProperty] instead of same class for HOC case (#19042)
|
5 years ago |
afc163
|
b536643f76
|
✅ add test case for Collapse
|
5 years ago |
afc163
|
49ecf9b738
|
✅ add more test cases for DatePicker
|
5 years ago |
二货机器人
|
7ae663da6d
|
fix: ssr should not render string at first (#19029)
* fix: ssr should not render string at first
* update snapshot
|
5 years ago |
ahauzq
|
49c9ee40b4
|
Input.tsx的otherProps为什么不去掉size
我觉得你们的otherProps推导竟然是any,所以不写size没报错
|
5 years ago |
afc163
|
46d0ff3e00
|
✅ update snapshot
|
5 years ago |
fkysly
|
e9b0c29f55
|
Rename algin.md to align.md
|
5 years ago |
swillis12
|
2c864b9bc6
|
Add sortColumn to title render (#19012)
Update docs
Update TS interface
Add null
Fix lint error
|
5 years ago |
MrHeer
|
90a77c0f02
|
👌 update README
|
5 years ago |
MrHeer
|
4a5b0e1669
|
✨ Flipping table to automatically scroll to the top
👌 apply it in handleFilter and toggleSortOrder
👌 ref instead of findDOMNode
✅ update test for scroll to first row
close #18623
|
5 years ago |
afc163
|
5c10cf880b
|
✅ add more test cases for Tranfer
|
5 years ago |
Lyndon001
|
c387fdc0c6
|
Update values.en-US.md
|
5 years ago |
Lyndon001
|
7ce8235194
|
Update values.en-US.md
|
5 years ago |
偏右
|
7961bb335c
|
🗑 Remove useless prop `searchValue` (#19003)
from typescript and documentation
close #18847
|
5 years ago |
afc163
|
913c5bbc47
|
🐛 Fix Button.Group large="size" icon only style
close #18993
|
5 years ago |
Wendell
|
53b3c5af96
|
✨ support updating message content with a unique key
close #18621
fix: fix demo
docs: change key api version number
docs: fix docs
|
5 years ago |
二货机器人
|
5aa32a3f17
|
chore: Put origin img size to fill the box (#18990)
|
5 years ago |
afc163
|
a40b54aaa1
|
✅ update select test snapshot
|
5 years ago |
afc163
|
efa82940ba
|
✅ react-router@5.1 cannot work in React 15
https://github.com/ReactTraining/react-router/releases/tag/v5.1.0
|
5 years ago |
afc163
|
5004a925c0
|
📝 Add instruction for dropdownRender
|
5 years ago |
afc163
|
0edbec10db
|
📝 Add recommendation for Visualization
|
5 years ago |
Hsuan Lee
|
81793758df
|
docs: fix API link
|
5 years ago |
afc163
|
61fc38901f
|
🔧 update typescript definites of third libs
|
5 years ago |
afc163
|
0bc0a9de48
|
🆙 upgrade stylelint-config-prettier
|
5 years ago |
orzyyyy
|
d85f6c8aa1
|
feat(actions): Automatic Rebase
|
5 years ago |
只捱宅
|
b83f432180
|
Delete publish-to-github-package.yml
|
5 years ago |
afc163
|
05bf1adbe8
|
💄 improve home page button style
|
5 years ago |
MrHeer
|
fd31d91a9b
|
👌 add use case
|
5 years ago |
MrHeer
|
4cca77eab7
|
🐛 fix Tree switcherIcon prop not working when showLine
close #18810
|
5 years ago |
sosohime
|
e511e50655
|
fix: TreeSelect removeIcon and clearIcon not working (#18949)
* add tree-select async demo
* TreeSelect支持clearIcon和removeIcon
* remove docs and demo
* run test
* clear code
* add ui test
|
5 years ago |