Releases: segmentio/evergreen
Releases · segmentio/evergreen
Release list
Fix SelectMenu search when 0 results
Add left, right, top, bottom positions to SideSheet
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
Fix Table.VirtualBody height calculation
Table.EditableCell position fix + tiny pixel shift Radio
Table.(Editable/SelectMenu)Cell Bug Fixes
Improve (SelectMenu/Editable)Cell and SegmentedControl
PR: #281
Table.EditableCell
- [Bugfix]
Table.EditableCellacceptstextPropsproperly. #279
Table.SelectMenuCell
- [Bugfix]
Table.EditableCellacceptstextPropsproperly. #280 - [Improvement] Added
disabledproperty. #280 - [Improvement] Added
placeholderproperty. #280 - [Improvement] Added
isSelectableproperty. #280
SegmentedControl
- [Improvement]
boolean,numberandstringvalues now all properly supported.
Improve Table.EditableCell
Implements: #278.
Table.EditableCell
- Add
disabledproperty. - Add
placeholderproperty. - Make
isSelectableoptional.
Table.Cell
- Add
rightViewproperty, mainly for icons + icon buttons.
Table.SelectMenuCell
- Add default
caret-downicon for therightViewproperty.
Allow default TableRow keypress event behavior
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
PR: #274.
New Components
Table.SelectMenuCell— editable table cell.Table.EditableCell— table cell that implements a SelectMenu.
SelectMenu
- [Bugfix]
SelectMenuselection now skips filtered items. Only visible items are selected. - [Bugfix]
SelectMenuscrolls to the selected item by settingscrollToIndexonVirtualList.
Table.Row
- [Improvement]
Table.Rowuses keyboard navigation (ArrowUp/Down) instead of tabbed navigation.