No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 3 años
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # History
  2. ----
  3. ## 8.7.0
  4. [Feature] Supprot `reverse` prop.
  5. ## 8.6.0
  6. [Feature] Allow tabIndex to be set explicitly on Handle. [#381](https://github.com/react-component/slider/pull/381)
  7. ## 8.5.0
  8. [Feature] Add focus() blur() and autoFocus.
  9. ## 8.4.0 / 2017-11-09
  10. Support React 16.
  11. ## 8.3.0 / 2017-07-28
  12. [Feature] Support keyboard accessibility.[#282](https://github.com/react-component/slider/pull/282)
  13. ## 8.2.0 / 2017-07-04
  14. [Feature] Support custom dot style with `dotStyle` & `activeDotStyle` api.[#292](https://github.com/react-component/slider/pull/292)
  15. ## 8.1.0 / 2017-06-09
  16. [Feature] rc-slider support custom style. [#281](https://github.com/react-component/slider/pull/281)
  17. ## 8.0.0 / 2017-05-31
  18. [Feature] rc-slider support aria. [#260](https://github.com/react-component/slider/pull/260/)
  19. ## 6.0.0 / 2017-01-25
  20. [Breaking Change] Re-design and refactor, almost a new UI component.
  21. ## 5.0.0 / 2016-09-12
  22. [#147](https://github.com/react-component/slider/issues/147) fix style conflicts with rc-tooltip [@benjycui](https://github.com/benjycui)
  23. [#145](https://github.com/react-component/slider/pull/145) fix `onChange` will be triggered while mousemove [@Fuzzyma](https://github.com/Fuzzyma)
  24. ## 4.0.0 / 2016-08-12
  25. [#133](https://github.com/react-component/slider/pull/133) support multi-range ([@sosz](https://github.com/sosz))
  26. ## 3.6.0 / 2016-04-01
  27. [#18](https://github.com/react-component/slider/issues/18) add `vertical` props ([@wnlee](https://github.com/WNLee))
  28. ...
  29. ## 1.2.5 / 2015-07-13
  30. [#8](https://github.com/react-component/slider/issues/8) add `isIncluded` props ([@simaQ](https://github.com/simaQ))
  31. [#7](https://github.com/react-component/slider/issues/7) add tooltip for handler when slider has no `marks` props ([@simaQ](https://github.com/simaQ))