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
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
- Updated
react
andreact-dom
to v16 - Updated
webpack
to v4 - Replaced
eslint
withxo
- Added
lib
anddist
to.gitignore
. Build happens onprepublish
- Removed
contentStyles
andtriggerStyles
props in favour of theme prop.