Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@developit developit released this 23 Jul 19:05
· 203 commits to master since this release

Features

  • Add support for mixins to createClass().
  • Add propType validation for stateless functional components (thanks @ctrlplusb!)

Fixes

  • Softens propType validation to result in console.error rather than throwing exceptions (thanks @ctrlplusb!)
  • Mark property extensions as configurable so hot-reloading preact-compat doesn't break (thanks @ctrlplusb!)