Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenisx committed Sep 15, 2022
1 parent 4926cc1 commit a49c48a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 26 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.2](https://github.com/willofindie/vscode-cssvar/compare/v2.2.1...v2.2.2) - 2022-09-15
### Features
- [#63](https://github.com/willofindie/vscode-cssvar/issues/63) Add support to fetch remote http file content
- Remote file present in CSS `@import` or in extension setting will be fetched.
- Add sponsors to Readme
### Fixed
- Definition Provider for url imports
- Test cases

## [2.2.1](https://github.com/willofindie/vscode-cssvar/compare/v2.2.0...v2.2.1) - 2022-09-05
### Features
- [#65](https://github.com/willofindie/vscode-cssvar/issues/65) Dedupe CSS variables per file.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ This Extension supports the following properties as of now:
<h3 align="center">Phoenisx Sponsors</h3>

<p align="center">
<a href="./img/sponsors.svg">
<img src='./img/sponsors.svg'/>
<a href="./img/sponsors.png">
<img src='./img/sponsors.png'/>
</a>
</p>

Expand Down
Binary file added img/sponsors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 0 additions & 23 deletions img/sponsors.svg

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescript"
],
"description": "Intellisense support for CSS Variables",
"version": "2.2.1",
"version": "2.2.2",
"publisher": "phoenisx",
"license": "MIT",
"homepage": "https://github.com/willofindie/vscode-cssvar",
Expand Down

0 comments on commit a49c48a

Please sign in to comment.