-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab5e8e3
commit d41245a
Showing
2 changed files
with
59 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Quick fix | ||
|
||
Dead link fixed. | ||
|
||
## NEW ✨ | ||
|
||
- None | ||
|
||
## IMPROVED 📈 | ||
|
||
- None | ||
|
||
## FIXED 🐛 | ||
|
||
- Dead link in the introduction section FakeLoadingBar is not interactive anymore leading to 404 error. | ||
|
||
## Documentation 📜 | ||
|
||
- [x] ✅ Docs added | ||
|
||
## Tests 🔍 | ||
|
||
- [x] ✅ Features totally covered | ||
|
||
**Full Changelog**: <https://github.com/MorganKryze/ConsoleAppVisuals/compare/v3.5.0...v3.5.1> |
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,34 @@ | ||
# Quick fix | ||
|
||
Dead link fixed, dependencies updated. | ||
|
||
## NEW ✨ | ||
|
||
- None | ||
|
||
## IMPROVED 📈 | ||
|
||
- Bumped dependencies to latest versions for docfx, csharpier, MSTest.TestAdapter and MSTest.TestFramework. | ||
|
||
## FIXED 🐛 | ||
|
||
Dead links from the following sections: | ||
|
||
- introduction/conclusion | ||
- introduction/elements_options | ||
- elements/animated | ||
- elements/interactive | ||
- elements/passive | ||
- elements/index | ||
|
||
Moved `Text`element to the `PassiveElements` namespace. | ||
|
||
## Documentation 📜 | ||
|
||
- [x] ✅ Docs added | ||
|
||
## Tests 🔍 | ||
|
||
- [x] ✅ Features totally covered | ||
|
||
**Full Changelog**: <https://github.com/MorganKryze/ConsoleAppVisuals/compare/v3.5.1...v3.5.2> |