react-motion-drawer-alt
Version:
Navigation drawer built with the awesome react-motion and react-hammerjs
22 lines (16 loc) • 998 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [v2.1.7](https://github.com/stoeffel/react-motion-drawer/tree/v2.1.6) (2017-10-24)
[Full Changelog](https://github.com/stoeffel/react-motion-drawer/compare/v2.1.6...v2.1.7)
### Changed
- Updated dependencies
- Updated webpack config for running example locally.
- Added React v16 as compatible peer dependency
## [v2.1.6](https://github.com/stoeffel/react-motion-drawer/tree/v2.1.6) (2017-10-24)
[Full Changelog](https://github.com/stoeffel/react-motion-drawer/compare/v2.1.5...v2.1.6)
### Added
- Added a changelog!
### Fixed
- [#34](https://github.com/stoeffel/react-motion-drawer/issues/34) I can drag drawer anywhere on the screen (PR [#35](https://github.com/stoeffel/react-motion-drawer/pull/35)) - @timurridjanovic