Releases: pedronauck/react-simpletabs
Releases · pedronauck/react-simpletabs
Release v0.6.0
- Add hability to set a className of the outer component (313de7c)
Release v0.5.1
- 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
- Add
onMount
api method
Release v0.3.1
- 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
Change to use React v0.12.2
Release v0.2.1
Just some bugfixes
Release v0.2.0
- 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
- Add some tests with Jest
- Add a
jsx-processor
to work with Jest - Add TravisCI to build
- Rename folder
src
todist
- Add
classSet
into a separate file and validation that was lacking