Skip to content

Releases: segmentio/evergreen

Set default TextInputField height to 32

11 Jul 22:56
Compare
Choose a tag to compare
Pre-release

TextInputField

  • Set default TextInputField height to 32 instead of 36 #220.

Support string for Table.Row height

10 Jul 21:07
Compare
Choose a tag to compare
Pre-release

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

10 Jul 00:10
Compare
Choose a tag to compare

Alert

  • Properly align icon #214
  • Fix misalignment when isRemovable is set (used in toaster)
  • Use Heading and Paragraph instead of Text

Select

  • Use autoFocus prop instead of autofocus #213

Fix Tooltip + fix Select prop type

10 Jul 00:09
Compare
Choose a tag to compare
Pre-release
  • 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

18 Jun 17:41
Compare
Choose a tag to compare

Fix dotted outline focus select and button in FireFox #206.

Filter out onDeselect+onSelect prop in TableRow

18 Jun 17:41
Compare
Choose a tag to compare

Fix twitch in Positioner

18 Jun 17:24
Compare
Choose a tag to compare

Add multiselect support for SelectMenu

18 Jun 17:22
Compare
Choose a tag to compare

Add onDeselect property to support multi-select in SelectMenu #196

3.1.4

16 May 23:49
Compare
Choose a tag to compare

Fix getPosition #197. This solves bugs with the Popover and Tooltip (Positioner).

3.1.3

17 May 18:44
Compare
Choose a tag to compare

This release improves how the Dialog handles the height on small screens and when the internals are scrolling.

No API changes.

  • Fixes to Dialog height: #195
  • Improvements for Dialog on Firefox: #193