Skip to content

v3.2.0

Compare
Choose a tag to compare
@mikaelbr mikaelbr released this 16 Jul 20:14
· 116 commits to master since this release

Minor release adding some features. Most notably the transition for new API for ignorable fields. Currently all properties under the statics property name is ignored, but this is a poor and weak API. We'll transition to a more explicit API through decorator helpers. This release is obviously non-breaking, so the statics property behaviour isn't removed yet, but will be with the next major release.

Additions

  1. Allow for nested mixins for shouldComponentUpdate. See #99
  2. Changes isStatics to be isIgnorable and overridable. See a28d59