Skip to content

Releases: SparkPost/matchbox

v1.7.10

20 Oct 18:16
Compare
Choose a tag to compare
  • Adds displayName to all components. Snapshot tests will now render component names.
  • Adds empty as an option supplied to Page
  • Adds Portal component

v1.7.9

18 Oct 15:08
Compare
Choose a tag to compare
  • Fix radiogroup console warning
  • Add highlighted prop to ActionList actions

v1.7.8

17 Oct 16:49
Compare
Choose a tag to compare

Now compatible with React v16

v1.7.7

16 Oct 19:28
Compare
Choose a tag to compare

Adjusts ActionList selected styling

v1.7.6

13 Oct 20:24
Compare
Choose a tag to compare

Improves Popover internals. Uses WindowEvent component internally.

v1.7.5

13 Oct 17:39
Compare
Choose a tag to compare

TextField prefix and suffix will now recalculate padding when receiving those props, allowing dynamic prefix and suffix components.

v1.7.4

13 Oct 16:52
Compare
Choose a tag to compare
  • Adds selected prop to ActionList actions. Removes highlighted prop.
  • Adjust ActionList hover styles.

v1.7.3

13 Oct 16:51
Compare
Choose a tag to compare

Adds Search Icon

v1.7.2

13 Oct 16:31
Compare
Choose a tag to compare

Fixes Radio and CheckBox prop types

v1.7.0

06 Oct 14:26
Compare
Choose a tag to compare

Adds WindowEvent component which adds and removes events for you

Usage:

<WindowEvent event='keydown' handler={this.handleKeyDown} />