Skip to content

v0.0.87

Choose a tag to compare

@github-actions github-actions released this 27 Sep 00:00

Release Notes

improve ts intellisense performance for properties (#448)

If you are using a VS Code-based editor, add these two settings to your .vscode/settings.json for further improvements:

{
  "editor.suggest.filterGraceful": false,
  "editor.suggest.matchOnWordStartOnly": true,
}

🚀 Enhancement

  • automatically add colon after quoted completions #451 (@jjenzz)
  • add custom root selector support #452 (@jjenzz)

🐛 Bug Fix

  • reset toggles for descendant elements to fix prose styling #453 (@jjenzz)

🏎 Performance

  • improve ts intellisense performance for properties #448 (@jjenzz)

Authors: 1