Skip to content

1.62.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 10:02
· 20 commits to master since this release

1.62.0

💅 Polish

  • Remove the built-in formatter since it has been causing more harm than done good. #1073

🚀 New Feature

  • Port 7292: Fix dot completion issue with React primitives. #1074

  • Add support for "dot completion everywhere". In addition to record fields, dots will now complete for object fields, and pipe completions applicable to the type the dot is on. You can also configure where the editor draws extra pipe completions from via the @editor.completeFrom attribute. #1054

🐛 Bug fix

  • Fix bug where type args stopped working in some completions when passed through inline records. #1064
  • Fix bug where objects weren't actually iterated on, making completions inside of them not work. #1065
  • Fix bug where pipe completions would not trigger with generic type arguments. #1067