afc163
b7b1bcfc90
💄 pagiation item hovering without underline
2019-07-19 10:50:56 +08:00
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
...
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
2019-07-11 14:14:33 +08:00
kpogodin
8263ea74fe
Update index.en-US.md
...
add missing prop `showTitle` in documentation of Pagination
2019-05-22 19:38:24 +04:00
诸岳
95044af3e3
Fix stylelint errors
2019-05-20 12:21:47 +08:00
zombieJ
e88589d9ef
feat: Pagination support disabled
prop ( #16493 )
...
* feat: Pagination support `disable`
* update snapshot
* update style
* update style
* update snapshot
* update font color
2019-05-10 15:38:35 +08:00
afc163
b780070351
💄 prittier all files
2019-05-07 14:57:32 +08:00
afc163
77b39ddd76
💄 Adjust pagination link style
...
link take all space inside li
close #15704
2019-05-07 13:58:04 +08:00
陈帅
785c132262
meger feature to master ( #16421 )
...
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
2019-05-06 12:04:39 +08:00
afc163
a2a9831abb
💄 Fix less code style
2019-04-15 11:05:06 +08:00
zombieJ
41316e69e8
update snapshot ( #16017 )
2019-04-11 12:48:36 +08:00
Juan Carlos Lloret H
1e6405eae9
Added missing showLessItems prop to pagination component
2019-04-08 15:43:06 +02:00
Benjamin Amelot
f55ccfe81e
Remove underlines from focused links ( #15759 )
2019-03-31 13:46:38 +08:00
DiamondYuan
eecc29da5e
fix: change type of PaginationProps.itemRender originalElement param
2019-03-15 13:20:56 +08:00
偏右
c1ef989866
Merge pull request #15354 from ant-design/deps-lint
...
Deps lint
2019-03-14 20:34:10 +08:00
zombiej
cc19eadc1b
rm input in pagination
2019-03-13 12:16:05 +08:00
zombiej
96a95e65d3
update deps lint
2019-03-11 11:48:17 +08:00
afc163
56570aa539
💄 Add @pagination-item-bg-active
...
close #14739
2019-03-09 19:43:19 +08:00
zombiej
271d201fbc
merge master
2019-02-18 11:17:24 +08:00
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
...
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
2019-02-15 10:48:07 +08:00
偏右
2eddc2a1d4
🌟 support goto button in Pagination ( #14819 )
...
close #14798
close #14535
close #10201
close #7328
2019-02-14 22:39:11 +08:00
afc163
d3d5a3e18d
Merge branch 'master' into feature-for-resolve-conflict
...
* master: (45 commits)
Add type definitions for Steps.Step (#14468 )
add select check to fix edge wave issue (#14469 )
Fix for Pagination ellipsis misalignment (#14473 )
change sentry id
✅ Add sentry in ant.design
💄 New Sketch resources!
fix transfer ref (#14441 )
Add onMouseEnter and onMouseLeave for Menu Item (#14454 )
update snapshot (#14467 )
📝 beautify code style in documentation (#14457 )
Updating type: TreeSelectProps.getPopupContainer (#14443 )
change error version
3.12.4 changelog (#14436 )
Format
Fix the bug that radio onchange will be ovrride by radioGroup onchange (#14364 )
docs: updated doc for create-react-app
fix prefixCls of empty go to div (#14404 )
update snapshot (#14406 )
add radius on table-placeholder to fix table small size border clip (#14398 )
fix style of Input.Search with enterButton (#14397 )
...
2019-01-22 17:34:10 +08:00
Ran Byron
16ec6e954e
Fix for Pagination ellipsis misalignment ( #14473 )
2019-01-22 15:56:59 +08:00
zombiej
0a67272ae4
add locale update
2019-01-10 21:55:21 +08:00
zombiej
12af9a9dca
icon add aria-label support
2019-01-10 21:55:21 +08:00
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
...
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
2019-01-06 13:25:59 +08:00
zombiej
b5fc19632b
merge master
2018-12-26 14:23:40 +08:00
zombieJ
bf087e29bd
Add remark lint ( #13906 )
...
support remark-lint check
2018-12-26 14:14:00 +08:00
bukas
814980d9c6
fix: upload blob preview && upload beforeUpload doc ( #13528 )
...
* fix: upload not preview blob
* fix: test && readme
* fix: upload promise
2018-12-10 00:16:51 +08:00
afc163
50785f9a80
✅ improve default locale implementation
2018-12-07 21:02:05 +08:00
陈帅
8e11f0bdb9
merge support prettier
2018-12-07 20:02:01 +08:00
陈帅
dca9715186
support prettier
2018-12-07 18:27:30 +08:00
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
...
Basic support prefixCls.
2018-12-05 19:12:18 +08:00
zombiej
9f5d421cd6
merge master
2018-11-30 14:48:37 +08:00
afc163
83c192ea3e
💄 fix eslint problems
2018-11-28 15:11:02 +08:00
afc163
213693e333
🌐 site: transition component category, close #11629
2018-11-04 16:20:35 +08:00
zombiej
c6eef86f83
add miss itemRender arg
...
fix #12810
2018-10-28 13:40:39 +08:00
zombiej
7da2f48c78
adjust pagination select style
...
fix #12554
2018-10-11 13:29:59 +08:00
HeskeyBaozi
976f6969f4
update test snapshot
2018-09-07 14:14:23 +08:00
afc163
3cbb5da6c2
tweak icons size
2018-09-03 17:11:20 +08:00
HeskeyBaozi
2f8a56fa78
fix test case & update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
74798b8911
upgdate test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
359191abeb
update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
e91aa112bf
remove svgClassName
2018-09-02 20:59:37 +08:00
HeskeyBaozi
d6131fe18d
update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
0c9465aaf9
upgrade icons library
2018-08-27 20:40:11 +08:00
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
2018-08-24 18:36:08 +08:00
HeskeyBaozi
43e6621fb7
use correct icon
2018-08-24 18:11:02 +08:00
HeskeyBaozi
0c751ca3b5
remove pseudo-class in pagination
2018-08-22 20:01:00 +08:00
HeskeyBaozi
3b598eafe1
update pagination test snapshot
2018-08-21 17:14:35 +08:00
HeskeyBaozi
b58e74de9f
use svg icon in pagination
2018-08-21 17:13:12 +08:00
HeskeyBaozi
796de6390b
update test snapshot
2018-08-14 15:32:29 +08:00
HeskeyBaozi
35974d67b2
update test snap shot
2018-08-13 20:51:01 +08:00
HeskeyBaozi
0a8f964935
update test snap shot
2018-08-13 14:46:55 +08:00
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
2018-07-27 15:14:20 +08:00
涌谷(刘旭恒)
babbbdd4e5
Add custom local support in pagination component.
2018-06-27 16:18:59 +08:00
afc163
009ed08580
upgrade eslint-config-airbnb
2018-06-27 16:09:58 +08:00
Zheeeng
59fe98a194
Add position config for List pagination ( #10581 )
2018-05-21 21:52:18 +08:00
Junbin Huang
3a3d550b54
chore: upgrade menu ( #10305 )
...
* chore: upgrade menu and select
* Add test case for coverage percent
2018-04-29 23:01:58 +08:00
Wei Zhu
1c0b5ed21e
Revert "Update snapshot"
...
This reverts commit 98356e87ff
.
2018-03-21 12:01:58 +08:00
zhuyue
98356e87ff
Update snapshot
2018-03-21 10:51:52 +08:00
Bryan Berger
a0e161ccdd
Add variable for Pagination font-weight when active ( #9603 )
2018-03-18 13:06:00 +08:00
afc163
8db3b1f46f
update snapshot
2018-03-15 11:42:42 +08:00
George Gray
676635abde
var to theme pagination font ( #9351 )
2018-02-13 21:38:34 +08:00
afc163
5f5986481e
chore: pagination item align
2018-01-03 21:10:17 +08:00
Wei Zhu
999d6184ad
docs: Sort api table
2017-12-29 20:22:58 +08:00
Cam Song
1af1534592
Add hideOnSinglePage to Pagination ( #8615 )
2017-12-29 20:14:53 +08:00
afc163
9cdae0053d
Fix css priority, close #8559
2017-12-17 16:47:11 +08:00
afc163
f64ddef4ff
tweak pagination style
2017-12-17 16:44:26 +08:00
afc163
b84bf85526
update pagination active item design
2017-12-15 10:30:19 +08:00
afc163
e13c6d87fa
Fix mini Pagination background color
2017-12-10 16:42:40 +08:00
偏右
b531de3fee
Upgrade dev deps and fix lints ( #8358 )
...
* upgrade devDeps and fix lint
* Fix stylelint problems
2017-11-29 21:00:16 +08:00
Wei Zhu
c4c3e74149
Fix implicit any error for Pagination PopConfirm Popover Progress
2017-11-21 15:37:39 +08:00
Wei Zhu
5cb5a2ae9d
Fix implicit any error for Table
2017-11-21 14:22:35 +08:00
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
2017-11-17 14:38:54 +08:00
偏右
bdceb5f083
Review fix ( #8125 )
...
* Fix style
* Fix style
* fix lint
* Fix more styles
* Fix more styles
* update snap
2017-11-06 21:28:51 +08:00
Wei Zhu
bbb1a3a828
Merge branch 'master' into antd-3.0
2017-10-25 10:27:38 +08:00
Wei Zhu
36227a10db
docs: sort api table
2017-10-25 10:25:44 +08:00
afc163
35f1bf5f94
Fix mini size pagination style
2017-10-24 20:39:38 +08:00
Benjy Cui
7ea572bfc8
refactor: extract common locale logic ( #7915 )
2017-10-20 14:54:38 +08:00
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
2017-10-09 19:18:04 +08:00
afc163
4eb9d5ef56
Merge branch 'master' into antd-3.0
2017-10-09 13:33:59 +08:00
afc163
942ea41b02
update snapshot for new jest
2017-10-09 13:32:11 +08:00
偏右
2bced36f0c
New component styles ( #7731 )
...
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
2017-09-27 22:32:49 +08:00
Benjy Cui
829b5f87bf
feat: make default locale to enUS ( #7553 )
...
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
2017-09-26 23:12:47 +08:00
afc163
7cc386df52
Merge branch 'master' into antd-3.0
2017-09-25 17:01:02 +08:00
afc163
3118e2898e
Fix broken small pagination via #7634 's fix
2017-09-25 16:59:56 +08:00
偏右
759b0bb821
seperate reset styles ( #7682 )
...
* seperate reset styles
* not reset ul/ol/p/heading
* revert reset.less idea
* move label style into ant-form-item, #5851
* revert reset.less idea
* update base.less
* Better typography from bootstrap@4
use reboot replace normalize
ref:
b4d84b9cdf/scss/_reboot.scss
close #6162
2017-09-22 18:33:29 +08:00
nikogu
abf18b9ec4
merge master
2017-09-18 10:13:48 +08:00
afc163
30c437c83e
Fix simple pagination style, close #7634
2017-09-16 13:20:35 +08:00
Wei Zhu
250c7a9c68
Revert "Mock rc-trigger"
...
This reverts commit 9d2c91598b
.
2017-09-15 16:42:25 +08:00
Wei Zhu
9d2c91598b
Mock rc-trigger
...
Ref #5522
2017-09-15 16:14:26 +08:00
afc163
7bee69a9df
Merge from master
2017-09-08 16:49:58 +08:00
afc163
f7cc779c5d
Hide pagination options when screen is small
2017-09-08 15:32:10 +08:00
Khalifa Lame
421feb1c84
docs: update Pagination English doc ( #7494 )
...
Fixed typos.
2017-09-08 09:45:56 +08:00
afc163
fe12d8d579
Merge branch 'master' into antd-3.0
2017-09-06 21:44:47 +08:00
afc163
b8f6185abc
Fix simple pagination style, close #7500
2017-09-06 21:44:26 +08:00
afc163
5724a55c7b
Merge branch 'master' into antd-3.0
2017-09-06 20:22:55 +08:00
afc163
7d619dfbd7
update snapshot for #7495
2017-09-06 19:39:46 +08:00
afc163
0f778d2a4a
Merge from master
2017-09-05 16:19:34 +08:00
afc163
81048aafb2
Improve itemRender of Pagination
2017-08-30 14:03:37 +08:00