Benjy Cui
7525de1f1a
bump 5.4.0
5.4.0
2016-12-06 09:46:03 +08:00
Ray Zane
856bdef4ea
feat: Make the second argument to tipFormatter the index of the handle ( #167 )
2016-12-06 09:41:21 +08:00
Igor Goldvekht
bb41b82b59
docs: update Usage section to use accurate component name ( #182 )
2016-12-01 16:38:33 +08:00
Benjy Cui
a428cd3335
style: sort component
2016-11-22 10:40:02 +08:00
Benjy Cui
c021cadcbb
bump 5.3.5
5.3.5
2016-11-21 15:56:05 +08:00
Benjy Cui
4a59745a23
chore: expose className to identify Slider with marks
2016-11-21 15:55:24 +08:00
Benjy Cui
3e78e9ac4a
docs: fix warning in example, close : #173
2016-11-21 15:46:06 +08:00
Benjy Cui
82179e613a
bump 5.3.4
5.3.4
2016-11-16 10:14:58 +08:00
Benjy Cui
0a6fb5a570
bump 5.3.3
5.3.3
2016-11-15 14:29:53 +08:00
Benjy Cui
53aa61faf2
feat: provide dist files
5.3.2
5.3.1
5.3.0
2016-11-15 14:04:15 +08:00
Benjy Cui
9655483bf5
bump 5.2.1
5.2.1
2016-10-31 11:51:44 +08:00
Benjy Cui
faa4f384a3
fix: handle could be 0, close : #163
2016-10-31 11:50:49 +08:00
Benjy Cui
18ddbb796c
bump 5.2.0
5.2.0
2016-10-31 11:24:55 +08:00
Benjy Cui
051fef6603
feat: make clickable area larger, ref: #160
2016-10-31 11:23:41 +08:00
Benjy Cui
b325daef48
bump 5.1.3
5.1.3
2016-10-21 16:44:58 +08:00
Benjy Cui
db47c3d27d
chore: improve UX, close : #160
2016-10-21 16:44:32 +08:00
Benjy Cui
f20014a9d4
bump 5.1.2
5.1.2
2016-10-14 15:10:14 +08:00
Paul Taylor
6074d5fc43
fix: Account for position difference between handle and event origin when dragging ( #146 )
...
* Adjust handle drag position to account for the difference between handle origin and mouse or touch event origin.
* Add slider dragOffset tests.
2016-10-14 15:07:51 +08:00
Benjy Cui
34754440ed
docs: add change log for 5.0.0, close : #149
2016-10-14 14:45:53 +08:00
Benjy Cui
fac5a1b9f3
bump 5.1.1
5.1.1
2016-09-12 11:33:18 +08:00
Benjy Cui
1b8e27e613
bump 5.1.0
5.1.0
2016-09-12 11:28:41 +08:00
Benjy Cui
e438757a64
feat: support tooltipPrefixcls
2016-09-12 11:26:48 +08:00
Benjy Cui
aad5fef20c
bump 5.0.0
5.0.0
2016-09-12 10:57:20 +08:00
Ulrich-Matthias Schäfer
1568019a59
fix: onChange which fired on every mousmove, added test ( #145 )
2016-09-12 10:54:16 +08:00
Dylan Kirkby
abdb297c16
chore: Add warning when range isn't a multiple of the step ( #142 )
2016-09-12 10:53:15 +08:00
Benjy Cui
67b76953c6
chore: update .travis.yml
2016-09-10 17:04:06 +08:00
Benjy Cui
b6d8f389ef
fix: should limit CSS scope, close : #147
2016-09-10 16:52:38 +08:00
Benjy Cui
d7e6b9d9be
bump 4.0.1
4.0.1
2016-08-16 10:01:30 +08:00
Benjy Cui
67a33126ec
style: update code style to please lint
2016-08-16 09:59:14 +08:00
Derrick Pelletier
1a8331bcf1
refactor: Removed z-indexes #135 ( #136 )
2016-08-16 09:32:21 +08:00
Benjy Cui
f55b2ec283
bump 4.0.0
4.0.0
2016-08-12 16:05:55 +08:00
Benjy Cui
cf45d688d9
chore: update rc-tools
2016-08-12 16:03:06 +08:00
Benjy Cui
bc2da18f46
style: update code style
2016-08-12 15:40:06 +08:00
Benjy Cui
8fd94b4eb1
refactor: use babel-runtime
2016-08-12 15:20:14 +08:00
Hagai Akibayov
4b2f6f27a4
feat: Add multi-range support ( #133 )
2016-08-12 15:07:48 +08:00
Benjy Cui
36210b3634
bump 3.8.2
3.8.2
2016-07-27 10:17:57 +08:00
Helder Santana
9219927f8a
chore: add 'style' node to package.json ( #127 )
2016-07-27 10:15:55 +08:00
Benjy Cui
826fd73c93
docs: update usage
2016-07-25 14:18:50 +08:00
Benjy Cui
a4cf02cf75
bump 3.8.1
3.8.1
2016-07-25 14:09:49 +08:00
Benjy Cui
d05761f396
fix: should pass prefixCls to Tooltip correctly, close : #123
2016-07-25 14:09:05 +08:00
Benjy Cui
926d5aeb91
bump 3.8.0
3.8.0
2016-07-20 09:40:04 +08:00
miskreant
b2ae1bc0fc
feat: identify upper/lower range handles ( #118 )
...
Extend the handle classNames, and provide props so that
upper/lower handles are easily distinguishable in CSS & React.
* Use classNames() instead of string concatenation
2016-07-20 09:34:49 +08:00
Benjy Cui
80d4ee4794
bump 3.7.4
3.7.4
2016-07-11 09:55:12 +08:00
Benjy Cui
e2504d99fe
fix: should calc cloest point correctly, close : #116
2016-07-11 09:53:38 +08:00
Benjy Cui
d4ae5a5298
deps: update
2016-07-11 09:48:44 +08:00
Benjy Cui
ce755ecb4b
bump 3.7.3 to publish website
3.7.3
2016-06-29 16:23:00 +08:00
Benjy Cui
9bc56e993d
chore: update demo
2016-06-29 16:22:01 +08:00
Benjy Cui
1e34b94d86
bump 3.7.2
3.7.2
2016-06-22 09:25:13 +08:00
Aaron Lampros
a678437462
fix: import dom util directly, close : #108 . ( #110 )
2016-06-22 09:20:57 +08:00
Benjy Cui
a4c06c2509
bump 3.7.1
3.7.1
2016-06-12 09:17:48 +08:00