Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Releases: styled-components/vscode-styled-components

v1.7.8

05 Apr 19:06
Compare
Choose a tag to compare

See changelog

What's Changed

Full Changelog: v1.7.5...v1.7.8

v1.7.5

21 Sep 21:44
Compare
Choose a tag to compare

See changelog

v1.7.4

25 Mar 15:07
Compare
Choose a tag to compare

Bug fixes

See Changelog

v1.7.3

09 Mar 21:00
Compare
Choose a tag to compare
  • 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

10 Dec 17:08
Compare
Choose a tag to compare

This patches an issue where node_modules was ignored

v1.7.0

09 Dec 18:49
Compare
Choose a tag to compare

See changelog

v1.6.7

19 Nov 19:38
Compare
Choose a tag to compare
prettier

v.1.6.6

26 Jul 13:24
Compare
Choose a tag to compare
v1.6.6

fix regression

v1.6.5

25 Jul 14:13
Compare
Choose a tag to compare
  • 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

v1.6.4

01 Jun 20:32
Compare
Choose a tag to compare
  • 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