Skip to content

v12.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 05 Jan 09:00
· 33 commits to master since this release

🐛 Bug fix

  • Editor: Fix issue where completions would stop working in some scenarios with inline records. #7227

💅 Polish

  • Add all standard CSS properties to JsxDOMStyle. #7205

🏠 Internal

  • AST cleanup: use inline record for Pexp_fun. #7213
  • Add support for "dot completion everywhere" (ported from rescript-lang/rescript-vscode#1054). #7226
  • Add assertions to stdlib docstring examples. Extract examples into Mocha tests, compile and run the tests in CI. #7219