Releases: segmentio/evergreen
Releases · segmentio/evergreen
Release list
Set default TextInputField height to 32
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
getTooltipPropsfrom 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
3.1.4
Fix getPosition #197. This solves bugs with the Popover and Tooltip (Positioner).