# horizontal-timeline
## 2.1.4
* Update dependencies
* Replace `classnames` with `clsx`
## 2.0.3
* Add the property `PerfectScrollbarProps` to the `Timeline` component
## 2.0.2
* Add flex style to the small variant
## 2.0.1
* Update dependencies
## 2.0.0 
* **[BREAKING CHANGE]** Makes [`react-perfect-scrollbar`](https://github.com/goldenyz/react-perfect-scrollbar) a *peer dependency*
* Allows to customize the [`Typography` props](https://material-ui.com/pt/api/typography/) of `title` and `subtitle`
* Allows to pass a custom component to `title`, `subtitle` and/or `action`
## 1.1.1
* Fixes README.md on npm
* Update .editorconfig and .npmignore
## 1.1.0
* Add the variant `small`
* Change the property `simple` to `variant`, so more types can be created in the future
## 1.0.6
* First stable version
