Browse Source

Merge pull request #24431 from abpframework/auto-merge/rel-10-0/4206

Merge branch dev with rel-10.0
dev
Ma Liming 2 days ago
committed by GitHub
parent
commit
dd1b23f50e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 71
      docs/en/studio/release-notes.md
  2. 5
      docs/en/studio/version-mapping.md

71
docs/en/studio/release-notes.md

@ -9,6 +9,77 @@
This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version.
## 2.1.3 (2025-12-15) Latest
* Updated `createCommand` and CLI help for multi-tenancy.
* Fixed `BookController` templating problem.
## 2.1.2 (2025-12-11)
* Fixed `SLNX` files in templates for macOS.
* Fixed `DbMigrator` problem on nolayers template.
## 2.1.1 (2025-12-11)
* Fixed duplicate workspace seeding issue.
* Fixed books sample problems when solution is tiered.
* Added AI Management module to `abpmdl` file.
* Improved skip running initial tasks text.
* Fixed unit test failures.
* Added `LanguageManagementDbContext` table creation in tests.
* Removed `ConfigureHttpClientProxies` method.
* Fixed issue with adding new services to existing Microservices.
* Fixed AI Management template issues.
* Reverted browser notification overlay fix.
## 2.1.0 (2025-12-08)
* Enhanced Module Installation UI with improved user experience.
* Added `AI Management` option to Startup Templates (app-nolayers, app).
* Added support for new `SLNX` solution file format.
* Enhanced modularity step in solution creation process.
* Fixed Swagger authorization issues when projects run via .NET Aspire.
* Fixed browser notification overlay problems.
* Added missing `Unit of Work` namespace in solution templates.
* Fixed JSON file formatting issues.
* Updated ABP Framework to `10.0.1` and LeptonX to `5.0.1`.
* Added MySQL compatibility warnings.
* Fixed initial tasks problems.
* Improved AI Assistant control UI with better margins and borders.
## 2.0.2 (2025-11-26)
* Fixed `.NET 10` installation problems.
* Added custom styles for code blocks in **Markdown** view.
* Fixed `OpenIddictCoreOptions` injection to use `IOptions`.
* Added IdentityModel package after KubernetesClient.
## 2.0.1 (2025-11-21)
* Added build step before adding EF Core migration.
* Updated `KubernetesClient` to version `18.0.5`.
## 2.0.0 (2025-11-20)
* Major upgrade to `.NET 10.0` and `ABP Framework 10.0`
* Replaced `IdentityModel` with `Duende.IdentityModel`.
* Added "Open on Start in Browser" option for .NET applications in Solution Runner.
* Added `Mapperly` configuration.
* Enabled user and tenant impersonation in Blazor client modules.
* Enhanced notification system to allow text copying.
* Added environment variable support for DesignTime DbContext.
* Used C# instead of JSON for Aspire AppHost project configuration.
* Fixed MongoDB image pulling problems.
* Improved AI Assistant with better code block visibility across themes.
* Added different cache paths for each browser instance.
* Fixed various UI issues including mouse pointer problems in trees and horizontal scrolling.
* Added `FileManagement` download URL configuration for tiered projects.
* Added chat SignalR configuration to Microservice Blazor apps.
* Updated `Blazorise` packages to version `1.8.6`.
* Fixed `BackToImpersonator` button in Microservice Template.
* Added log recording while crashing for better debugging.
* Enhanced tab headers for **Solution Runner** and **Kubernetes**.
## 1.4.2 (2025-10-30)
* Upgraded template dependencies for ABP Framework and LeptonX. (targeting ABP `9.3.6`)

5
docs/en/studio/version-mapping.md

@ -11,6 +11,8 @@ This document provides a general overview of the relationship between various ve
| **ABP Studio Version** | **ABP Version of Startup Template** |
|------------------------|---------------------------|
| 2.1.0 - 2.1.3 | 10.0.1 |
| 2.0.0 to 2.0.2 | 10.0.0 |
| 1.4.2 | 9.3.6 |
| 1.3.3 to 1.4.1 | 9.3.5 |
| 1.3.0 - 1.3.2 | 9.3.4 |
@ -19,8 +21,7 @@ This document provides a general overview of the relationship between various ve
| 1.1.2 | 9.2.3 |
| 1.1.0 - 1.1.1 | 9.2.2 |
| 1.0.2 | 9.2.1 |
| 1.0.1 | 9.2.0 |
| 1.0.0 | 9.2.0 |
| 1.0.0 - 1.0.1 | 9.2.0 |
| 0.9.26 | 9.1.1 |
| 0.9.24 - 0.9.25 | 9.1.0 |
| 0.9.22 - 0.9.23 | 9.0.4 |

Loading…
Cancel
Save