Skip to content

Commit a39e2c3

Browse files
committed
Adding release notes and correct nuget version
1 parent 9388e90 commit a39e2c3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/Orbyss.Blazor.JsonForms.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- NuGet Metadata -->
1010
<Title>Orbyss Blazor JsonForms</Title>
1111
<Copyright>© 2025 Orbyss.io</Copyright>
12-
<Version>0.0.2</Version>
12+
<Version>1.0.0</Version>
1313
<PackageId>Orbyss.Blazor.JsonForms</PackageId>
1414
<Authors>Orbyss.io</Authors>
1515
<Company>Orbyss</Company>
@@ -32,7 +32,10 @@
3232
<PackageIcon>icon.png</PackageIcon>
3333

3434
<ReleaseNotes>
35-
Updated the readme files with extra examples
35+
Fixed some major bugs that existed due to major refactoring and first preview revision release.
36+
1. Fixed a bug where the form would not render correctly if the schema was not valid.
37+
2. Fixed bug of OnValueChanged parameter that was not passed to dropdowns
38+
3. Translation context issues: now takes the default translation if the context is not configured with an active language
3639
</ReleaseNotes>
3740
</PropertyGroup>
3841

0 commit comments

Comments
 (0)