Releases: carina-studio/AppBase
Releases · carina-studio/AppBase
2.1.36.1027
- Fix interruption of smooth scrolling by change of
ScrollViewer.Extent
.
2.1.35.324
- Prevent crashing in
HasFileNames()
,TryGetData<T>()
andTryGetValue<T>()
extension methods ofIDataObject
.
2.1.34.229
- Clear previous
ToolTip.Tip
when updating tool tip byTextBlock
/SelectableTextBlock
to prevent memory leakage. - Allow cancelling package downloading by
Updater
when callingWebRequest.GetResponse()
. - Fix invalid application base version in
BasePackageResolverTests
.
2.1.33.129
- Stable release.
2.1.32.117-rc
- Remove internal ID of
FixedThreadsTaskScheduler
. - Add
FixedThreadsTaskFactory.Name
. - Allow extending
ScheduledAction
. - Add
DispatcherSynchronizationContext.CancelDelayed()
andDispatcherSynchronizationContext.PostDelayed()
. - Add
DispatcherScheduledAction
.
2.1.31.116-rc
- Add
FixedThreadsTaskScheduler.Name
property.
2.1.30.111-preview
- Fix
MethodAccessException
when calling-back from user-defined method of Objective-C class if trimming is ON.
2.1.28.110-preview
- Mark AOT compatibility and trimmable state on packages.
2.1.27.109-preview
- Make
Application
,Application.Avalonia
,Avalonia
,Configuration
,Core
,MacOS
packages Trimming and Native AOT friendly.
2.1.26.101-preview
- Update way of setting up window startup location on
Linux
.