Releases: segmentio/evergreen
Releases · segmentio/evergreen
Set default TextInputField height to 32
TextInputField
- Set default TextInputField height to
32
instead of36
#220.
Support string for Table.Row height
Support string for Table.Row height:
<Table.Row height="auto" paddingY={12}>
<Table.TextCell>
Auto height <br />based on <br />the content
</Table.TextCell>
</Table.Row>
Improve Alert + fix autoFocus prop in Select
Fix Tooltip + fix Select prop type
- Fix tooltip by exporting
getTooltipProps
from theme (bug) - Fix prop type bug in Select
string.required
=>string.isRequired
#212 - Add color mapping example story for v3–>v4 color mapping
Fix dotted outline focus select and button in FireFox
Fix dotted outline focus select and button in FireFox #206.
Filter out onDeselect+onSelect prop in TableRow
Fix twitch in Positioner
Add multiselect support for SelectMenu
Add onDeselect property to support multi-select in SelectMenu #196