Skip to content

Commit 5e8a509

Browse files
committed
feat(version): 2.2.0
1 parent 4ea62d6 commit 5e8a509

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
[#] Bug Fixes<br>
88
[.] Others
99

10+
### V 2.2.0 - 07/05/2025
11+
[\~] IDataTable / JsonDataTable : Rework complete with Add, Remove and Get<br/>
12+
[\~] SERender : Allow float on many render functions<br/>
13+
[\~] SERender : Better manage of types<br/>
14+
[#] LineInput : Caret is hide when text is empty<br/>
15+
[#] MultiLineInput : Caret is hide when text is empty<br/>
16+
[#] MultiLineInput : Caret is render outside input frame<br/>
17+
[#] MultiLineInput : Fix Y Offset with empty last line (after return line)
18+
1019
### V 2.1.1 - 06/05/2025
1120
[\~] TextureButton : Allow use empty text
1221

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static class DebugManager
3333
{
3434
{ "Raylib-cs", "7.0.1" },
3535
{ "ImGui.NET", "1.91.6.1" },
36-
{ "SharpEngine.Core", "2.1.1" }
36+
{ "SharpEngine.Core", "2.2.0" }
3737
};
3838

3939
/// <summary>

SharpEngine.Core/SharpEngine.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Core</PackageProjectUrl>
12-
<PackageVersion>2.1.1</PackageVersion>
12+
<PackageVersion>2.2.0</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)