From 01da942e301968a2f6616a6443b2152a783f3687 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 27 Feb 2023 13:26:35 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b531322..3496177 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -20,6 +20,21 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == Unreleased +=== Updated + +- Update the table styling. + +- Make component selection style consistent. + + +=== Fixed + +- Remove the overridden selection (i.e., `::selection`) style. +It is harder to configure it right for accessibility plus it isn't recommended to add one anyways. + +- Fix the style for `` elements. + + == [0.4.1] - 2023-02-24