Breaking changes
ui-box (which provides Evergreen՚s CSS prop API) was upgraded to version 1.0 which introduces a couple of breaking changes. See https://github.com/segmentio/ui-box/releases/tag/v1.0.0 for more details (the first two breaking changes are the main ones to look out for).
The <Dialog> API has received a major overhaul that introduces a number of breaking changes. See #134 for details.
New features
- Added an
isLoadingprop to<Button>which disables the button and shows a spinner inside it. - Add an
<InlineAlert>component which is a simpler version of<Alert>that doesn't have a wrapping card or a title. - The
<Alert>title is now bold so that it stands out from the body text.