Skip to content

v1.1.0

Compare
Choose a tag to compare
@mikaelbr mikaelbr released this 17 Oct 15:34
· 313 commits to master since this release

Fixes

  1. Fixed bug with shouldComponentUpdate mixin, where the method couldn't be overridden.
  2. Removed duplicated dependencies from package.json.

Additions

  1. Added component name support for debugging
var Component = component(debugName, function () {});
  1. Adds debug method for printing out valuable debug-information for shouldComponentRender and render.