From 065bc0c05046cdf8db458f33b39e6120d33b62cc Mon Sep 17 00:00:00 2001 From: Frankie Yan Date: Tue, 31 Oct 2023 13:47:04 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7364e1045..cfa351920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it. +# v22.2.1 + +- [Fix] The center alignment between the `Alert` component's icon and message is now more accurate when the message is only one-line long. + # v22.2.0 - [Feat] The `Alert` component now has a new design. Input based components will now also expose a `--reactist-inputs-alert` CSS variable to customize their border colours when put into an error state