偏右
5b5b828cfd
Merge pull request #18516 from ant-design/fix-circle-button
...
fix: circle button is not circle
2019-08-28 13:29:30 +08:00
afc163
67cebf6da6
💄 fix eslint error
2019-08-28 12:03:26 +08:00
afc163
4d0bd6b7da
🐛 Fix circle button is not circle
...
close #18509
2019-08-28 12:02:10 +08:00
LaySent
be5760d8ef
fix: eslint issue of gtag not defined ( #18517 )
2019-08-28 12:01:38 +08:00
afc163
549d971b69
📝 improve FAQ documentation
2019-08-28 11:05:26 +08:00
afc163
7458a9abcd
📝 add search icon to ga event
2019-08-27 20:44:29 +08:00
偏右
ea13c19da7
Merge pull request #18483 from ant-design/test-umount-component
...
test: add unmount test case
2019-08-27 18:52:43 +08:00
afc163
3d962ba817
✅ fix ci in React 15
2019-08-27 18:31:12 +08:00
afc163
3879fdb775
✅ add test case for CheckableTag
2019-08-27 18:31:12 +08:00
afc163
ed133cb859
✅ increase Table code coverage
2019-08-27 18:31:11 +08:00
afc163
5e605043a1
✅ add test case for locale lv_LV
2019-08-27 18:31:11 +08:00
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