afc163
be8520de3c
Add changelog for 3.6.3
7 years ago
afc163
8e8b991ba7
demo: fix table rowKey warning
7 years ago
afc163
b1d60f5ce1
Fix filterIcon className of Table, close #10937
7 years ago
愚道
5903fdb19f
fix: Affix does not refix on offset prop changes
7 years ago
Alberto Gimeno
4b5d54671a
Update App.tsx example to fix tslint errors
There were a few tslint errors and also the extension of the file name was `.js` instead of `.tsx`
7 years ago
Wei Zhu
5ab265a009
Fix small size fixed column table border
Close #9754
7 years ago
afc163
c540ceb8eb
Fix fixed element in spin
close #10196
7 years ago
sliwey
450a497412
fix: upload preview can't show image when the image file use uppercase extension
1.fix: upload preview can't show image when the image file use uppercase extension.
2.improve: remove unnecessary escape character.
7 years ago
ryannz
a5ff8e5de0
fix(AutoComplete): add missing backfill prop in type
7 years ago
hehe
07e06709f8
docs: fix typo
7 years ago
Zheeeng
980e2b1427
Update button signature ( #10877 )
7 years ago
afc163
713a0bcdc5
update snapshot
7 years ago
afc163
37ec04b21a
Fix InputNumber style when zoom to 90% or below
close #10562
7 years ago
dependabot[bot]
01460c0297
Update rc-tween-one requirement to ^2.0.1
Updates the requirements on [rc-tween-one](https://github.com/react-component/tween-one ) to permit the latest version.
- [Release notes](https://github.com/react-component/tween-one/releases )
- [Changelog](https://github.com/react-component/tween-one/blob/master/HISTORY.md )
- [Commits](https://github.com/react-component/tween-one/commits/2.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
Lyndon001
f44584845b
Update work-with-us.zh-CN.md
7 years ago
Lyndon001
f883a6f351
Update work-with-us.zh-CN.md
7 years ago
afc163
b3ed289904
chore: fix arrow position in Firefox
7 years ago
Zheeeng
f36c6195b8
Fix typo ( #10878 )
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [ ] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
7 years ago
Sebastian Busch
ee0a7ce3bb
Form: add missing type definition for form create option validateMessages
(Docs for validateMessages had been added in rev 16133aac65
)
7 years ago
Sebastian Busch
619b0ed628
add type definition for missing third parameter "allFields" to onFieldsChange (introduced
(_Implementation_ of this parameter had been added in 16133aac65
)
7 years ago
Wei Zhu
99cad890ef
Fix Tree types, TreeNode is a ComponentClass
Close #10868
7 years ago
afc163
7e2ba7e6d3
site: fix code demo icon style in IE
7 years ago
Wei Zhu
c3769e3b96
Bump 3.6.2
7 years ago
Wei Zhu
f597c32aa6
Add 3.6.2 changelog ( #10856 )
7 years ago
Wei Zhu
4d6f8e96b9
Improve AutoComplete types
close #10619
7 years ago
dependabot[bot]
ae6de361e2
Update eslint-plugin-react requirement to 7.9.1 ( #10760 )
Updates the requirements on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) to permit the latest version.
<details>
<summary>Release notes</summary>
*Sourced from [eslint-plugin-react's releases](https://github.com/yannickcr/eslint-plugin-react/releases ).*
> ## v7.9.1
> Nothing was fixed; this is a republish with some updated deps. ([#1804 ](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1804 ) [**ljharb**](https://github.com/ljharb ))
</details>
<details>
<summary>Changelog</summary>
*Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md ).*
> ## [7.9.1] - 2018-06-03
> * Nothing was fixed; this is a republish with some updated deps. ([#1804 ][] [**ljharb**](https://github.com/ljharb ))
>
> [#1804 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1804
>
> ## [7.9.0] - 2018-06-03
> ### Added
> * Add [`jsx-props-no-multi-spaces`][] rule ([#1755 ][] [**ThiefMaster**](https://github.com/ThiefMaster ))
> * Add `first` option to [`jsx-indent-props`][] ([#398 ][] [**ThiefMaster**](https://github.com/ThiefMaster ))
> * Add `enforceDynamicLinks` option to [`jsx-no-target-blank`][] ([#1737 ][] [**kenearley**](https://github.com/kenearley ))
>
> ### Fixed
> * Fix static lifecycle methods validation in [`sort-comp`][] ([#1793 ][] [**lynxtaa**](https://github.com/lynxtaa ))
> * Fix crash in [`no-typos`][] when encountering anonymous react imports ([#1796 ][] [**jsg2021**](https://github.com/jsg2021 ))
> * Fix ESLint 3 support ([#1779 ][])
>
> ### Changed
> * Documentation improvements ([#1794 ][] [**lencioni**](https://github.com/lencioni ))
> * Update Travis CI configuration to test on multiple ESLint verions
>
> [7.9.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.2...v7.9.0
> [#1755 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1755
> [#398 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/398
> [#1737 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1737
> [#1793 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1793
> [#1796 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1796
> [#1779 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1779
> [#1794 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1794
>
> ## [7.8.2] - 2018-05-13
> ### Fixed
> * Fix crash in [`boolean-prop-naming`][] when encountering a required shape prop type ([#1791 ][] [**pcorpet**](https://github.com/pcorpet ))
>
> [7.8.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.1...v7.8.2
> [#1791 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1791
>
> ## [7.8.1] - 2018-05-12
> ### Fixed
> * Fix crash in [`no-deprecated`][] when encountering a class constructor ([#1785 ][] [**taddei**](https://github.com/taddei ))
>
> [7.8.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.0...v7.8.1
> [#1785 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1785
>
> ## [7.8.0] - 2018-05-11
> ### Added
> * Add support for fragments to [`react-in-jsx-scope`][] ([#1758 ][])
> * Add support for Flow generic PropType to [`require-default-props`][] ([#1724 ][] [**Miziak**](https://github.com/Miziak ))
> * Add component whitelist option to [`forbid-component-props`][] ([#1732 ][] [**ThiefMaster**](https://github.com/ThiefMaster ))
> * Add support for React 16.3 lifecycle methods to [`no-unused-prop-types`][] ([#1681 ][] [**bvaughn**](https://github.com/bvaughn ))
> * Add support for React 16.3 lifecycle methods to [`sort-comp`][] ([#1767 ][] [**joe-denea**](https://github.com/joe-denea ))
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>
- See full diff in [compare view](https://github.com/yannickcr/eslint-plugin-react/commits/v7.9.1 )
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com ):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot .
</details>
7 years ago
Wei Zhu
1a9456f03a
Add boolean to CheckboxValueType
Close #10677
7 years ago
Wei Zhu
05c5115991
site: fix lint
7 years ago
bLue
8e26b6823a
Fix spin delay issue if mounts with spinning=true ( #10727 )
* Fix spin delay issue if mounts with spinning=true
* Add test for spin delay issue
* Update spin lifecycle method
7 years ago
Wei Zhu
5174801b95
Revert "Upgrade react-dnd"
This reverts commit 71d2a991ed
.
7 years ago
Wei Zhu
ac0b4bacc5
Revert "Update snapshot"
This reverts commit e7cd474894
.
7 years ago
Wei Zhu
e7cd474894
Update snapshot
7 years ago
陈帅
789b54905c
fix #10842 Badge status does not change with themes
7 years ago
Wei Zhu
71d2a991ed
Upgrade react-dnd
7 years ago
picodoth
8610eb054f
docs: remove changlog info for 3.6.1
7 years ago
afc163
71d3af310a
Fix missing border in Button.Group
https://gw.alipayobjects.com/zos/rmsportal/hKuBQeoCgjruYXCGnrDt.png
7 years ago
Wei Zhu
89228118af
docs: update moment locale usage
7 years ago
Kirill Alexander Khalitov
0ca1a990be
Makes TreeNode component more type safe
Makes TreeNode component more type safe
7 years ago
Kirill Alexander Khalitov
74755fef99
Fix #10838
Fix [#10838 ](https://github.com/ant-design/ant-design/issues/10838 )
7 years ago
Wei Zhu
396f81dbab
Update cases.zh-CN.md
7 years ago
Wei Zhu
a4a3b5e12d
Update cases.en-US.md
7 years ago
zombiej
78adc05973
close #10745 , move dropdownMatchSelectWidth into AbstractSelectProps
7 years ago
zombiej
b524e1fe7e
adjust defaultProps def
7 years ago
zombiej
8444ad209d
close #10786 , spin icon css for adjust font size
7 years ago
杨小事er
ad52250256
fix(calendar): fix fullcalendar content 2px overflow
7 years ago
Junbin Huang
e1ba74e5fc
fix: still keep order when upload fails ( #10794 )
7 years ago
afc163
6602df16e6
Fix extra border style in Button.Group
7 years ago
afc163
17b158c091
Fix CheckboxAll status when remove data and selectedKeys
close #10629
7 years ago
Wei Zhu
c2d94ad84d
Don't cache badge since they don't allow cor
7 years ago
Wei Zhu
57a01e1b9f
Update offline-plugin
7 years ago