maliming 2 years ago
parent
commit
4ab4d3cc4b
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 6
      docs/en/release-info/migration-guides/abp-8-3.md

6
docs/en/release-info/migration-guides/abp-8-3.md

@ -49,6 +49,10 @@ However, notice this package is used by the `@abp/aspnetcore.mvc.ui.theme.shared
See the PR for more info: https://github.com/abpframework/abp/pull/19340
### ApplyAbpConcepts to entities whose navigation property changed
In this version, We will update the entity's `EntityVersion`, `ModificationAuditProperties` and `ConcurrencyStamp` if its navigation property changes.
### Angular UI
We wish to formally inform you that ABP version 8.3 has been upgraded to incorporate Angular version 18. Consequently, we recommend migrating your application to [Angular v18](https://angular.dev/update-guide) to ensure compatibility.
@ -65,4 +69,4 @@ ABP provides a [URL Forwarding System](../../modules/cms-kit-pro/url-forwarding.
Since a new property has been added to the `CmsShortenedUrl` entity, you should create a new migration and apply it to your database.
> After creating a new migration and applying it to your database, typically you don't need to make any changes, however, if you have overridden a page/method or class related to the URL Forwarding System, you might need to update it accordingly. For this purpose, you can get the source code of the [CMS Kit Module's](../../modules/cms-kit-pro/index.md) and update the related parts in your application.
> After creating a new migration and applying it to your database, typically you don't need to make any changes, however, if you have overridden a page/method or class related to the URL Forwarding System, you might need to update it accordingly. For this purpose, you can get the source code of the [CMS Kit Module's](../../modules/cms-kit-pro/index.md) and update the related parts in your application.

Loading…
Cancel
Save