Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Latest commit

 

History

History
59 lines (31 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

59 lines (31 loc) · 1.45 KB

Changelog

All notable changes to this project are documented in this file. This project adheres to Semantic Versioning.

Unreleased

Added

  • Add prop-types as peerDependency.

Changed

  • Convert all code to be compatible with React 15.5 and React 16.

Removed

  • Remove animationend vendor prefixing.
  • Remove support for React 0.14.7, 0.14.8, 15.1, 15.2.
  • Remove UMD build.
  • Start compiling only for latest browser versions and IE11.

Added

  • Add option to move close button position inside the modal content

Fixed

  • Fixes a bug where modals would not clean up after themselves when unmounted.

First usable release!


Template from http://keepachangelog.com/

Added

  • Something was added to the API / a new feature was introduced.

Changed

Fixed

Removed