Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

80 lines (60 loc) · 2.83 KB

Change Log

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

Added

Changed

Fixed

[0.4.0] - 2017-10-23

Added

  • [#26] Support for multiline text/content

Changed

Fixed

  • [#44] Fixed animation positioning for content that's more than 3 lines of height

[0.3.2] - 2017-08-23

  • [#42] Show queue was not working due to references to non existing variables
  • [#41] Fixed warning when using color property.

0.3.1 - 2017-08-07

Added

  • #19 Support for rendering React elements inside toasts

Fixed

  • #39 createShowQueue was not working due to an undefined variable

0.3.0 - 2017-07-04

Added

  • #34 Support for dismissing toasts
  • #36 Support for overriding default options through <Notification/> component, details in "Overriding Defaults" section of README.

Changed

  • Temporarily disables support for custom colors, this will be added as part of options parameter.

0.2.0 - 2017-02-28

Added

  • #22 Support for queueing notifications, deatils in "Queued Notifications" section of README

Changed

  • #32 React PropTypes dependency changed for prop-types package.

0.1.4 - 2016-12-19

Added

  • #20 Support for custom colors

0.1.3 - 2016-08-31

Added

  • #14 Support for react x.15
  • #14 Support for persistent notifications by passing -1 to timeout.

0.1.2 - 2016-07-19

Fixed

  • #8 React 15.x version is raising warning for some CSS properties that don't include units.