Skip to content

Commit 9a9aa7e

Browse files
committed
Added some release notes
1 parent ad7e381 commit 9a9aa7e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/ChartJs.Blazor/ChartJs.Blazor.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@
1616
<PackageProjectUrl>https://github.com/mariusmuntean/ChartJs.Blazor</PackageProjectUrl>
1717
<PackageTags>ChartJS Blazor ASP.Net Core wasm</PackageTags>
1818
<PackageSummary></PackageSummary>
19-
<PackageReleaseNotes>Updated tick, animation and chart title configurations, allow custom ChartType (for your own charts), respect AspectRatio.</PackageReleaseNotes>
19+
<PackageReleaseNotes>First preview of the upcoming 2.0 release.
20+
Changes:
21+
* Improved JavaScript interop layer and API.
22+
* Datasets were reworked.
23+
* Unified all charts into one Blazor component.
24+
* Bugfixes and performance improvements.
25+
26+
Attention: this release includes breaking changes and it represents a work in progress.</PackageReleaseNotes>
2027
<AssemblyName>ChartJs.Blazor</AssemblyName>
2128
<RootNamespace>ChartJs.Blazor</RootNamespace>
2229
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)