.Net Data Objects(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
ABP Platform 9.1.22025年5月5日
機能
  • Improved timing documentation.
  • Added AppBasePath parameter to script and style bundling components.
  • Added publishing DynamicPermissionDefinitionsChangedEto in uow.
  • Now handles Swagger OAuth2 callbacks.
  • Added an includeChildren parameter to GetMembersCountAsync for hierarchical member counting.
  • Changed tenant in DynamicRouteValueTransformer.
  • Refactored ClientProxyApiDescriptionFinder to simplify file handling and remove unused methods.
  • Enhanced AbpRemoteStreamContentModelBinder to compatible with multiple files.
  • Set current tenant info before calling NotifyChanged.
  • Added account layout for account routes.
  • Refactor: Changed const to static string in CliConsts and CliUrls.
  • Set PropertyNamingPolicy to null to keep original property name and dictionary key.
  • Updated step3-deployment-github-action.
  • Updated caching.
  • Updated current-user.
  • Updated string-encryption.
  • Updated postgresql.
  • Updated part-03.
  • Updated part-06.
  • Updated settings.
  • Updated MAUI Android proxying documentation.
  • Updated customization-user-interface.
  • Docs: Updated migration guide for ABP 8.2 to include DbSet in DbContext.
  • Updated language-management.md.
  • Added examples for customizing the footer in Blazor and MVC themes.
  • Improved the cookie consent section in the GDPR Module documentation.
  • Added a AbpHangfireOptions configuration section to Hangfire documentation.
  • Clear Title while disposing PageHeader.
  • Added DataTypeAttribute section to Module Entity Extensions document.
  • Added access to extra properties (Shadow Properties).
  • Changed current tenant before read cache.
  • Users can now use role ID to determine 'IsAssigned'.
  • Angular: 
    • Refactored localization for basic and lepton themes.
    • Created Angular installation info of for common modules.
修正
  • Removed eShopOnAbp section and instead mention ms solution template in the microservice documentation.
  • Fixed the way to get paths for GetDirectoryContentPath and GetProxyFileInfoPath.
  • Removed ClientProxyServices if ExposeClientProxyServices is false.
  • Set current tenant info before calling NotifyChanged.
  • Set PropertyNamingPolicy to null to keep original property name and dictionary key.
  • Removed duplicate close button.
  • Fixed the column name display logic to include extra prefix.
  • Cleared Title while disposing PageHeader.
  • Fixed the wrong project naming used in the microservice tutorial's 6th part.
  • Angular:
    • Fixed access token parse that fails when encryption is enabled.
    • Fixed the navbar localization problem for the basic theme.
    • Fixed the permission guard check by.
Flyway Desktop 7.8.22025年3月13日
機能

Library Versions

  • Flyway: 11.4.1-rc484477.
  • Electron: 35.0.1.
Diagramming for .NET MAUI v1.22025年2月21日
機能
  • Spatial index - Set the EnableSpatialIndex property of Diagram to create an index of item positions for faster hit-testing and viewport clipping queries.
    • This should greatly improve user interaction and rendering speed for diagrams containing tens of thousands or more items.
  • Miscellaneous
    • Added DividerPen property to ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.
    • The ShowScrollbars property now lets you hide diagram view's scrollbars.
修正
  • Miscellaneous
    • Fixed issue where the Diagram property setter doesn't repaint the view.