-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀Preview Release (v1.0.0-preview.30) (#793)
* start work for preview release * release: updated version to v1.0.0-preview.30 * release: create release notes for version v1.0.0-preview.30 * release: improved release notes for version v1.0.0-preview.30 * ide: fix solution item reference * ci: change order of reusable workflow inputs
- Loading branch information
1 parent
37876ba
commit 3ffc6f3
Showing
5 changed files
with
50 additions
and
7 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
43 changes: 43 additions & 0 deletions
43
ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.30.md
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,43 @@ | ||
<h1 align="center" style="color: mediumseagreen;font-weight: bold;"> | ||
Velaptor Preview Release Notes - v1.0.0-preview.30 | ||
</h1> | ||
|
||
<h2 align="center" style="font-weight: bold;">Quick Reminder</h2> | ||
|
||
<div align="center"> | ||
|
||
As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼 | ||
</div> | ||
|
||
<h2 align="center" style="font-weight: bold;">New Features ✨</h2> | ||
|
||
1. [#791](https://github.com/KinsonDigital/Velaptor/issues/791) - Added the following extension methods so the user can pass the object to unload instead of the path. | ||
- `ILoader<ITexture>.Unload(ITexture?)` | ||
- `ILoader<IFont>.Unload(IFont?)` | ||
- `ILoader<ISound>.Unload(ISound?)` | ||
- `ILoader<IAtlasData>.Unload(IAtlasData?)` | ||
|
||
<h2 align="center" style="font-weight: bold;">Breaking Changes 🧨</h2> | ||
|
||
1. [#791](https://github.com/KinsonDigital/Velaptor/issues/791) - Introduced the following breaking changes: | ||
- Removed the `ContentExtensions.Load(this FontLoader)` extension method. | ||
- Removed the `IContentLoader` interface. | ||
- Removed the `ContentLoader` class. | ||
- Removed the `ContentLoader` property from the `Window` class. | ||
- Removed the `ContentLoader` property from the `IWindow` interface. | ||
- Removed the `ContentLoader` property from the `IScene` interface. | ||
- Removed the `ContentLoader` property from the `SceneBase` class. | ||
- Removed the `CreateContentLoader` method from the `ContentLoaderFactory` class. | ||
- Converted the `RendererFactory` to a static class to follow the same pattern as `ContentLoaderFactory` | ||
- Removed the `IRendererFactory` interface. | ||
|
||
<h2 align="center" style="font-weight: bold;">Dependency Updates 📦</h2> | ||
|
||
1. [#790](https://github.com/KinsonDigital/Velaptor/pull/790), [#788](https://github.com/KinsonDigital/Velaptor/pull/788) - Updated dependency _**xunit**_ to _**v2.6.1**_ | ||
2. [#789](https://github.com/KinsonDigital/Velaptor/pull/789) - Updated dependency _**benchmarkdotnet**_ to _**v0.13.10**_ | ||
4. [#779](https://github.com/KinsonDigital/Velaptor/pull/779) - Updated dependency _**communitytoolkit.mvvm**_ to _**v8.2.2**_ | ||
|
||
<h2 align="center" style="font-weight: bold;">Other 🪧</h2> | ||
|
||
1. [#782](https://github.com/KinsonDigital/Velaptor/issues/782) - Replaced custom guards. (Thanks [@AndreaBonda](https://github.com/AndreBonda)!) | ||
2. [#776](https://github.com/KinsonDigital/Velaptor/issues/776) - Updated sync workflow. |
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