diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..6e0405c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## 0.2.0 - 2021-07-17 +- New requirement: CSP must allow inline style tags. +- Static styles are now applied using inline global style tag instead of setting them directly. This has minor performance improvement. + +## 0.1.2 - 2021-07-04 +- Fix arrow keys navigation with horizontal direction. + +## 0.1.1 - 2021-07-04 +- Initial release