# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [1.1.2][] - 2018-04-12

### Removed

* Extra props map.

## [1.1.1][] - 2018-04-11

### Fixed

* Guards previous focused element.

## [1.1.0][] - 2018-04-04

### Added

* Ability to turn off focus lock.

## [1.0.4][] - 2018-01-05

### Changed

* Updates readme

## [1.0.3][] - 2018-01-03

### Bugfix

* Fixes body from scrolling to bottom on focus wraparound

## [1.0.2][] - 2018-01-02

### Bugfix

* Fixes previous element not receiving focus when unmounting

## [1.0.1][] - 2018-01-02

### Bugfix

* Adds `types` property to `package.json`

## [1.0.0][] - 2018-01-01

### Changed

* README to mention correct dependency

## [0.1.1][] - 2017-12-30

### Changed

* Initial release

<!-- prettier-ignore -->
[Unreleased]: https://github.com/madou/react-simple-modal/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/madou/react-simple-modal/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/madou/react-simple-modal/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/madou/react-simple-modal/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/madou/react-simple-modal/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/madou/react-simple-modal/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/madou/react-simple-modal/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/madou/react-simple-modal/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/madou/react-simple-modal/compare/v0.1.1...v1.0.0
[0.1.1]: https://github.com/madou/react-simple-modal/tree/v0.1.1
