Skip to content

Releases: SparkPost/matchbox

v1.6.1

04 Oct 18:05
Compare
Choose a tag to compare

Fixes a bug with <Tooltip> proptypes

v1.6.0

04 Oct 17:44
Compare
Choose a tag to compare

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

03 Oct 21:01
Compare
Choose a tag to compare
  • Adds a withPositioning HOC that provides preferredPosition to its wrapped component.
  • Wraps <Tooltip> with withPositioning
  • 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

v1.5.6

25 Sep 22:00
Compare
Choose a tag to compare
  • Fix Button.Group border-radius styles. border-radius 0 is no longer applied when only one button exists in the group.
  • Fix Button focus z-index. Button outlines when focused are now "above" siblings

v1.5.5

25 Sep 20:14
Compare
Choose a tag to compare
  • Fixes Pagination button overflow
  • Fixes TextField's Connect styles
  • Fixes ul and ol global styles