Skip to content

Commit 721e1ca

Browse files
Update for 5.5.0
1 parent b52d892 commit 721e1ca

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

releasenotes.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,29 @@
22

33
CSLA 5 includes major enhancements, and brings support for .NET Core 3.1, .NET 5, and WebAssembly (Blazor, Uno, etc.).
44

5+
# CSLA .NET version 5.5.0 release
6+
7+
Enhancements and Bug fixes over the 5.4.2 release.
8+
9+
[Changes in this release](https://github.com/MarimerLLC/csla/issues?q=is%3Aclosed+project%3AMarimerLLC%2Fcsla%2F23)
10+
11+
* [#2095](https://github.com/MarimerLLC/csla/issues/2095) 🎉 Add support for unloading assemblies from memory (re: caching)
12+
* [#2377](https://github.com/MarimerLLC/csla/issues/2347) 🐜 Add missing LoadListMode implementation for some list types
13+
* [#2347](https://github.com/MarimerLLC/csla/issues/2347) 🐜 Remove Console.WriteLine statement in Blazor ViewModel
14+
* [#2302](https://github.com/MarimerLLC/csla/issues/2302) 🐜 n-level undo causing exception with SortedBindingList
15+
* [#2287](https://github.com/MarimerLLC/csla/issues/2287) 🐜 Private data portal method not found from base classes
16+
* [#2303](https://github.com/MarimerLLC/csla/issues/2303) 🐜 [DeleteSelfChild] cannot be parameterless; requires parameters that match DataPortal.UpdateChild(...)
17+
518
# CSLA .NET version 5.4.2 release
619

20+
[Changes in this release](https://github.com/MarimerLLC/csla/issues?q=is%3Aclosed+project%3AMarimerLLC%2Fcsla%2F22)
21+
22+
* [#2165](https://github.com/MarimerLLC/csla/issues/2165) 🎉 Expose PropertyName on Blazor IPropertyInfo
23+
* [#2171](https://github.com/MarimerLLC/csla/issues/2171) 🐜 Change UseCsla to extend IHostBuilder, not HostBuilder
24+
* [#2161](https://github.com/MarimerLLC/csla/issues/2161) 🐜 Fix Blazor WebAssembly loses ApplicationContext values
25+
* [#2109](https://github.com/MarimerLLC/csla/issues/2109) 🐜 Fix AmbiguousMatchException DataPortal issue
26+
* [#2075](https://github.com/MarimerLLC/csla/issues/2075) 🐜 HttpProxy compression code doesn't work with custom HttpClient
27+
728
Bug fixes over the 5.4.1 release.
829

930
## Change List

0 commit comments

Comments
 (0)