afc163
b828a599fb
Fix test case temporarily
7 years ago
afc163
2989e8dba0
docs: update API
7 years ago
afc163
6d8df2ac25
test: improve affix test case
7 years ago
Dmitry Snegirev
fd96b4a784
Added missing prop firstActiveValue in Select component ( #10636 )
7 years ago
afc163
8da79f4b34
Badge[status] should work with Tooltip
close #10626
7 years ago
afc163
247d78990e
demo: improve editable row demo
7 years ago
Douglas Mason
acb56281f8
fix: update "from" to "form" in code example ( #10628 )
update `save` method parameter from `from` to `form` in code example
7 years ago
afc163
fafd83cadc
Fix mention test case in react 15
7 years ago
afc163
7e96ae1a6a
add jest.runAllTimers
7 years ago
afc163
3c381c6dd1
fix test case skip
7 years ago
afc163
292a91a777
Add test cases for Mention
7 years ago
afc163
89ed0dcb35
fix autoUpdateProgress percent and add test case
7 years ago
afc163
77301c378f
skip mention test when test dist file
7 years ago
afc163
22d2f9eb01
update snapshot
7 years ago
afc163
3078819535
jest mock generateRandomKey for ssr test
facebook/draft-js#702
7 years ago
afc163
6471e5d4f0
write snapshot files
7 years ago
afc163
1e585135aa
Try test mention to see what the problem is
7 years ago
Shun
6057821f39
Change order of loader option in docs ( #10627 )
7 years ago
Ivan Trofimov
33c58a8ef6
Update ru_RU.tsx ( #10616 )
* Update locale-provider ru_RU and tests
* Update locale-provider ru_RU and tests: patch-2
7 years ago
paranoidjk
b09e03d82a
doc(Input): fix wrong desc about input size in form.
7 years ago
偏右
a2e0e40caa
[WIP] Use raf to replace getRequestAnimationFrame ( #10614 )
* use raf to replace getRequestAnimationFrame
* remove isCssAnimationSupported
7 years ago
dependabot[bot]
f409df8d84
Update react-virtualized requirement to ~9.19.0 ( #10552 )
Updates the requirements on [react-virtualized](https://github.com/bvaughn/react-virtualized ) to permit the latest version.
- [Release notes](https://github.com/bvaughn/react-virtualized/releases )
- [Changelog](https://github.com/bvaughn/react-virtualized/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bvaughn/react-virtualized/commits/9.19.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
afc163
a148bc7b79
doc: update dependencies check badages
7 years ago
Walter Barbagallo
4077ffb58c
Enhanced InputNumber props with HTMLInputElement attributes. ( #10608 )
* Enhanced InputNumber props with HTMLInputElement attributes.
It is possibile to use additional props supported by the inner input
element:
```
const inputEl = <InputNumber autoFocus />
```
Before this commit the type checker did not recognize the `autoFocus`
prop.
Some attributes must be omitted because they conflict with props
defined on `InputNumberProps` interface
* Renamed type
Probably they conflicts with a reserved name?
@see https://travis-ci.org/ant-design/ant-design/jobs/381668406
> components/input-number/index.tsx(9,93): error TS4022: 'extends' clause of exported interface 'InputNumberProps' has or is using private name 'OmitAttributes'.
* Replace InputNumber onKeyDown typing with the typed one.
Extending HTMLInputElement attributes the `onKeyDown` props now have a
better typing.
For example before this commit accessing to the event `key` attribute resulted
in a type error.
@see https://reactjs.org/docs/events.html#keyboard-events
* Exporting type OmitAttrs on InputNumber component.
This is an attempt to solve the ci error:
> components/input-number/index.tsx(9,93): error TS4022: 'extends' clause of exported
> interface 'InputNumberProps' has or is using private name 'OmitAttrs'.
@see https://travis-ci.org/ant-design/ant-design/jobs/381678316
7 years ago
Ezekiel Keator
bb4bc61556
Added missing API documentation ( #10611 )
* Added missing API documentation
Added missing Divider API documentation.
* Corrected styling
Corrected styling on dash to match other documentation pages.
7 years ago
afc163
0fc5a0ece5
site: add alt to images
7 years ago
afc163
6458280cb3
site: add alt to images
7 years ago
afc163
0f73b5d3f7
site: upgrade analytics code
7 years ago
afc163
14beee1fe1
site: add baidu tongji
7 years ago
dependabot[bot]
e0312f65ee
Update stylelint requirement to 9.2.1 ( #10553 )
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.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
Zheeeng
389c7c4f10
DRY the styles writing for maintenance ( #10220 )
7 years ago
Jamie.LiuMJ
2955600642
fix clearfix ( #10563 )
7 years ago
sosohime
d4ed303bcd
doc: Update DatePicker document about locale ( #10598 )
7 years ago
Wei Zhu
ff458a2c3f
Improve Input type definitions
Close #10166
7 years ago
zombiej
06ffd9ca04
Adjust Tree icon vertical-align, fix #10603
7 years ago
afc163
251d882101
fix dropdown any type
7 years ago
afc163
129baddc44
Remove some typescript any types of cascader
7 years ago
afc163
968488a2fa
fix: Cascader showSearch not working bug, close #10599
7 years ago
afc163
00d710cef0
demo: fix select demo order
7 years ago
jim
d6a554823f
Rollback ci modification
7 years ago
jim
fd1d9661c0
update snap fix ci
7 years ago
jim
07b24f4edd
fix doc
7 years ago
jim
dbd2bd1866
release 3.5.3
7 years ago
Zheeeng
8b420c41bb
Fix typo ( #10582 )
* Fix typo: splited -> separated
* Fix typo: splited -> separated
7 years ago
方剑成
96d53aefb8
Remove redundant icons ( #10583 )
7 years ago
afc163
8e2f72ffe0
tweak dropdown menu item padding
7 years ago
afc163
29229ebee7
fix: input onDoubleClick type, close #10518
7 years ago
afc163
e1ad91119a
change deps badges
7 years ago
dependabot[bot]
76bf36a79b
Update eslint-plugin-react requirement to 7.8.2 ( #10493 )
Updates the requirements on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) to permit the latest version.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases )
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yannickcr/eslint-plugin-react/commits/v7.8.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
Wei Zhu
aa87fcb01e
Update snapshot
7 years ago