Skip to content
Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 15 Aug 02:00
· 71 commits to master since this release
1ef1a8b

Minor Changes

  • Spread: Add component prop support (#1559)

    Enable support for changing the underlying HTML element of the Spread component.

    EXAMPLE USAGE:

    <Spread component="span">...</Spread>
  • Spread: Add data prop support (#1559)

    EXAMPLE USAGE:

    <Spread data={{ test: 123 }}>...</Spread>