Skip to content

4.2.0

Compare
Choose a tag to compare
@sapegin sapegin released this 03 Nov 20:04
· 1530 commits to master since this release

Bug fixes

  • Fixed exception thrown when using higher-order components (#202, #205 by @tizmagik).
  • Fixed regression: missed colors in props table.

Other improvements

  • Much smaller JavaScript bundle (more than two times smaller for the example style guide):
    • babel-standalone was replaced by buble — fast, light, no-setup ES2015 transpiler;
    • CodeMirror is loaded on demand (#198, #204 by @tizmagik).
  • Show whitespace character for default values (#196, #203 by @tizmagik).