Commit Graph

13677 Commits

Author SHA1 Message Date
zombiej
34370e69eb update doc 2019-01-29 12:30:21 +08:00
zombieJ
538ceeca8b
Merge pull request #14616 from ant-design/csp-doc
update doc
2019-01-29 12:02:19 +08:00
zombiej
f955d2ec82 remove empty space 2019-01-29 12:01:52 +08:00
zombiej
6807b70b04 update doc 2019-01-29 12:00:23 +08:00
zombieJ
6560697c09
Merge pull request #14608 from sdli/fastFix
fix #14557
2019-01-29 11:44:28 +08:00
zombieJ
92817e28ea
Merge pull request #13380 from ant-design/doc-tree-select
Docs: tree-select open custom icon
2019-01-29 11:36:33 +08:00
zombiej
cd6071e04d update ts def 2019-01-29 11:21:07 +08:00
zombiej
c61c9e5ae3 Merge branch 'master' into doc-tree-select 2019-01-29 11:16:32 +08:00
shawtung
b6f8365d53 为before pseudo增加负index, 避免其挡住自定义overlay的点击
如果overlay没有设置position也没有transform样式, 其层级会低于这个伪元素, 导致无法被点击到.
2019-01-29 10:58:42 +08:00
Subroto
7b8a39772b Fix fileIndex not found TypeError (IE 11)
fileIndex is not present in IE 11 Array.prototype
2019-01-29 10:53:35 +08:00
afc163
0b3d7d62fa
📝 fix typo 2019-01-29 10:46:42 +08:00
sdli
18262297da fix table.pagination bug - when pageSize is larger than data source length 2019-01-28 22:43:03 +08:00
afc163
0bbc46da37 💄 Enable some stylelint rules 2019-01-28 19:06:38 +08:00
afc163
3fcb8fa0b3 💄 Fix stylelint errors 2019-01-28 19:06:38 +08:00
dependabot[bot]
55ee631193 Update stylelint requirement from ~9.6.0 to ~9.10.1
Updates the requirements on [stylelint](https://github.com/stylelint/stylelint) to permit the latest version.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/commits/9.10.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-28 19:06:38 +08:00
Subroto
7d7de2a599 fix IE 11 bug
If `flex-basis` is not set, it is taken as `0px` as default, breaking the ui in IE 11.
2019-01-28 18:46:47 +08:00
zombieJ
a379c47162
add missing defaultFormat (#14593) 2019-01-28 14:07:26 +08:00
afc163
5de5f4c458 🐛 Fix errors in lgtm.com
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
2019-01-28 14:02:32 +08:00
zombieJ
8838bd602d
update (#14591) 2019-01-28 13:29:20 +08:00
Bora Ikizoglu
3e85e51b58 Fixed Form.create missing type (#14584) 2019-01-28 12:35:57 +08:00
zombieJ
6240871c6b
update css hack (#14588) 2019-01-28 11:46:57 +08:00
chencheng (云谦)
1c98a79b2a
Merge pull request #14574 from cc189/patch-2
Update practical-projects.zh-CN.md and practical-projects.en-US.md
2019-01-28 11:12:34 +08:00
zombieJ
b4050d3d52
fix typescript (#14587) 2019-01-28 11:10:56 +08:00
afc163
b8adc1c9e8
📝 improve changelog 2019-01-28 10:38:55 +08:00
zombieJ
042fad7f9a
Merge pull request #14579 from ant-design/sentry-clean-up
remove sentry tmp
2019-01-26 22:23:40 +08:00
zombiej
23470f4e53 remove sentry tmp 2019-01-26 22:13:44 +08:00
zombieJ
23c5f68b33
Merge pull request #14575 from ant-design/tree-doc
add hide icon sample on showLine
2019-01-26 20:07:42 +08:00
zombiej
ff8ef180e8 add hide icon sample on showLine 2019-01-26 19:46:30 +08:00
cc189
a2b813173c Update practical-projects.en-US.md 2019-01-26 03:05:17 -06:00
cc189
bedf08d33c
Update practical-projects.zh-CN.md
将教程中的指令更新为最新版的`create-umi@0.9.5`
2019-01-26 02:49:29 -06:00
zombieJ
31a2d8b446
Merge pull request #14573 from ant-design/3.13.x
adjust changelog doc
2019-01-26 15:01:52 +08:00
zombiej
fb437fac26 adjust doc 2019-01-26 14:49:12 +08:00
zombieJ
f489cfb381
Merge pull request #14569 from ant-design/3.13.x
3.13.0 changelog
2019-01-26 14:33:14 +08:00
zombiej
fcc51740a8 ref: #14568 2019-01-26 14:04:44 +08:00
zombiej
05dcc9b711 fix typo 2019-01-26 13:36:08 +08:00
zombiej
67aa622365 add miss author 2019-01-26 13:34:04 +08:00
zombiej
e92efa41ef update changelog 2019-01-26 13:33:03 +08:00
zombieJ
8b95eb1df6
Merge pull request #14565 from ant-design/feature
master merge feature
2019-01-26 12:30:05 +08:00
zombieJ
ff302b4bab
Merge pull request #14564 from ant-design/feature-merge-master
Feature merge master
2019-01-26 12:15:33 +08:00
zombiej
b835110f79 merge master 2019-01-26 12:02:56 +08:00
zombieJ
bfec344de5
Not show spining mask in ie <= 10 (#14511)
* not show spining mask in ie <= 10
fix #14365

* revert, let's use css check for this

* add styleChecker

* add pointer-events check

* delay check spin not support when did mount

* use css hack replace style check
2019-01-26 11:55:53 +08:00
zombieJ
633c3aeb25
update rc-switch (#14560)
close #7181
2019-01-26 01:26:48 +08:00
zombiej
f5cbf0f9f1 update getFieldsValue types 2019-01-25 16:01:21 +08:00
zombieJ
318dff9feb
not show overflow content when in elastic (#14550) 2019-01-25 15:35:48 +08:00
zombieJ
5ac80c8e55
Use addonAfter instead of suffix when use enterButton in Input.Search (#14461)
fix #14450
2019-01-25 11:06:05 +08:00
ztplz
18332d8e76 FIx RadioButton cause RadioGroup onChange event trigger twice (#14523)
fix #14485
2019-01-25 10:32:30 +08:00
zombieJ
d1fde3670c
Time picker allow clear (#14490)
close #14472
2019-01-25 10:31:09 +08:00
Gautier
8bb3b10c01 Add a new less variable to override the list header background (#14519)
* Add a new less variable to override the list header background

* Add a new less variable to override the list footer background
2019-01-24 19:52:47 +08:00
krokofant
de8ec0152e #14510 Set small table header to transparent to remove uncolored margin 2019-01-24 17:58:12 +08:00
afc163
d1c5c4871f
💄 site: fix icon page font style 2019-01-24 16:18:18 +08:00