# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Update tailwindcss version
- Move to tailwindcss/plugin

### Security

- Update dependencies to fix security vulnerabilities

## [1.0.1] - 2020-12-06

### Fixed

- Add README and CHANGELOG to package

## [1.0.0] - 2020-12-06

### Changed

- Add tailwindcss to peer dependencies
- Update tailwindcss version
- Remove test files from the package

### Security

- Update dependencies to fix security vulnerabilities

## [0.3.5] - 2020-08-08

### Security

- Update dependencies to fix security vulnerabilities

## [0.3.4] - 2020-04-03

### Security

- Update dependencies to fix security vulnerabilities

## [0.3.3] - 2019-09-04

### Fixed

- Allow CSS custom properties for color config

## [0.3.2] - 2019-08-20

### Changed

- Allow HEX values for color config

## [0.3.1] - 2019-07-13

### Changed

- Update tailwindcss version

### Security

- Update dependencies to fix security vulnerabilities

## [0.3.0] - 2019-05-11

### Added

- Opacity config

## [0.2.0] - 2019-04-17

### Added

- Color config

## [0.1.1] - 2019-03-29

### Fixed

- Removed extra `;` after CSS rule declarations

## [0.1.0] - 2019-03-19

### Added

- Utility classes for elevation
