Skip to content

4.1.0

Compare
Choose a tag to compare
@sapegin sapegin released this 19 Oct 17:20
· 1561 commits to master since this release

Replace react-transform-hmr with vanilla Webpack Hot Module Replacement:

  • No need to change anything on your side but now you can safely remove react-transform-hmr from your style guide config.
  • react-transform-hmr is deprecated.
  • react-hot-loader 3 is still in development and probably will never be finished, it also would be much harder to configure for Styleguidist users.
  • See this comment by Dan Abramov for more details.
  • Vanilla HMR requires no additional configuration.

Thanks @aaronjensen!

Bug fixes

  • Fixed hot reload of stateless functional components (#193).
  • Isolated mode should work with components inside nested sections (#190).