ycjcl868
d388c1dcc6
fix: cascader and input-number-handler bg
2019-12-01 21:42:02 +08:00
ycjcl868
673f86b3f5
fix: pagination dark theme
2019-12-01 21:23:11 +08:00
coderge
ca6260c75a
Update index.zh-CN.md ( #19627 )
2019-12-01 15:46:17 +08:00
zombiej
1d516d7f7f
merge feature
2019-12-01 15:29:53 +08:00
zombiej
6e69bcc9ca
fix test case
2019-12-01 15:28:49 +08:00
偏右
d7e81027d6
🐛 Fix Descriptions items not working with React.Fragment ( #20019 )
...
close #19887
2019-11-30 18:10:56 +08:00
偏右
0ec7fa84d0
🐛 Fix Slider tooltip not aligned center ( #20016 )
...
close #20014
2019-11-30 18:10:48 +08:00
偏右
329edc1ed0
🐛 Fix Input clear icon overclap with feedback icon ( #20017 )
...
close #19884
2019-11-30 17:34:06 +08:00
ycjcl868
8ad5b73016
chore: test antd dark theme component
2019-11-30 00:08:37 +08:00
叶枫
b022eaf9c2
fix: fix upload long picture style ( #20008 )
...
* fix: fix upload long picture style
* feat: add config-provider test
* fix: stylelint
2019-11-29 23:34:12 +08:00
信鑫-King
70c279d466
Merge pull request #19968 from ant-design/feat-dark-theme-4.0
...
feat: dark theme in 4.0
2019-11-29 22:26:52 +08:00
ycjcl868
8985abda11
fix: color palette use @blue-6 base in light theme
2019-11-29 22:15:02 +08:00
ycjcl868
fc3b775452
📝 dark theme usage
2019-11-29 22:09:07 +08:00
骗你是小猫咪
65312870d4
fix: Col default width ( #19983 )
...
* fix: Col default width
* update snapshots
2019-11-29 22:02:35 +08:00
ycjcl868
af0127c8e2
fix: layout dark theme
2019-11-29 09:04:39 +00:00
ycjcl868
212b6fb01d
fix: @red-base
2019-11-29 09:04:39 +00:00
ycjcl868
f10f351219
chore: TODO colorPalette
2019-11-29 09:04:39 +00:00
ycjcl868
a124ec8ddf
feat: use @{color}-base
2019-11-29 09:04:39 +00:00
ycjcl868
e0a60fbd0b
revert: trailColor
2019-11-29 09:04:39 +00:00
ycjcl868
4216525ba1
fix: progress default trailColor
2019-11-29 09:04:39 +00:00
ycjcl868
dfa14f469a
feat: add @dropdown-menu-bg, @time-picker-bg, @calendar-bg, @calendar-input-bg, @pagination-item-bg
2019-11-29 09:04:39 +00:00
ycjcl868
34f3b44f6d
fix: button default background in dark theme
2019-11-29 09:04:39 +00:00
ycjcl868
b6b788b2e0
fix: stylelint fix
2019-11-29 09:04:39 +00:00
ycjcl868
4116a6ef59
feat: antd-dark.less build tool
2019-11-29 09:04:39 +00:00
ycjcl868
817b2ab70d
feat: add @comment-bg, @anchor-bg, @radio-disabled-button-checked-bg, @radio-disabled-button-checked-color, @radtio-solid-checked-color
2019-11-29 09:04:39 +00:00
ycjcl868
f47a22e888
feat: add @table-bg
2019-11-29 09:04:39 +00:00
ycjcl868
aedea846fc
feat: add @upload-actions-color
2019-11-29 09:04:38 +00:00
ycjcl868
90cca72327
feat: add @checkbox-check-bg, @switch-bg
2019-11-29 09:04:38 +00:00
ycjcl868
04ec04ac85
feat: add @calendar-item-active-bg
2019-11-29 09:04:38 +00:00
ycjcl868
4440062e66
feat: add @message-notice-content-bg and @calendar-border-color
2019-11-29 09:04:38 +00:00
ycjcl868
41609e40bc
feat: add color-base for dark
2019-11-29 09:04:38 +00:00
ycjcl868
09c00720b8
feat: add btn-default-ghost
2019-11-29 09:04:38 +00:00
ycjcl868
279c24716c
feat: add modal and drawer bg
2019-11-29 09:04:38 +00:00
ycjcl868
e8dd412c84
fix: Avatar User icon
2019-11-29 16:36:33 +08:00
ycjcl868
961cfeac43
test: update snapshot
2019-11-29 15:20:34 +08:00
ycjcl868
864ccc436e
fix: button danger link
2019-11-29 15:09:17 +08:00
ycjcl868
beaf521835
fix: remove button group demo
2019-11-29 14:31:03 +08:00
ycjcl868
6ca5628417
Merge 4.0-prepare into fix-button-demo
2019-11-29 14:27:47 +08:00
Amumu
c824569ea0
move className and style to ant-upload-drag ( #19987 )
2019-11-28 18:00:59 +08:00
二货机器人
5ef6b04554
fix: Table ajax pagination should work ( #19980 )
2019-11-28 14:46:49 +08:00
二货机器人
64b905e9bd
chore: Update @ant-design/icons
deps ( #19979 )
...
* update icons deps
* update all icon ref
* fix lint
* update snapshot
2019-11-28 12:34:33 +08:00
邓波
d6430ad3f2
fix: update message content with a unique key and cancel manually ( #19967 )
2019-11-28 10:01:43 +08:00
damon.chen
2d82b59abf
docs(Form): How to use ref with Form HOC ( #19937 )
...
* 为Form新增如何在函数组件中使用的例子
* 在Form FAQ中增加在函数组件中怎么正确拿到Form实例的说明
* 更新英文文档
* 按照comment修改
* 更新英文标题
* 修改英文文档FAQ的标题
* 修改英文文档里的大小写问题
* 按照豆酱的comments进行修改
* 按照comments进行修改
2019-11-27 18:18:19 +08:00
骗你是小猫咪
6030431121
fix(Button): Button disabled with loading not prevent pointer events ( #19958 )
2019-11-27 12:41:47 +08:00
骗你是小猫咪
bed1f7775b
fix: should not be render default indicator when indicator value is null ( #19943 )
2019-11-27 09:40:47 +08:00
afc163
3fa135023f
💄 Add @table-header-bg-sm and fix footer style
...
close #19936
2019-11-26 15:33:14 +08:00
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
2019-11-26 14:25:33 +08:00
二货机器人
5fc62314af
chore: Remove LocaleProvider & Mention in export ( #19935 )
...
* chore: Clean up
* clean up test case
* clean up
2019-11-26 14:21:05 +08:00
偏右
ae44aae0d3
🐛 fix Input.Group compact border issue ( #19926 )
...
close #19914
2019-11-25 19:08:33 +08:00
zombiej
ee7a55380d
docs: Fix demo with new icon
2019-11-25 15:37:08 +08:00
zombiej
b37b317b69
chore: merge master
2019-11-25 15:16:59 +08:00
ycjcl868
1d0f97d0a9
fix: lint
2019-11-25 07:02:24 +00:00
ycjcl868
ab15b3a84c
fix: remove danger warning
2019-11-25 07:02:24 +00:00
ycjcl868
37a85366f3
feat: add Button danger
2019-11-25 07:02:24 +00:00
ycjcl868
3a6c76ecc3
feat: Button add danger-default type
2019-11-25 07:02:24 +00:00
ycjcl868
0e1998f643
feat: Button danger-link
2019-11-25 07:02:24 +00:00
ycjcl868
4f23bbcdc6
fix: Table demo actions margin 16px
2019-11-25 07:02:24 +00:00
ycjcl868
b01bed3f6f
upd: snapshot
2019-11-25 07:02:24 +00:00
ycjcl868
ec0dba9323
fix: button group
2019-11-25 07:02:24 +00:00
ycjcl868
8f4c983e5a
fix: Button demo icon search use tooltip
2019-11-25 07:02:24 +00:00
ycjcl868
86db97b055
fix: remove Button dashed
2019-11-25 07:02:24 +00:00
ycjcl868
55e34f6ac1
fix: icon error
2019-11-25 07:02:24 +00:00
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
2019-11-24 19:10:29 +08:00
骗你是小猫咪
667883ceb0
fix: Select doc edit icon margin ( #19907 )
2019-11-24 18:39:27 +08:00
骗你是小猫咪
bb121444cc
fix: Mentions form example not correct display ( #19908 )
...
* fix: Mentions form example not correct display
* update snapshots
2019-11-24 12:44:58 +08:00
骗你是小猫咪
7c70e45fef
fix: AutoComplete doc example TypeError ( #19900 )
2019-11-23 23:27:25 +08:00
Amumu
040fe5696a
fix time-picker disabled item focus style ( #19812 )
2019-11-22 15:47:02 +08:00
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
2019-11-22 14:37:39 +08:00
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
2019-11-22 10:46:33 +08:00
Joe Hsu
0360ac65ad
docs(tag): remove version column in 4.0 ( #19874 )
2019-11-22 10:34:42 +08:00
Ms. Wang
84c4e1e10f
Removed version cloumn in 4.0 ( #19872 )
2019-11-22 10:33:34 +08:00
Josiah Rooney
102efd529a
docs: Improved grammar in AutoComplete docs ( #19875 )
...
Improved grammar in documentation for the AutoComplete component.
2019-11-22 09:22:20 +08:00
Rustin
060b7ded20
feat: Add skeleton button ( #19699 )
...
* #18237 add skeleton button
* update snapshot
* refactoring demo code
* lint code
* update test snapshots
* add test
* update snapshot
* fix deps lint issue
* set avatar siz and update test snapshots
* fix lint issue
* remove button and just keep skeleton
* add active switch for button demo
* add size and shape radio for skeleton button demo
* add button tests
* add skeleton tests
* update doc
* update test snapshots
* omit avatar and button props
* refactoring skeleton and update test snapshots
2019-11-21 20:23:56 +08:00
陈立林
f32235d074
delete version ( #19854 )
...
delete version
2019-11-21 19:58:41 +08:00
chen wen jun
3906f4fc00
Update index.en-US.md ( #19868 )
...
correct `maxTagTextLength` description
2019-11-21 17:49:36 +08:00
Frank
3ac81f786e
docs: Fix default values for unclear types ( #19867 )
...
* Update index.zh-CN.md
* Update index.en-US.md
2019-11-21 17:09:26 +08:00
Alexander Kachkaev
5ff3a77dce
Export tooltop helper interfaces ( #19846 )
2019-11-21 11:56:21 +08:00
鬼厉
209e293fae
docs: Layout and Affix clean version ( #19844 )
2019-11-21 10:24:22 +08:00
chouchou
34412e98d6
docs(Timeline, Tabs): removed version column in 4.0 ( #19842 )
2019-11-21 10:23:34 +08:00
zhangyanling77
eb91cbdfab
feat: Button & Icon remove version column in 4.0-repare ( #19845 )
2019-11-21 10:16:58 +08:00
Josiah Rooney
c57d7f3a6c
Update index.en-US.md ( #19848 )
...
Improved the grammar of the documentation.
2019-11-21 07:39:57 +08:00
seognil LC
c93bd326f4
docs(update): removed 3.x version description in 4.0-prepare ( #19827 )
...
* docs(update): removed 3.x version description in 4.0-prepare
ref #19815
* docs(update): update docs
remove carousel/index.zh-CN.md empty version column
* docs(update): update docs
remove carousel/index.en-US.md empty version column
2019-11-20 20:31:43 +08:00
BensonChen
4be963d973
docs: Removed version column in 4.0 ( #19825 )
...
* Breadcrumb & Dropdown. Removed version column in 4.0. #19815
* docs: Removed version column in 4.0(ant-design#19815)
* Breadcrumb document update
2019-11-20 18:10:44 +08:00
张秀玲
134b0fa0bb
docs: removed tooltip and tree version column in 4.0 ( #19834 )
...
* Removed version column in 4.0
* Removed version column
* remove version code
2019-11-20 17:54:13 +08:00
陈小聪
e71a4ef10f
docs: Removed version column in 4.0 ( #19832 )
2019-11-20 17:46:50 +08:00
二货机器人
6396ddb4e7
fix: Omit useless props & fix icon missing ( #19833 )
2019-11-20 17:31:11 +08:00
wangxingkang
336fb41ec2
docs: Removed version column in 4.0 ( #19821 )
...
Issue #19815
2019-11-20 14:55:34 +08:00
Lux
94db028dd2
feat: Removed version column in 4.0 ( #19823 )
2019-11-20 14:54:38 +08:00
yehq
0a13af0f2e
doc(DatePicker, cascader): 删除版本信息 ( #19820 )
2019-11-20 14:53:43 +08:00
二货机器人
efd3b35830
feat: Col support flex
prop ( #16635 )
...
* feat: Col support `flex` prop
* update snapshot
* update doc
* row component use flex type by default
* revert grid flex layout doc
* remove float style
* remove doc old FAQ
* revert .make-row
* col style use flex and max-width
* remove useless Col style and imorove base doc for a single Col
* update snapshots
* fix flex mode pseudo
* update snapshots
* back to old flex mode demo gray background color
* set default col flex => 1 auto
* change grid about flex mode description
* update snapshots
* improve grid introduce and fix with gutter bug
* update snapshots
* remove version
2019-11-20 11:13:24 +08:00
偏右
69549a8648
🐛 fix menu link color inside badge ( #19810 )
...
close #19809
2019-11-19 20:30:44 +08:00
信鑫-King
9da09ffb2a
Merge pull request #19719 from ant-design/4.0-less-token-tweak
...
tweak: 4.0 less token
2019-11-19 17:40:15 +08:00
ycjcl868
b323019c68
fix: remove Transfer lazyload animation style
2019-11-19 16:51:51 +08:00
ycjcl868
92211f31a7
fix: update snapshot
2019-11-19 14:51:14 +08:00
ycjcl868
a9f6878803
test: update Transfer test snapshot
2019-11-19 11:57:23 +08:00
ycjcl868
764c046fbc
tweak: active and hover background color
2019-11-19 11:45:32 +08:00
ycjcl868
6d7950a1d9
fix: hover color use #f5f5f5 @gray-3
2019-11-19 10:20:25 +08:00
jeessy2
23f74eccbe
fix: typescript define ( #19780 )
...
* ColumnGroupType should be antd's
* columns should not be from rc-table
2019-11-19 10:03:03 +08:00
Martin Litvaj
bb92b01ae0
Update link to latest ColumnProps ( #19789 )
...
* Update link to latest ColumnProps
* update CN docs
2019-11-18 23:02:33 +08:00
ycjcl868
79ae060e6e
fix: hover and active background color
2019-11-18 22:06:49 +08:00