-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <[email protected]> Co-authored-by: Charles-Edouard Brétéché <[email protected]>
- Loading branch information
1 parent
feb61e0
commit e80ebb2
Showing
4 changed files
with
57 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.2.2`. | ||
|
||
## ‼️ Breaking changes ‼️ | ||
|
||
- `finally` block now executes when the step terminates. It was supposed to work like this from the beginning but was not properly working. The `cleanup` block was introduced to execute operations when a test terminates instead. | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added cleanup handlers support to register custom cleanup operations to run when a test terminates | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Use `namespaceTemplate` from configuration if provided | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Improved home page | ||
- Added scroll to top button | ||
- Improved navigation bar | ||
- Fixed dark/light color schemes and added system preference support | ||
- Added links to Slack and X/Twitter links in the footer | ||
- Removed the blog | ||
- Rewrote most of the Getting Started pages |