File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66
77## [ Unreleased]
88
9+ ## [ 2.0.66] - 2025-11-11
10+
911This major release focuses on platform updates and API simplifications.
1012
1113For a migration guide, see [ Upgrading bUnit] ( https://bunit.dev/docs/migrations/index.html ) .
@@ -1468,7 +1470,8 @@ The latest version of the library is availble on NuGet:
14681470- ** Wrong casing on keyboard event dispatch helpers.**
14691471 The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from ` Keypress(...) ` to ` KeyPress(...) ` .
14701472
1471- [ unreleased ] : https://github.com/bUnit-dev/bUnit/compare/v1.40.0...HEAD
1473+ [ unreleased ] : https://github.com/bUnit-dev/bUnit/compare/v2.0.66...HEAD
1474+ [ 2.0.66 ] : https://github.com/bUnit-dev/bUnit/compare/v1.40.0...2.0.66
14721475[ 1.40.0 ] : https://github.com/bUnit-dev/bUnit/compare/v1.39.5...v1.40.0
14731476[ 1.39.5 ] : https://github.com/bUnit-dev/bUnit/compare/v1.38.5...1.39.5
14741477[ 1.38.5 ] : https://github.com/bUnit-dev/bUnit/compare/v1.37.7...v1.38.5
Original file line number Diff line number Diff line change @@ -51,11 +51,6 @@ bUnit is available on NuGet in various incarnations. Most users should just pick
5151A huge thank you to the [ sponsors of bUnit] ( https://github.com/sponsors/egil ) . The higher tier sponsors are:
5252
5353<div class =" d-flex flex-row mb-3 align-items-center " >
54- <a href="https://www.syncfusion.com/blazor-components?utm_source=bunit&utm_medium=cpc&utm_campaign=bunit_blazor_bancy25" target="_blank" class="d-block p-3 text-center">
55- <img class="avatar avatar rounded-circle" src="https://avatars.githubusercontent.com/u/1699795?s=460" width="72" height="72" alt="@syncfusion" />
56- <br />
57- Syncfusion
58- </a>
5954 <a href =" https://www.lambdatest.com/?utm_source=bunit&utm_medium=sponsor " target =" _blank " class =" d-block p-3 text-center " >
6055 <img src="https://www.lambdatest.com/blue-logo.png" style="vertical-align: middle;" width="250" height="45" />
6156 <br />
You can’t perform that action at this time.
0 commit comments