Skip to content

11.1.0-rc.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 17 Apr 11:27
· 76 commits to master since this release
dc2518a

πŸš€ New Feature

  • Add %todo extension for leaving implementation for later. #6713
  • Add -warn-error argument for generating errors in CI. Useful for %todo extension. #6717

πŸ› Bug Fix

  • Improve error when using @deriving(accessors) on a variant with record arguments. #6712
  • Stop escaping JSX prop names with hyphens. #6705
  • Fix trailing undefined for optional parameters not omitted with @send and @new. #6716
  • Fix JSX4 adding the incorrect type annotation for the prop ref in React.forwardRef component. #6718
  • Fix description for warning number 110. #6725

πŸ’… Polish

  • Module spec es6 and es6-global is deprecated in favor of esmodule. #6709