|
| 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 | + |
1 | 36 | <a name=""></a>
|
2 | 37 | ## v0.2.0 (2021-07-21)
|
3 | 38 |
|
|
0 commit comments