Skip to content

Latest commit

 

History

History
119 lines (45 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

119 lines (45 loc) · 3.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.1 (2020-02-14)

Bug Fixes

  • ToastProvider: do not clobber Toast onClose prop (b40adf1)
  • forward refs when using the withToast HOC and export ToastContext (7834b33)

0.6.0 (2019-08-28)

Build System

  • allow changing the dev server port with the PORT env variable (e069a88)

Features

  • MediaObject: added direction prop for changing MediaObject layout (2c9c72b)

0.5.0 (2019-08-21)

Build System

Features

  • add MediaObject component (600b11d)

0.4.0 (2019-08-01)

Build System

Features

  • add Toast, ToastProvider, CloseButton, and AnimatedList components (85fdffb)

0.3.3 (2019-06-26)

0.3.2 (2019-06-26)

0.3.1 (2019-06-26)

0.3.0 (2019-06-26)

Features

  • rename buttonType as appearance and add new variant prop (d1eb798)

0.2.3 (2019-06-23)

0.2.2 (2019-06-22)

Tests

  • add additional Button tests (1ac1ca8)

0.2.1 (2019-06-22)

0.2.0 (2019-06-22)

Build System

  • add GitHub pages deploy script (46e057e)
  • move react and styled-components to peerDependencies and update the minimum version of react to 16.8 (74de2d1)

Features

0.1.1 (2019-06-22)

Build System

  • add standard-version for release documentation (259f908)
  • npm: update npm outdated dependencies (4ba64fa)