# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.1.1] - 2017-07-11

### Changed

- [Fix] use prop-types + create-react-class packages (#73)
- [Fix] ensure `Object.assign` is transformed to `object.assign`

## [2.1.0] - 2016-11-10

### Changed

- Up/Down keys also move the slider now.

## [2.0.1] - 2016-10-19

### Fixed
- Eliminate slidingIndex of -1 (#33)

## [2.0.0] - 2016-08-22

### Changed

- A11y for tabbing between handles.
- Changed slider handles from div to button.

## [1.1.2] - 2016-07-08

### Fixed

- React v15 support.

## [1.1.1] - 2016-06-27

### Added

- A geometric algorithm.

## [1.1.0] - 2016-06-22

### Added

- New prop for disabling the slider.

## [1.0.0] - 2016-01-21

Initial Release
