Skip to content

Releases: pedronauck/react-simpletabs

Release v0.6.0

28 Mar 06:48
Compare
Choose a tag to compare
  • Add hability to set a className of the outer component (313de7c)

Release v0.5.1

04 Mar 04:51
Compare
Choose a tag to compare
  • Move react from dependencies to peerDependencies (01ccd4a)
  • add test of onBeforeChange behavior (ee6c4e8)
  • allow onBeforeChange to cancel (15b16cc)
  • document onBeforeChange cancellation (b5eb2ec)
  • test to expose render with new props bug (7efb0c0)
  • respond to tabActive prop on re-render (0b2a118)
  • change de jsx-loader package version (a387dc0)

Release v0.4.1

28 Jan 06:25
Compare
Choose a tag to compare
  • Add onMount api method

Release v0.3.1

28 Jan 05:44
Compare
Choose a tag to compare
  • Add hability to hide the inactive panels with React instead of CSS
  • Add a basic css by default instead a stylized theme
  • Remove stylus from project

NOTE: The old markup was changed, please see the new one here.

Release v0.2.2

28 Jan 03:26
Compare
Choose a tag to compare

Change to use React v0.12.2

Release v0.2.1

28 Jan 03:06
Compare
Choose a tag to compare

Just some bugfixes

Release v0.2.0

05 Oct 01:10
Compare
Choose a tag to compare
  • Add webpack integration
  • Add gulp integrated with webpack and browsersync to run a static server with livereload locally
  • Add a base css generated by webpack
  • Separate the contributing guide and license from README

Release v0.1.0

04 Oct 20:07
Compare
Choose a tag to compare
  • Add some tests with Jest
  • Add a jsx-processor to work with Jest
  • Add TravisCI to build
  • Rename folder src to dist
  • Add classSet into a separate file and validation that was lacking