Skip to content

0.5.0

Compare
Choose a tag to compare
@tonsky tonsky released this 20 Nov 16:09
· 303 commits to gh-pages since this release
  • 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.