-
-
Notifications
You must be signed in to change notification settings - Fork 777
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
120 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Changelog | ||
|
||
## 9.7.1 | ||
|
||
`2020-12-15` | ||
|
||
- feat: add dragableTrack. [#722](https://github.com/react-component/slider/pull/722) | ||
|
||
## 9.6.5 | ||
|
||
`2020-12-01` | ||
|
||
- chore: export slider、range and handle props interface. [#718](https://github.com/react-component/slider/pull/718) | ||
|
||
## 9.6.4 | ||
|
||
`2020-11-21` | ||
|
||
- fix: slider cannot drag to max value. [#714](https://github.com/react-component/slider/pull/714) | ||
|
||
## 9.6.3 | ||
|
||
`2020-11-17` | ||
|
||
- fix: forcePopupAlign null. [930ad6d](https://github.com/react-component/slider/commit/930ad6d117850505775956f26e025487073615dc) [69dc592](https://github.com/react-component/slider/commit/69dc59270ca46ae2d3c4b5aa073d2bc75dfc5b16) | ||
|
||
## 9.6.2 | ||
|
||
`2020-11-10` | ||
|
||
- fix: extra onChange when value out of range. [#711](https://github.com/react-component/slider/pull/711) | ||
|
||
## 9.6.1 | ||
|
||
`2020-10-31` | ||
|
||
- fix: update getLowerBound and getUpperBound to check startPoint prop. [#683](https://github.com/react-component/slider/pull/683) | ||
|
||
## 9.6.0 | ||
|
||
`2020-10-30` | ||
|
||
- fix: keep tooltip align with handle when dragging. [#696](https://github.com/react-component/slider/pull/696) | ||
|
||
--- | ||
|
||
Middle check in [releases](https://github.com/react-component/slider/releases). | ||
|
||
--- | ||
|
||
## 9.2.0 | ||
|
||
[Feature] createSliderWithTooltip support getTooltipContainer | ||
|
||
## 9.1.0 | ||
|
||
[Feature] Support `startPoint` prop. | ||
|
||
## 8.7.0 | ||
|
||
[Feature] Supprot `reverse` prop. | ||
|
||
## 8.6.0 | ||
|
||
[Feature] Allow tabIndex to be set explicitly on Handle. [#381](https://github.com/react-component/slider/pull/381) | ||
|
||
## 8.5.0 | ||
|
||
[Feature] Add focus() blur() and autoFocus. | ||
|
||
## 8.4.0 / 2017-11-09 | ||
|
||
Support React 16. | ||
|
||
## 8.3.0 / 2017-07-28 | ||
|
||
[Feature] Support keyboard accessibility.[#282](https://github.com/react-component/slider/pull/282) | ||
|
||
## 8.2.0 / 2017-07-04 | ||
|
||
[Feature] Support custom dot style with `dotStyle` & `activeDotStyle` api.[#292](https://github.com/react-component/slider/pull/292) | ||
|
||
## 8.1.0 / 2017-06-09 | ||
|
||
[Feature] rc-slider support custom style. [#281](https://github.com/react-component/slider/pull/281) | ||
|
||
## 8.0.0 / 2017-05-31 | ||
|
||
[Feature] rc-slider support aria. [#260](https://github.com/react-component/slider/pull/260/) | ||
|
||
## 6.0.0 / 2017-01-25 | ||
|
||
[Breaking Change] Re-design and refactor, almost a new UI component. | ||
|
||
## 5.0.0 / 2016-09-12 | ||
|
||
[#147](https://github.com/react-component/slider/issues/147) fix style conflicts with rc-tooltip [@benjycui](https://github.com/benjycui) | ||
[#145](https://github.com/react-component/slider/pull/145) fix `onChange` will be triggered while mousemove [@Fuzzyma](https://github.com/Fuzzyma) | ||
|
||
## 4.0.0 / 2016-08-12 | ||
|
||
[#133](https://github.com/react-component/slider/pull/133) support multi-range ([@sosz](https://github.com/sosz)) | ||
|
||
## 3.6.0 / 2016-04-01 | ||
|
||
[#18](https://github.com/react-component/slider/issues/18) add `vertical` props ([@wnlee](https://github.com/WNLee)) | ||
|
||
... | ||
|
||
## 1.2.5 / 2015-07-13 | ||
|
||
[#8](https://github.com/react-component/slider/issues/8) add `isIncluded` props ([@simaQ](https://github.com/simaQ)) | ||
|
||
[#7](https://github.com/react-component/slider/issues/7) add tooltip for handler when slider has no `marks` props ([@simaQ](https://github.com/simaQ)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,114 +1 @@ | ||
# 🗓 Changelog | ||
|
||
## 9.7.1 | ||
|
||
`2020-12-15` | ||
|
||
- feat: add dragableTrack. [#722](https://github.com/react-component/slider/pull/722) | ||
|
||
## 9.6.5 | ||
|
||
`2020-12-01` | ||
|
||
- chore: export slider、range and handle props interface. [#718](https://github.com/react-component/slider/pull/718) | ||
|
||
## 9.6.4 | ||
|
||
`2020-11-21` | ||
|
||
- fix: slider cannot drag to max value. [#714](https://github.com/react-component/slider/pull/714) | ||
|
||
## 9.6.3 | ||
|
||
`2020-11-17` | ||
|
||
- fix: forcePopupAlign null. [930ad6d](https://github.com/react-component/slider/commit/930ad6d117850505775956f26e025487073615dc) [69dc592](https://github.com/react-component/slider/commit/69dc59270ca46ae2d3c4b5aa073d2bc75dfc5b16) | ||
|
||
## 9.6.2 | ||
|
||
`2020-11-10` | ||
|
||
- fix: extra onChange when value out of range. [#711](https://github.com/react-component/slider/pull/711) | ||
|
||
## 9.6.1 | ||
|
||
`2020-10-31` | ||
|
||
- fix: update getLowerBound and getUpperBound to check startPoint prop. [#683](https://github.com/react-component/slider/pull/683) | ||
|
||
## 9.6.0 | ||
|
||
`2020-10-30` | ||
|
||
- fix: keep tooltip align with handle when dragging. [#696](https://github.com/react-component/slider/pull/696) | ||
|
||
--- | ||
|
||
Middle check in [releases](https://github.com/react-component/slider/releases). | ||
|
||
--- | ||
|
||
## 9.2.0 | ||
|
||
[Feature] createSliderWithTooltip support getTooltipContainer | ||
|
||
## 9.1.0 | ||
|
||
[Feature] Support `startPoint` prop. | ||
|
||
## 8.7.0 | ||
|
||
[Feature] Supprot `reverse` prop. | ||
|
||
## 8.6.0 | ||
|
||
[Feature] Allow tabIndex to be set explicitly on Handle. [#381](https://github.com/react-component/slider/pull/381) | ||
|
||
## 8.5.0 | ||
|
||
[Feature] Add focus() blur() and autoFocus. | ||
|
||
## 8.4.0 / 2017-11-09 | ||
|
||
Support React 16. | ||
|
||
## 8.3.0 / 2017-07-28 | ||
|
||
[Feature] Support keyboard accessibility.[#282](https://github.com/react-component/slider/pull/282) | ||
|
||
## 8.2.0 / 2017-07-04 | ||
|
||
[Feature] Support custom dot style with `dotStyle` & `activeDotStyle` api.[#292](https://github.com/react-component/slider/pull/292) | ||
|
||
## 8.1.0 / 2017-06-09 | ||
|
||
[Feature] rc-slider support custom style. [#281](https://github.com/react-component/slider/pull/281) | ||
|
||
## 8.0.0 / 2017-05-31 | ||
|
||
[Feature] rc-slider support aria. [#260](https://github.com/react-component/slider/pull/260/) | ||
|
||
## 6.0.0 / 2017-01-25 | ||
|
||
[Breaking Change] Re-design and refactor, almost a new UI component. | ||
|
||
## 5.0.0 / 2016-09-12 | ||
|
||
[#147](https://github.com/react-component/slider/issues/147) fix style conflicts with rc-tooltip [@benjycui](https://github.com/benjycui) | ||
[#145](https://github.com/react-component/slider/pull/145) fix `onChange` will be triggered while mousemove [@Fuzzyma](https://github.com/Fuzzyma) | ||
|
||
## 4.0.0 / 2016-08-12 | ||
|
||
[#133](https://github.com/react-component/slider/pull/133) support multi-range ([@sosz](https://github.com/sosz)) | ||
|
||
## 3.6.0 / 2016-04-01 | ||
|
||
[#18](https://github.com/react-component/slider/issues/18) add `vertical` props ([@wnlee](https://github.com/WNLee)) | ||
|
||
... | ||
|
||
## 1.2.5 / 2015-07-13 | ||
|
||
[#8](https://github.com/react-component/slider/issues/8) add `isIncluded` props ([@simaQ](https://github.com/simaQ)) | ||
|
||
[#7](https://github.com/react-component/slider/issues/7) add tooltip for handler when slider has no `marks` props ([@simaQ](https://github.com/simaQ)) | ||
<embed src="../CHANGELOG.md"></embed> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: rc-slider | ||
--- | ||
|
||
<embed src="../README.md"></embed> |
b959281
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: