0.5.0
- Added
:class-properties
to define arbitrary properties on a React class (thx Karanbir Toor, PR #44) - [ BREAKING ] Removed support for
:child-context-types
and:context-types
. Use{ :class-properties { :childContextTypes ..., :contextTypes ... } }
instead.