Skip to content

Releases: segmentio/evergreen

Set default TextInputField height to 32

Pre-release

Choose a tag to compare

@jeroenransijn jeroenransijn released this 11 Jul 22:56

TextInputField

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

Support string for Table.Row height

Pre-release

Choose a tag to compare

@jeroenransijn jeroenransijn released this 10 Jul 21:07

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

Choose a tag to compare

@jeroenransijn jeroenransijn released this 10 Jul 00:10

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

Pre-release

Choose a tag to compare

@jeroenransijn jeroenransijn released this 10 Jul 00:09
  • 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

Choose a tag to compare

@jeroenransijn jeroenransijn released this 18 Jun 17:41

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

Filter out onDeselect+onSelect prop in TableRow

Choose a tag to compare

@jeroenransijn jeroenransijn released this 18 Jun 17:41

Fix twitch in Positioner

Choose a tag to compare

@jeroenransijn jeroenransijn released this 18 Jun 17:24

Add multiselect support for SelectMenu

Choose a tag to compare

@jeroenransijn jeroenransijn released this 18 Jun 17:22

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

3.1.4

Choose a tag to compare

@jeroenransijn jeroenransijn released this 16 May 23:49

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

3.1.3

Choose a tag to compare

@jeroenransijn jeroenransijn released this 17 May 18:44

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