Skip to content

Releases: segmentio/evergreen

Improve Table.VirtualBody

30 Jul 23:16
Compare
Choose a tag to compare
Pre-release

Table.VirtualBody

  • Force children to be an array
  • Gracefully support strings as children
  • Expose overscanAmount property
  • Improve scrolling. Use a array of heights for itemSize when allowAutoHeights is false.

PR: #271

Add Table.VirtualBody and getButtonClassName bugfix

30 Jul 19:15
Compare
Choose a tag to compare

Table.VirtualBody

  • [New] Add Table.VirtualBody component #267

Button

  • [Bugfix] Fix missing focusAndActive state in getButtonClassName #269

Fix onCancel Dialog

27 Jul 21:38
Compare
Choose a tag to compare
Fix onCancel Dialog Pre-release
Pre-release

Dialog

  • [Bug fix] Call onCancel when cancel button is triggered #266

Fix isShown in Tooltip

26 Jul 22:51
Compare
Choose a tag to compare
Pre-release

Tooltip

  • [Bug fix] Fix hiding Tooltip when isShown={false} #265

Improve Positioner calculations

24 Jul 21:44
Compare
Choose a tag to compare
Pre-release

Positioner

  • [Bug] Improve Positioner calculations and transform-origin #259

Fix jitter in Positioner

24 Jul 20:44
Compare
Choose a tag to compare
Pre-release

Positioner

  • [Bug] Fix jitter in Positioner which affects Popover and Tooltip #257

Remove SidebarTab icon

24 Jul 18:20
Compare
Choose a tag to compare
Pre-release

SidebarTab

  • [Improvement] Deprecate the icon in the SidebarTab component #250

Fix icon placement SidebarTab

23 Jul 21:36
Compare
Choose a tag to compare
Pre-release

SidebarTab

  • [Bug] Fix icon placement #248

Select defaultValue + internal fixes for docs

23 Jul 19:51
Compare
Choose a tag to compare

Select

  • Add support for uncontrolled behavior by adding a defaultValue prop to Select #245

Internal

  • Change some internal exports to fix the docs build process #244

Bugfixes and support Tooltip inside of Popover

20 Jul 22:07
Compare
Choose a tag to compare

Tooltip inside of Popover

  • [Improvement] Adds support for nesting Tooltip in Popover #239

SegmentedControl

  • [Improvement] add focus support to Segmented Control radios #241

Select / SelectField

  • [Bug fix] Export the SelectField #238

Button / Text

  • [Bug fix] fix marginTop on the Button component. #240