chore: cut 0.4.0 release

This commit is contained in:
Pascal Precht 2021-08-12 12:57:33 +02:00
parent 30f5ae4b32
commit 87ae7b90e7
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,20 @@
<a name=""></a>
## v0.4.0 (2021-08-12)
#### Bug Fixes
* **StatusAppNavBar:** add profile button (#311) ([2e1359c9](2e1359c9))
* **StatusChatListItem:** don't signal item selection if already selected ([b345c75a](b345c75a), closes [#303](303))
* **StatusPopupMenu:** ensure icon or image settings exist ([90aa9d76](90aa9d76), closes [#295](295))
#### Features
* **StatusListItem:** add enabled prop to StatusListItem (#302) ([7e03daea](7e03daea))
* **StatusQ.Theme.Core:** introduce theme colors for StatusChatInput (#299) ([556e5cca](556e5cca))
<a name=""></a>
## v0.3.0 (2021-07-27)