Releases: SparkPost/matchbox
Releases · SparkPost/matchbox
v1.6.1
v1.6.0
Adds the EmptyState
component.
Example usage:
<EmptyState
title='Manage your email templates'
action={{ content: 'Create Template', onClick: action('Create Template') }}
secondaryAction={{ content: 'Learn More', onClick: action('Learn More') }}>
<p>Build, test, preview and send your transmissions.</p>
</EmptyState>
v1.5.7
- Adds a
withPositioning
HOC that providespreferredPosition
to its wrapped component. - Wraps
<Tooltip>
withwithPositioning
- Adds
forcePositioning
prop to<Tooltip>
to disable this behavior - Adds eslint
- Adjusts typography
- Adds a
defaultValue
example to<Select>
- Fixes
<Page>
spacing issue when no title is provided