Support React v16
Handle undefined value passed to isRendered
Replace object-omit with just-omit
Update classnames dependency
Fix unknown prop warnings in React v15.2.0
Fix issue with null props throwing error
Fix issue with numbers not rendering as text
Support React v15
Move React to peerDeps
Support falsy for isRendered
Add ability to pass a Number as a child
Change semver range to support both React 0.12 and 0.13
Use classnames
instead of React's classSet
Fix a bug whereby classSet would not apply if className was empty.
Pass children as arguments to React.createElement
. Fixes an issue whereby third-party components that used React.DOM
directly and passed in this.props.children
would create unnecessary key warnings.
Initial version