ycjcl868
4216525ba1
fix: progress default trailColor
5 years ago
ycjcl868
dfa14f469a
feat: add @dropdown-menu-bg , @time-picker-bg , @calendar-bg , @calendar-input-bg , @pagination-item-bg
5 years ago
ycjcl868
34f3b44f6d
fix: button default background in dark theme
5 years ago
ycjcl868
b6b788b2e0
fix: stylelint fix
5 years ago
ycjcl868
4116a6ef59
feat: antd-dark.less build tool
5 years ago
ycjcl868
817b2ab70d
feat: add @comment-bg , @anchor-bg , @radio-disabled-button-checked-bg , @radio-disabled-button-checked-color , @radtio-solid-checked-color
5 years ago
ycjcl868
f47a22e888
feat: add @table-bg
5 years ago
ycjcl868
aedea846fc
feat: add @upload-actions-color
5 years ago
ycjcl868
90cca72327
feat: add @checkbox-check-bg , @switch-bg
5 years ago
ycjcl868
04ec04ac85
feat: add @calendar-item-active-bg
5 years ago
ycjcl868
4440062e66
feat: add @message-notice-content-bg and @calendar-border-color
5 years ago
ycjcl868
41609e40bc
feat: add color-base for dark
5 years ago
ycjcl868
09c00720b8
feat: add btn-default-ghost
5 years ago
ycjcl868
279c24716c
feat: add modal and drawer bg
5 years ago
ycjcl868
e8dd412c84
fix: Avatar User icon
5 years ago
ycjcl868
961cfeac43
test: update snapshot
5 years ago
ycjcl868
864ccc436e
fix: button danger link
5 years ago
ycjcl868
beaf521835
fix: remove button group demo
5 years ago
Amumu
c824569ea0
move className and style to ant-upload-drag ( #19987 )
5 years ago
二货机器人
5ef6b04554
fix: Table ajax pagination should work ( #19980 )
5 years ago
二货机器人
64b905e9bd
chore: Update `@ant-design/icons` deps ( #19979 )
* update icons deps
* update all icon ref
* fix lint
* update snapshot
5 years ago
邓波
d6430ad3f2
fix: update message content with a unique key and cancel manually ( #19967 )
5 years ago
damon.chen
2d82b59abf
docs(Form): How to use ref with Form HOC ( #19937 )
* 为Form新增如何在函数组件中使用的例子
* 在Form FAQ中增加在函数组件中怎么正确拿到Form实例的说明
* 更新英文文档
* 按照comment修改
* 更新英文标题
* 修改英文文档FAQ的标题
* 修改英文文档里的大小写问题
* 按照豆酱的comments进行修改
* 按照comments进行修改
5 years ago
骗你是小猫咪
6030431121
fix(Button): Button disabled with loading not prevent pointer events ( #19958 )
5 years ago
骗你是小猫咪
bed1f7775b
fix: should not be render default indicator when indicator value is null ( #19943 )
5 years ago
afc163
3fa135023f
💄 Add @table-header-bg-sm and fix footer style
close #19936
5 years ago
jeessy2
221d404986
fix: 4.0 table filters value may be previous ( #19873 )
* fix: 4.0 table filters value may be previous
* create a sync variable to resolve async 'setFilteredKeys'
* useSyncState to fix 'setFilteredKeys' async
* new line
* new line
* add ,
* removed 'setFilteredKeys' and re-render useSyncState
* menu must be a array
5 years ago
二货机器人
5fc62314af
chore: Remove LocaleProvider & Mention in export ( #19935 )
* chore: Clean up
* clean up test case
* clean up
5 years ago
偏右
ae44aae0d3
🐛 fix Input.Group compact border issue ( #19926 )
close #19914
5 years ago
zombiej
ee7a55380d
docs: Fix demo with new icon
5 years ago
ycjcl868
1d0f97d0a9
fix: lint
5 years ago
ycjcl868
ab15b3a84c
fix: remove danger warning
5 years ago
ycjcl868
37a85366f3
feat: add Button danger
5 years ago
ycjcl868
3a6c76ecc3
feat: Button add danger-default type
5 years ago
ycjcl868
0e1998f643
feat: Button danger-link
5 years ago
ycjcl868
4f23bbcdc6
fix: Table demo actions margin 16px
5 years ago
ycjcl868
b01bed3f6f
upd: snapshot
5 years ago
ycjcl868
ec0dba9323
fix: button group
5 years ago
ycjcl868
8f4c983e5a
fix: Button demo icon search use tooltip
5 years ago
ycjcl868
86db97b055
fix: remove Button dashed
5 years ago
ycjcl868
55e34f6ac1
fix: icon error
5 years ago
mbotnari
fb4ed9a638
chore(Table): Update custom-filter-panel.md demo ( #19899 )
* Update custom-filter-panel.md
In order to decrease the confusion during search created by highlighted text in all the columns, the proposal is to highlight searched text in the searched column exclusively.
* chore(Table): Update demo.test.js.snap
Snapshot update according to update in components/table/demo/custom-filter-panel.md
* chore(Table): Update custom-filter-panel.md demo
Missing trailing comma comma-dangle
5 years ago
骗你是小猫咪
667883ceb0
fix: Select doc edit icon margin ( #19907 )
5 years ago
骗你是小猫咪
bb121444cc
fix: Mentions form example not correct display ( #19908 )
* fix: Mentions form example not correct display
* update snapshots
5 years ago
骗你是小猫咪
7c70e45fef
fix: AutoComplete doc example TypeError ( #19900 )
5 years ago
Amumu
040fe5696a
fix time-picker disabled item focus style ( #19812 )
5 years ago
Qhan W
5a24beaf9f
docs: clean up version info in 4.0 ( #19876 )
* docs: clean up version info in 4.0
* docs: removed version column in 4.0
5 years ago
QingLance
2f1c2e1208
Progress bar with steps ( #19613 )
* feat: Tag add status props
* feat: change solution for status tag
* fix: fix coding specification issues
* fix coding specification issues in demo
* add Steps subcomponent in Progress component
* update doc and demo
* fix lint
* small change for progress api
* fix lint
* fix wrong omit
* update test suites
* fix test failed
* use inline-block
* fix test issue
* fix ci issue
* update demo
* optimize demo
* update progress api
* fix stylelint issue
* remove overflow
* reset some prettier
* reset some prettier again
* fix test failed
* resolve bad code
5 years ago
Joe Hsu
0360ac65ad
docs(tag): remove version column in 4.0 ( #19874 )
5 years ago
Ms. Wang
84c4e1e10f
Removed version cloumn in 4.0 ( #19872 )
5 years ago