HeskeyBaozi
ee1d2469a8
upgrade test snapshot
2018-08-24 18:36:08 +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
HeskeyBaozi
b2ab727c89
resolve conflicts
2018-08-06 15:06:06 +08:00
afc163
e397c094bb
site: Add ErrorBoundary for live demo, ref #11553
2018-08-02 16:34:04 +08:00
afc163
8dad311df0
Fix Slider demo error when input non-number string, close #11553
2018-08-02 16:24:13 +08:00
afc163
471f9409f9
chore demo code style
2018-08-02 16:23:08 +08:00
HeskeyBaozi
4a553a2006
upgrade test cases
2018-07-19 20:37:47 +08:00
HeskeyBaozi
9338f33c1c
update test cases
2018-07-18 10:33:54 +08:00
afc163
009ed08580
upgrade eslint-config-airbnb
2018-06-27 16:09:58 +08:00
Bill Fienberg
66f5e75cff
Fix typo in link to InputNumber component ( #9994 )
...
Before:
>Synchronize with [InptNumber](/components/input-number/) component.
After:
>Synchronize with [InputNumber](/components/input-number/) component.
2018-04-11 23:18:10 +08:00
Bill Fienberg
833e076eb7
Fix typo ( #9991 )
...
Before:
>Customerize tooltip
After:
>Customize tooltip
2018-04-11 15:49:12 +08:00
afc163
07d6988f0d
Add some tests
2018-03-23 19:19:29 +08:00
Wei Zhu
aa9b7a4e4d
Update snapshot
2018-02-27 18:07:39 +08:00
George Gray
72a5b1fef7
Vars to theme slider ( #9065 )
...
* vars to theme slider
* add @slider-margin back
2018-01-23 21:03:22 +08:00
Wei Zhu
999d6184ad
docs: Sort api table
2017-12-29 20:22:58 +08:00
afc163
24f0359e2d
Fix some form components align
2017-12-22 15:22:22 +08:00
afc163
80686df38e
update snapshot
2017-12-18 09:48:43 +08:00
Wei Zhu
d2dc88c470
Add focus() and blur() document
...
Close #3790
2017-12-01 19:28:41 +08:00
Wei Zhu
25f51cdd64
Add focus() and blur() for Slider
2017-12-01 18:01:14 +08:00
Wei Zhu
b647078baa
Fix implicit any for Select Slider Spin Switch
2017-11-21 14:58:08 +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
afc163
714b4ae06a
Merge branch 'master' into antd-3.0
2017-11-06 10:35:41 +08:00
David Schneider
a5c3a6c930
In SliderProps type definition, replace void
types with null
. ( #8102 )
...
With TypeScript compiler option ‘strictNullChecks’ enabled, the value `null` cannot be assigned to type `void`. This means, for instance, that it’s impossible to pass a `null` value for prop `step`. I don’t expect that substituting `null` for `void` in these type definitions should cause anyone difficulty; because these are optional props, a consumer of this component should be able to pass `null` or `undefined` safely, whether or not the compiler is using strict null checks.
2017-11-03 09:40:56 +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
26e416c364
Tweak style
2017-10-16 19:56:04 +08:00
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
2017-10-09 19:18:04 +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
偏右
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
afc163
43d14f8517
upgrade rc-slider, improve accessibility
2017-09-17 17:42:24 +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
b216a44b28
Fix Slider typings, close #7532
2017-09-10 02:32:00 +08:00
afc163
f77c38bddf
fix snap
2017-08-18 12:17:07 +08:00
afc163
6a17efcbf1
upgrade some devDeps and fix stylelint
2017-08-04 18:01:40 +08:00
Wei Zhu
bef7db465e
Revert "Revert "Revert "feat: upgrade rc-slider, support keyboard accessibility"""
...
This reverts commit 0b8b0d2deb
.
2017-07-30 16:07:41 +08:00
Wei Zhu
0b8b0d2deb
Revert "Revert "feat: upgrade rc-slider, support keyboard accessibility""
...
This reverts commit 551807cd91
.
2017-07-30 16:06:53 +08:00
Wei Zhu
551807cd91
Revert "feat: upgrade rc-slider, support keyboard accessibility"
...
This reverts commit ef339a32ac
.
2017-07-30 16:05:37 +08:00
paranoidjk
ef339a32ac
feat: upgrade rc-slider, support keyboard accessibility
...
https://github.com/react-component/slider/pull/282
2017-07-28 14:02:45 +08:00
Benjy Cui
983609c009
css: fix disabled style of Slider, close : #6665
2017-07-20 10:39:22 +08:00
neekey
7e522291c8
add unit px
to all less value, make them explicit
2017-07-17 17:44:40 +10:00
Benjy Cui
1f9b4a7981
refactor: make slider's style more flexible, close : #6665
2017-06-30 11:08:28 +08:00
slientcloud
e43c8012ad
chore: support slider aira ( #6301 )
2017-06-01 12:08:39 +08:00
Benjy Cui
12a6060304
docs: fix code style
2017-05-15 14:37:22 +08:00
乐仪
5dfe86e891
fix snap
2017-04-24 17:08:56 +08:00
afc163
9daccc468a
update input number snapshots
2017-04-10 13:21:15 +08:00
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
...
* Upgeade to jest 19
* Use jest.spyOn
2017-03-17 18:56:30 +08:00