File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments