Skip to content

Commit

Permalink
Update changelogs for release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Oct 1, 2021
1 parent 876aa97 commit f0f3b3c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

### 0.7.0

#### MAINTENANCE
- Cleanup and simplification in several inspections.
- Merged `TerraDescribeViewportsBlockingInspection` into `TerraDescribeViewportsInspection`,
and `ScreenshotMismatchToleranceBlockingInspection` into `ScreenshotMismatchToleranceInspection`.
- Refined documentation.
- Upgraded gradle and intellij-gradle-plugin versions.

#### ENHANCEMENT
- Screenshot reference suggestions are now sorted alphabetically when Ctrl+Clicking on screenshot names in `Terra.validates`
and `Terra.it`
- [#56](https://github.com/picimako/terra-support/issues/56): Added `Terra.describeTests` besides `Terra.describeViewports` to be validated when they are nested in other describe blocks.
- Added viewport value validation to the testOptions argument of `Terra.describeTests` when it is specified in an inline object.
- Added viewport quick documentation support for the testOptions argument of `Terra.describeTests` when it is specified in an inline object.

#### BUGFIX
- Fixed a bug in default name resolution that spammed the logs with exception.
- Fixed a ClassCastException log spam during viewport value retrieval.

### 0.6.0

#### ADDED SUPPORT FOR TERRA-FUNCTIONAL-TESTING
Expand Down
28 changes: 25 additions & 3 deletions changelog.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
<h4>0.6.0</h4>
<h4>0.7.0</h4>

<b>Terra-functional-testing support</b>
<strong>Maintenance</strong>
<ul>
<li>Added support for the new terra-functional-testing npm package that is aimed to replace terra-toolkit in the long run.<br>For the detailed list of changes, see the full <a href="https://github.com/picimako/terra-support/blob/master/CHANGELOG.md#060">Changelog</a> on GitHub.</li>
<li>Cleanup and simplification in several inspections.</li>
<li>Merged <code>TerraDescribeViewportsBlockingInspection</code> into <code>TerraDescribeViewportsInspection</code>,
and <code>ScreenshotMismatchToleranceBlockingInspection</code> into <code>ScreenshotMismatchToleranceInspection</code>.
</li>
<li>Refined documentation.</li>
<li>Upgraded gradle and intellij-gradle-plugin versions.</li>
</ul>

<strong>Enhancement</strong>
<ul>
<li>Screenshot reference suggestions are now sorted alphabetically when Ctrl+Clicking on screenshot names in <code>Terra.validates</code>
and <code>Terra.it</code></li>
<li><a href="https://github.com/picimako/terra-support/issues/56">#56</a>: Added <code>Terra.describeTests</code> besides
<code>Terra.describeViewports</code> to be validated when they are nested in other describe blocks.
</li>
<li>Added viewport value validation to the testOptions argument of <code>Terra.describeTests</code> when it is specified in an inline object.</li>
<li>Added viewport quick documentation support for the testOptions argument of <code>Terra.describeTests</code> when it is specified in an inline object.</li>
</ul>

<strong>Bugfix</strong>
<ul>
<li>Fixed a bug in default name resolution that spammed the logs with exception.</li>
<li>Fixed a <code>ClassCastException</code> log spam during viewport value retrieval.</li>
</ul>

0 comments on commit f0f3b3c

Please sign in to comment.