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.
- Added styled-components and rewrote the styling of the component in JS
- New
themeprop 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
- Updated
reactandreact-domto v16 - Updated
webpackto v4 - Replaced
eslintwithxo - Added
libanddistto.gitignore. Build happens onprepublish
- Removed
contentStylesandtriggerStylesprops in favour of theme prop.