Skip to content

12.0.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@cknitt cknitt released this 17 Oct 13:05
· 32 commits to master since this release
635cee4

💥 Breaking Change

  • Replace binary operators with F#-style ~~~, ^^^, &&&, |||. #7894

🐛 Bug fix

  • Fix: use configured Jsx module for constraining component return type. #7945
  • Undeprecate Js_OO module since it is still used with the @this attribute. #7955
  • Fix crash when using bitwise not (~~~) on an incompatible type. #7965

🏠 Internal

  • JSX PPX: use React.component instead of React.componentLike for externals. #7952