Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 821 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 821 Bytes

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.0] - 2018-03-20

Added

  • Added styled-components and rewrote the styling of the component in JS
  • New theme prop available to merge custom styles with the default theme
  • Added tests for the component
  • Added prettier for consistency
  • Add pre-commit checks for linting and testing

Changed

  • Updated react and react-dom to v16
  • Updated webpack to v4
  • Replaced eslint with xo
  • Added lib and dist to .gitignore. Build happens on prepublish

Removed

  • Removed contentStyles and triggerStyles props in favour of theme prop.