From 00f5655ce424ad5391a3923bfff330d4c4a2385a Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Mon, 13 May 2024 11:50:40 +0200 Subject: [PATCH] docs(changelog): add entry for 0.3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a42e1..442c0c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.0 + +- Add new option to reverse the order of colors in traffic lights +- Add new option to show only the legend (query name) below traffic lights +- Clean up e2e tests with test ids const and bumping plugin-e2e to 1.x.x +- Introduce e2e tests for TrafficLightValue component + + ## 0.2.0 - Add a new option to select different traffic light styles (`default`, `rounded`, `side-lights`)