diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f24b50..5524ed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # 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/), @@ -7,30 +8,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [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 - 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