From 482296c3109aa22a80b2ebd470a3c96ec3dde761 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Mon, 16 Aug 2021 09:39:06 +0200 Subject: [PATCH] chore: cut 0.5.0 release --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18df2131..a46640c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## v0.5.0 (2021-08-16) + + +#### Bug Fixes + +* **StatusChatToolBar:** Use updated StatusFlatRoundButton ([d24c2e62](d24c2e62)) + +#### Features + +* **StatusBaseInput:** enforce `maximumLength` if it's set ([f635bad6](f635bad6)) +* **StatusFlatRoundButton:** Adding tooltip to the button ([5a0489ba](5a0489ba)) +* **StatusIcon:** add `play-filled` and `pause-filled` icons ([58a30716](58a30716), closes [#310](310)) +* **StatusInput:** introduce new validator pipeline ([ba4f27f9](ba4f27f9), closes [#298](298)) +* **StatusToolTip:** Adding an offset property ([ee429683](ee429683)) + + + ## v0.4.0 (2021-08-12)