Skip to content

Releases: SparkPost/matchbox

v2.0.0

07 Feb 17:09
Compare
Choose a tag to compare

Reduces CSS bundle size by ~30%. CSS class names are now reduced to unique IDs and are no longer BEM'ed.

Will break any snapshot testing that renders Matchbox components, and any projects not using Matchbox React components directly.

v1.8.20

02 Feb 20:43
Compare
Choose a tag to compare

Exported Label component for public use.

v1.8.19

29 Jan 19:00
Compare
Choose a tag to compare

Set height of Select only for Firefox.

v1.8.18

29 Jan 18:58
Compare
Choose a tag to compare

Adjusted Select style to set appearance: none for all browsers.

v1.8.17

25 Jan 18:14
Compare
Choose a tag to compare

Increases line-height and vertical spacing of help text on input components with the helpText prop

v1.8.16

22 Jan 16:35
Compare
Choose a tag to compare
  • Fixes Tooltip arrow positioning during UI scaling.

v1.8.15

04 Jan 16:46
Compare
Choose a tag to compare

Adds inline error support for textfield
Adds custom wrapper support for Error

v1.8.14

03 Jan 18:14
Compare
Choose a tag to compare
  • Fixes Tag spacing
  • Fixes Tooltip borders

v1.8.13

03 Jan 17:55
Compare
Choose a tag to compare

Adds a red colored Tag.
Refactors Tag color props:

// Old
<Tag yellow />

// New
<Tag color='red' />

v1.8.12

02 Jan 21:45
Compare
Choose a tag to compare

Fixes vertical alignment issues with the Icon component