Skip to content

v0.5.2

Compare
Choose a tag to compare
@shadaj shadaj released this 06 Feb 04:36

Highlights 🎉

  • Slinky support for Scala 2.13 is now built with 2.13.0-M5 PR #202
  • Add support for getDerivedStateFromError from React 16.6 PR #206
  • Add support for the Suspense component from React 16.6 PR #216
  • Use default parameters to fill in missing props on exported components PR #221

Bug Fixes

  • Fix compile errors when overriding the Props or State type PR #220
  • Update library injector setup to support IntelliJ 2018.3 and newer PR #219
  • Fix runtime crash when initialState() is defined with the extra parentheses PR #218
  • Fix compilation errors in generating Reader/Writer when private objects are involved PR #205