Skip to content

Commit

Permalink
Merge pull request #21198 from abpframework/maliming-patch-2
Browse files Browse the repository at this point in the history
Update abp-8-3.md
  • Loading branch information
maliming authored Oct 28, 2024
2 parents 55b8abf + d587718 commit 2e0742e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/en/release-info/migration-guides/abp-8-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Properties Changed

In this version, we have started updating entities' `EntityVersion`, `ModificationAuditProperties`, and `ConcurrencyStamp` properties whenever their navigation property changes. Normally, this should not affect your code, however, you may need to fix your tests or codebase for this change. Please see [#20012](https://github.com/abpframework/abp/pull/20012#issuecomment-2438383059) for more information.

### 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.
Expand All @@ -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.

0 comments on commit 2e0742e

Please sign in to comment.