Vscode Styled Components Versions Save

Syntax highlighting for styled-components

v1.7.8

1 year ago

See changelog

What's Changed

Full Changelog: https://github.com/styled-components/vscode-styled-components/compare/v1.7.5...v1.7.8

v1.7.5

1 year ago

See changelog

v1.7.4

2 years ago

Bug fixes

See Changelog

v1.7.3

2 years ago
  • Fix broken auto completion #362 Thanks @zqy233
  • Update dependencies
  • Update test fixtures due to high contrast change.
  • Support multiple percentages in keyframes. #345
  • Support nextjs <style> tag attributes in highlighting. Thanks @Pika-Pool #340

v1.7.2

2 years ago

This patches an issue where node_modules was ignored

V1.7.0-patch4

2 years ago

See changelog

v1.6.7

2 years ago

v1.6.6

2 years ago

v1.6.5

2 years ago
  • Migrated to ESBuild (from Webpack)
  • Set an alert if vscode-styled-jsx is installed. See #310
  • Migrated from vscode-test to @vscode/test-electron
  • Upgraded to styled plugin 0.18
  • Fixed "Expand Template String" which should automatically open up the backticks

v.1.6.4

2 years ago
  • Guard insert colon with when clause. Thanks @phyllisstein! 297
  • Cursor control has returned but only with CSS Functions
  • Fix color matching issues, match multiple colors per-line and reduce false-positives on named color matches
  • Revert styled plugin back to v0.16 so keyframes errors are supressed