Skip to content

Releases: kennethormandy/react-flipcard

v0.4.3

02 Jun 22:22
Compare
Choose a tag to compare
  • Removes unused reference to componentDidMount()
  • Makes some some conditionals easier to read, reduces build size slightly
  • Adds two-column story to Storybook
  • Adds two-column example, style importing details to README

v0.4.2

05 May 16:56
Compare
Choose a tag to compare
  • Removes source maps from dist in CSS build #2

v0.4.1

25 Apr 17:27
Compare
Choose a tag to compare
  • Makes the engines in package.json more forgiving, fixes #1

v0.4.0

21 Feb 05:27
Compare
Choose a tag to compare

v0.2.0

14 Feb 08:03
Compare
Choose a tag to compare
  • Adds more stories to react-flipcard.kennethormandy.com
  • Adds support for passing other props to Flipcard, ex. for onClick event:
    <Flipcard
      onClick={this.handleClick}
      flipped={this.state.flipped}>
      <div>Card 1</div>
      <div>Card 2</div>
    </Flipcard>

v0.1.1

14 Feb 06:38
Compare
Choose a tag to compare
  • Removes private: true from package.json, published to npm

v0.1.0

14 Feb 06:37
Compare
Choose a tag to compare
  • Initial release