Commit Graph

15801 Commits

Author SHA1 Message Date
afc163
f8ed99ab57 missing components 2019-08-27 18:31:01 +08:00
afc163
a51f7a0508 test unmount 2019-08-27 18:31:01 +08:00
二货机器人
19cc7e7cee
chore: Add warning when use value of Switch, Checkbox, Upload (#18497)
* chore: Add warning when use `value` of Switch, Checkbox, Upload

* clean up
2019-08-27 18:29:20 +08:00
偏右
5779c70206
3.22.2 (#18498) 2019-08-27 18:03:03 +08:00
陈帅
0a2c610038 changelog add data (#18491)
fix #18490
2019-08-27 16:45:13 +08:00
paranoidjk
f3244d6ae0 fix(Table): apply props.style to container div (#18494)
* fix(Table): apply props.style to container div

* fix: ci
2019-08-27 16:44:53 +08:00
Jiawei Huang
dba3ea8721 Capitalize Text and PageHeader default locale strings (#18471)
Most of the locale strings in the default locale are capitalized. This
changeset makes `Text` and `PageHeader` locale strings consistent with
others. Also, "Copied" implies successfully so changing "copy success"
to "Copied" should be sufficient IMHO.
2019-08-27 16:37:22 +08:00
Nova Courtois
817f3c231f replace instances of typo 'collpse' with collapse (#18488) 2019-08-27 12:31:53 +08:00
偏右
26c61a12d5
🐛 Input disabled should not be allowed to clear (#18482)
close #18481
2019-08-26 22:58:00 +08:00
二货机器人
7e9cc07059 fix: Mentions in Form has additional height (#18478) 2019-08-26 16:44:36 +08:00
偏右
c9a703d9fb
🐛 Fix Input.Password unmount crash (#18475)
close #18473
2019-08-26 15:33:42 +08:00
信鑫-King
493bd72a0b
Merge pull request #18472 from ant-design/fix-site-workflow
Create deploy-site.yml
2019-08-26 13:55:38 +08:00
ycjcl868
823e561234 rm: old site workflow 2019-08-26 13:52:40 +08:00
信鑫-King
9b1ede4341
Create deploy-site.yml 2019-08-26 13:51:35 +08:00
陈帅
5e56dc58e3 up to 3.22.1 2019-08-26 10:50:17 +08:00
陈帅
845dd13d96
add 3.22.1 changelog (#18465)
* add 3.22.1 changelog

* add user name

* update doc
2019-08-26 10:44:31 +08:00
Qhan W
cde78c8981 修复纯图标按钮在默认形状下不同大小均显示为正方形 (#18458) 2019-08-25 21:04:10 +08:00
afc163
271c7aa73a
🎬 update steps demo style 2019-08-24 17:58:20 +08:00
偏右
735b78d164
Merge pull request #18425 from lewis617/icon-pic-search
docs: Search icon by image
2019-08-24 00:41:21 +08:00
偏右
c6c947fd28
🐛 Fix Input.Password cannot get input element (#18441)
close #18412
2019-08-24 00:25:45 +08:00
信鑫-King
021e9af227 feat: less vars for select and anchor (#18444) 2019-08-23 22:19:04 +08:00
He Linming
721a545211 fix: descriptions background is not themeable (#18372) (#18440) 2019-08-23 17:03:03 +08:00
天可
8a1d184d8b 500->503 2019-08-23 16:52:33 +08:00
天可
4b3179cef5 使用 Result 组件显示服务端错误信息 2019-08-23 16:42:50 +08:00
+v
38b8d07e03 docs: link (#18438) 2019-08-23 16:36:46 +08:00
天可
df3539026b 上传前压缩图片为300px以内,防止超时报错 2019-08-23 16:33:17 +08:00
天可
5d5b001d48 修复localstorage在ssr过程中的报错 2019-08-23 14:49:11 +08:00
天可
382882247b 兼容不支持 localstorage 的浏览器 2019-08-23 14:16:30 +08:00
天可
2d96dc4124 bugfix: localStorage not defined 2019-08-23 14:03:52 +08:00
天可
2cf0577e4f 提供一个关闭功能,点击后 localStorage 存一下就不弹了 2019-08-23 13:27:04 +08:00
二货机器人
330a952a98
docs: Update AutoComplete first demo with control mode & add faq (#18432)
* add FAQ

* update demo

* add miss prop
2019-08-23 12:18:27 +08:00
天可
a04794261c 文案修改,弹窗移除 footer 2019-08-23 11:08:12 +08:00
天可
3ac8f090c7 添加匹配度等相关文案 2019-08-22 22:07:02 +08:00
天可
94250484f4 remove popoverVisible 2019-08-22 21:14:50 +08:00
天可
d447781c4e 添加更显眼的介绍 2019-08-22 21:14:39 +08:00
天可
e912048168 服务不可用提示 2019-08-22 21:14:29 +08:00
天可
31821e51e6 通过 tooltip 外化 type 2019-08-22 21:14:17 +08:00
天可
b15032a597 完成国际化 2019-08-22 21:14:05 +08:00
天可
7be5b1c083 添加点击拷贝功能 2019-08-22 21:13:53 +08:00
天可
49b4bfdaa5 基本样式完成 2019-08-22 21:08:07 +08:00
Amumu
fee5e29163 fix style (#18422) 2019-08-22 20:53:34 +08:00
李环冀
743ec294ef fix upload newline bug (#18423) 2019-08-22 20:49:42 +08:00
偏右
371ba4d819
increase BackTop code coverage (#18406) 2019-08-22 18:04:10 +08:00
二货机器人
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
2019-08-22 11:55:37 +08:00
偏右
7558273e32
🐛 Fix Steps progressDot style (#18393)
close #18390
2019-08-21 19:15:45 +08:00
aldrinpvincent
b6d458eb9f typofix (#18383)
fixed typo
2019-08-21 14:59:22 +08:00
+v
b2bc511163 docs: typo(version not exist) (#18378) 2019-08-21 11:21:56 +08:00
+v
7ce3a58d47 docs: typo(version not exist) (#18377) 2019-08-21 11:21:32 +08:00
afc163
52f1339516 💄 Tweak GitHub Button style 2019-08-20 16:45:27 +08:00
偏右
14308db289
🐛 Fix Steps vertical progressDot style (#18356)
broken via #17994

close #18354
2019-08-20 12:31:52 +08:00