Eden Wang
84e995ff63
add test case for date picker in tooltip
6 years ago
Eden Wang
6804094fa2
export mouse enter and mouse leave event for datepicker
6 years ago
Ilan Hasanov
86398d910a
💬 misc typos and blank spaces fixes
6 years ago
Ilan Hasanov
d0ca9ae05e
💬 input component blank spaces remove
6 years ago
Ilan Hasanov
8ee70e84b6
💬 update layout copyrights year and fix typos
6 years ago
Ilan Hasanov
da92bfeba2
💬 fix tabs component blank spaces
6 years ago
Ilan Hasanov
186496d840
💬 fix tree component typos
6 years ago
Ilan Hasanov
6cecc9a0ea
💬 fixing upload component typos and capitalization consistency for en-US
6 years ago
afc163
7d46cabb17
docs: Add instruction about cascader typo api
6 years ago
Wei Zhu
4a906137b8
Add testUrl
https://github.com/jsdom/jsdom/issues/2304
6 years ago
Wei Zhu
855b613ce9
Bump 3.7.3
6 years ago
Wei Zhu
d1ba62e50b
Add 3.7.3 changelog ( #11494 )
6 years ago
littleLane
b23d742f1b
feat: add rowSelection.columnTitle to Table
6 years ago
qliu
c6518b92aa
fix: get label should use childrenKeyName for arrayTreeFilter when us… ( #11311 )
* fix: get label should use childrenKeyName for arrayTreeFilter when use customer fieldNames otherwise It can not get correct label array
* feat: add fieldNames test case in Cascader
* fix: cli fail
* fix: cil fail again
6 years ago
Eric Turriff
1bbf59bb1d
fixed typo in `InputNumber` docs
6 years ago
Ilan Hasanov
68ce09be4e
🐛 fix icons page 100% cpu usage
6 years ago
yoyo837
5ca7d75c0d
fix doc
6 years ago
yoyo837
ce24f278cf
docs
6 years ago
yoyo837
6ae02a9ab7
progress-dot
6 years ago
yoyo837
a0a0d88b78
Fix content without vertical alignment icon when using vertical label mode; And description text-align: center;
6 years ago
This JJ
2e7d08e98f
Add id to Select props ( #11189 )
* Can set id to props on Select
* Update index.tsx
6 years ago
dependabot[bot]
45f1ff5bf7
build(deps-dev): update stylelint requirement to 9.4.0
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.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
Grant Klinsing
fd06d7b8b1
Update Pagination Typescript definition to include "role" ( #11474 )
* Add data-, aria- and role prop types to match rc-pagination
* Remove data- and aria- definitions since they are allowed already
6 years ago
Wei Zhu
ee1c726447
Bump 3.7.2
6 years ago
Wei Zhu
548c694c40
Add 3.7.2 changelog ( #11455 )
6 years ago
zombiej
f5652f8e57
make title & label as optional props in treeSelect
6 years ago
Wei Zhu
9f76f1c276
chore: add tests for b9992f4
6 years ago
Wei Zhu
b9992f4a08
fix: DatePicker can not change year/month when under control
React 16.4 call getDerivedStateFromProps on every render
close #11447
close #11440
close #11439
close #11416
close #11405
6 years ago
JribiBelhassen
36f396f86f
Change label in TreeData interface to title, since label is deprecated ( #11442 )
6 years ago
afc163
fbf1a35249
Fix extra scrollbar style of Modal.confirm in Firefox, close #11432
6 years ago
Wei Zhu
6199340b5f
Merge branch 'master' into feature-3.8.0
6 years ago
Raphael Chauveau
08e83193f2
Multiple row selection ( #11406 )
This PR intends to solve issue #11404 (Multiple row selection in table component).
The Chinese documentation is missing from the PR. Could someone please add it ?
6 years ago
paranoidjk
ecff4997d9
feat(Avatar): expose onError ( #11285 )
* feat(Avatar): expose onError
* refactor: test case coverage
6 years ago
Wei Zhu
611f6e1f8f
chore: remove circleci cache
6 years ago
Andrzej Dybionka
968371b22a
fix: table onChange event is fired every time when close filterDropdown
Close #11164
6 years ago
Will
e91f67b87c
Update index.zh-CN.md ( #11427 )
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [ ] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [ ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [ ] 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.
6 years ago
zongzi531
e29a88b704
fix: badge type error.
6 years ago
Wei Zhu
0f503b50f7
chore: update circleci
6 years ago
afc163
6cb6f5c83e
Fix select menu item radius style
6 years ago
Wei Zhu
67145a777e
chore: fix job name
6 years ago
Wei Zhu
4c5d66228d
chore: persist whole workspace
6 years ago
Wei Zhu
cc02ebf9d4
chore: dry circleci config
6 years ago
Wei Zhu
522b70e698
chore: tweak circleci
6 years ago
Wei Zhu
61284e2c9a
chore: fix install react on circleci
6 years ago
Wei Zhu
691a98d25b
Tweak circleci config
6 years ago
Wei Zhu
b95d8aedd2
introduce circle ci
6 years ago
Wei Zhu
91a7318999
test: fix react mock
6 years ago
Wei Zhu
435d793d60
test: fix React.createContext mock
6 years ago
Wei Zhu
c25e8de736
test: mock React.createRef
6 years ago
Wei Zhu
d87899784b
Update .travis.yml
6 years ago