Skip to content

Releases: segmentio/evergreen

Fix SelectMenu search when 0 results

25 Aug 00:20
Compare
Choose a tag to compare
Pre-release

SelectMenu

  • [Bug fix] Fix SelectMenu search when 0 results. #302

TableRow

  • [Bug fix] Fix mainRef #303 .

Add left, right, top, bottom positions to SideSheet

23 Aug 18:06
Compare
Choose a tag to compare

SideSheet

  • [Improvement] Add left, right, top, bottom positions to SideSheet: #252

Position

Position constant values updated throughout Evergreen.

Position.TOP // 'top',
Position.TOP_LEFT // 'top-left',
Position.TOP_RIGHT // 'top-right',
Position.BOTTOM // 'bottom',
Position.BOTTOM_LEFT // 'bottom-left',
Position.BOTTOM_RIGHT // 'bottom-right',
Position.LEFT // 'left',
Position.RIGHT // 'right'

Table.(SelectMenu/Editable)Cell bug fixes and improvements

17 Aug 20:10
Compare
Choose a tag to compare

Table.SelectMenuCell

  • [Improvement] Table.SelectMenuCell now toggles the SelectMenu on single click when focused. #291
  • [Improvement] Table.SelectMenuCell now has cursor: pointer; when selected. #291

Table.EditableCell

  • [Bugfix] Hitting "ESC" on EditableCell cancels the edit. #290

Fix Table.VirtualBody height calculation

16 Aug 18:59
Compare
Choose a tag to compare

Table.VirtualBody

  • [Bug fix] Fix height calculation of the VirtualBody in some edge cases. #288.

Table.EditableCell position fix + tiny pixel shift Radio

14 Aug 21:35
Compare
Choose a tag to compare

PR: #286

Table.EditableCell

  • [Bug fix] Table.EditableCell position should be relative to viewport #285

Radio

  • [Design improvement] changing marginTop from 3 to 2.

Table.(Editable/SelectMenu)Cell Bug Fixes

14 Aug 21:13
Compare
Choose a tag to compare

PR: #284

Table.EditableCell

  • [Bug fix] Filter out size property. #282

Table.SelectMenuCell

  • [Bug fix] isSelectable default prop is now true. #283
  • [Bug fix] Filter out size property. #282

Improve (SelectMenu/Editable)Cell and SegmentedControl

14 Aug 20:45
Compare
Choose a tag to compare

PR: #281

Table.EditableCell

  • [Bugfix] Table.EditableCell accepts textProps properly. #279

Table.SelectMenuCell

  • [Bugfix] Table.EditableCell accepts textProps properly. #280
  • [Improvement] Added disabled property. #280
  • [Improvement] Added placeholder property. #280
  • [Improvement] Added isSelectable property. #280

SegmentedControl

  • [Improvement] boolean, number and string values now all properly supported.

Improve Table.EditableCell

14 Aug 17:44
Compare
Choose a tag to compare
Pre-release

Implements: #278.

Table.EditableCell

  • Add disabled property.
  • Add placeholder property.
  • Make isSelectable optional.

Table.Cell

  • Add rightView property, mainly for icons + icon buttons.

Table.SelectMenuCell

  • Add default caret-down icon for the rightView property.

Allow default TableRow keypress event behavior

14 Aug 17:49
Compare
Choose a tag to compare

PR: #276

TableRow

  • [Bugfix] Remove the e.preventDefault() function call so that input and change events can be fired normally after the keypress event .

Add EditableCell and improvements

14 Aug 17:46
Compare
Choose a tag to compare
Pre-release

PR: #274.

New Components

  • Table.SelectMenuCell — editable table cell.
  • Table.EditableCell — table cell that implements a SelectMenu.

SelectMenu

  • [Bugfix] SelectMenu selection now skips filtered items. Only visible items are selected.
  • [Bugfix] SelectMenu scrolls to the selected item by setting scrollToIndex on VirtualList.

Table.Row

  • [Improvement] Table.Row uses keyboard navigation (ArrowUp/Down) instead of tabbed navigation.