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

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Mar 9, 2022
1 parent a6aeab9 commit 1fbdab2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Release Notes

## 1.7.3
## 1.7.3 (09-03-2022)

- Fix broken auto completion [#362](https://github.com/styled-components/vscode-styled-components/pull/362)
- Update dependencies
- Update test fixtures due to [high contrast](https://github.com/microsoft/vscode/pull/143398) change.
- Support multiple percentages in keyframes. [#345](https://github.com/styled-components/vscode-styled-components/pull/345)
- Support nextjs <style> tag attributes in highlighting. Thanks @Pika-Pool [#340](https://github.com/styled-components/vscode-styled-components/issues/340)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-styled-components",
"displayName": "vscode-styled-components",
"description": "Syntax highlighting for styled-components",
"version": "1.7.2",
"version": "1.7.3",
"publisher": "styled-components",
"icon": "logo.png",
"license": "MIT",
Expand Down

0 comments on commit 1fbdab2

Please sign in to comment.