From 6230c34b036f482f25ff0c592b57bab885169aa1 Mon Sep 17 00:00:00 2001 From: minht11 Date: Sat, 17 Jul 2021 21:59:02 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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