Skip to content

Commit

Permalink
🚀 v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzerzarif committed May 9, 2021
1 parent acf5a14 commit 256c438
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.7.0
### Features
- Added "Replace reference with latest" button in webview for individual snapshots so you can swap snapshots right after reviewing them without switching context
- 🛠 Webview is using tailwind's JIT mode for generating styles resulting in much faster builds 🚀

## 0.6.2
### Bug fixes
- Font for "Resource Does Not Exist" text on no resource view doesn't pop in on first reveal
Expand Down
Binary file modified docs/recording.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 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 @@ -3,7 +3,7 @@
"displayName": "Terra WDIO Helper",
"description": "A tool to help analyze Terra WDIO test results",
"icon": "resources/images/extension_icon.png",
"version": "0.6.2",
"version": "0.7.0",
"publisher": "juzerzarif",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ module.exports = {
},
},
},
purge: ['./src/webview-ui/**/*.svelte']
purge: ['./src/webview-ui/**/*.svelte'],
};

0 comments on commit 256c438

Please sign in to comment.