Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 79200f0

Browse files
committed
chore: cut v0.3.0 release
1 parent d327c51 commit 79200f0

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name=""></a>
2+
## v0.3.0 (2021-07-27)
3+
4+
5+
#### Features
6+
7+
* **Controls:** introduce `StatusInput` ([646c00bd](646c00bd), closes [#288](288))
8+
* **Popups:** introduce `StatusMenuHeadline` component ([246bec0d](246bec0d))
9+
* **StatusBaseInput:**
10+
* add icon support ([c8e90349](c8e90349), closes [#242](242))
11+
* add visual validity state ([e8cce72c](e8cce72c), closes [#287](287))
12+
* add hover state visuals ([e1ebdaae](e1ebdaae), closes [#285](285))
13+
* **StatusInput:** implement error message and charlimit APIs ([3cf53d02](3cf53d02), closes [#290](290))
14+
* **StatusPopupMenu:** add support for letter identicons, identicons and images ([3c4c7f04](3c4c7f04), closes [#263](263))
15+
* **StatusQ.Layout:** introducing StatusAppThreePanelLayout ([ffc6fcb4](ffc6fcb4), closes [#272](272))
16+
* **sandbox:** make use of `StatusInput` in chat view ([731a0f8c](731a0f8c))
17+
18+
#### Bug Fixes
19+
20+
* **StatusAppThreePanelLayout:**
21+
* limit right panel width to 300px ([d327c515](d327c515))
22+
* limit center panel width to 300px ([762ff87b](762ff87b))
23+
* hide right panel when closed ([61705990](61705990))
24+
* **StatusBaseInput:**
25+
* some minor style adjustment to adhere to design ([f16e857c](f16e857c))
26+
* ensure input text is selectable with mouse ([ab303593](ab303593))
27+
* ensure clear button has the correct color ([de1cec7e](de1cec7e), closes [#286](286))
28+
* add visuals for disabled state ([35f20e33](35f20e33), closes [#284](284))
29+
* expose text prop alias ([116ddfbb](116ddfbb))
30+
* **StatusChatInfoButton:** ensure pin icon button is always rendered ([baefedb8](baefedb8), closes [#278](278))
31+
* **StatusListItem:** ensure title area wraps text ([e3f79314](e3f79314))
32+
* **StatusModal:** reset image/identicon width when loader state has changed ([e4e7ebe3](e4e7ebe3))
33+
34+
35+
136
<a name=""></a>
237
## v0.2.0 (2021-07-21)
338

0 commit comments

Comments
 (0)