Releases: Merri/react-tabbordion
Releases · Merri/react-tabbordion
v0.5.7
v0.5.6
v0.5.2
- Update all npm packages to latest except jsdom
- Babel 6
- Webpack 2
- Use Node 6.10 on Travis CI
- Remember to update changelog before publishing a release
Issues:
- PropTypes is not yet available on any CDN as a separate package, has to be included in the minified dist version
v0.5.1
Components that depend on Tabbordion must now have YourComponent.isPanel = true
.
Components that depend on Panel must now have YourComponent.isPanelChild = true
.
Fox example:
class YourComponent extends React.Component {
...
}
YourComponent.isPanel = true
export default YourComponent
v0.5.0
v0.4.3
- Bugfix: empty array no longer is counted as "having content"
- Bugfix: passing
undefined
as value to checked property is no longer understood as explicitfalse
- Bugfix: no longer pass extra Tabbordion related props to non-component children of Panel
Last bug gets rid of unnecessary warnings when using with React 15.