HeskeyBaozi
010bdebc28
update drawer
6 years ago
HeskeyBaozi
768af40c4c
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
# Conflicts:
# components/drawer/__tests__/__snapshots__/Drawer.test.js.snap
# components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap
# components/drawer/index.tsx
6 years ago
HeskeyBaozi
ee16585b6d
update test cases
6 years ago
HeskeyBaozi
d076ad84d5
fix lint
6 years ago
HeskeyBaozi
759f7a1c55
use svg close icon in drawer.
6 years ago
HeskeyBaozi
62aff06067
remove dropdown submenu css font icon
6 years ago
HeskeyBaozi
2f469a3404
use svg icon in form feedback
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
HeskeyBaozi
2c53e988a1
it should pass style to svg
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
zombiej
6503bace42
move change log Drawer to first line
6 years ago
afc163
1c5f8f1901
update snapshots
6 years ago
afc163
66940db794
upgrade some devDeps
6 years ago
afc163
827da01e05
Fix badge url
6 years ago
afc163
101fdc7241
Fix InputNumber overlap in fixed columns table
close #11408
ref #6289
6 years ago
zombiej
0337b69893
update change log
6 years ago
Ed Moore
cd5cbafdf0
Fix types for Radio Group
6 years ago
Emerson Laurentino
a88a320694
add headStyle to card component
6 years ago
HeskeyBaozi
a81fba08c0
fix cascader arrow font icon
6 years ago
HeskeyBaozi
ca644505be
replace date-picker font icon
6 years ago
HeskeyBaozi
87594997d2
ignore className and style props
6 years ago
zombiej
007c7d0ef7
adjust change log
6 years ago
HeskeyBaozi
bab50e6bed
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
# Conflicts:
# components/locale-provider/__tests__/__snapshots__/demo.test.js.snap
# components/locale-provider/__tests__/__snapshots__/index.test.js.snap
# components/transfer/__tests__/__snapshots__/demo.test.js.snap
# components/transfer/__tests__/__snapshots__/index.test.js.snap
6 years ago
HeskeyBaozi
ae8f29d628
update test snapshot
6 years ago
Eager
c3e50c268d
fix(Tooltip): fix text overflow the Tooltip
6 years ago
Eager Wei
c1daf5bad2
删除手误
6 years ago
Eager Wei
a29a0ff78d
Update .codecov.yml
7 years ago
Amumu
f728fbe5ab
getDerivedStateFromProp return null if not change
A valid state object (or null) must be returned. You have returned undefined.
6 years ago
hongxuWei
f796618a15
Fix the style of horizontal menu on dark theme
6 years ago
陈帅
d0c684e925
add wrapClassName and multi-level-drawer test
6 years ago