Skip to content

Commit e935120

Browse files
authored
Merge pull request #23209 from abpframework/pr/3221
Update abp studio release notes
2 parents f8c0b76 + af769e7 commit e935120

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/en/studio/release-notes.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
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.
44

5+
## 1.0.2 (2025-06-24)
6+
7+
* Enhanced the ABP NuGet package installation experience.
8+
* Upgraded template dependencies for ABP Framework and LeptonX. (targeting ABP `9.2.1`)
9+
* Replaced the `System.Data` package with `Microsoft.Data`.
10+
* Fixed a dynamic-env file path configuration issue in Angular templates.
11+
* Disabled Pushed Authorization for MAUI applications.
12+
* Improved the IDE experience by displaying the main project in a dedicated 'main' folder and hiding `.abppkg` files.
13+
14+
## 1.0.1 (2025-06-13)
15+
16+
* Fixed an issue with language selection during solution creation.
17+
* Resolved a logo visibility problem in the Angular semi-dark theme.
18+
* Added and corrected the handling of CEF (Chromium Embedded Framework) resources for the Windows version.
19+
20+
## 1.0.0 (2025-06-11)
21+
22+
* **Solution Runner with Health Checks:** ABP Studio's Solution Runner now provides visual health monitoring that makes tracking your applications' status easily.
23+
* **Improved Multi-DbContext Migration Handling:** ABP Studio now prompts you to select the correct DbContext for migration operations when working with multiple DbContexts.
24+
* **Theme Style Selection on Project Creation:** When creating a new solution, you can now choose your theme, theme style, and layout right from the project creation wizard instead of having to configure these settings later.
25+
* **Solution & Module Creation:** Introduced major enhancements, including language selection, database provider choice for microservices, improved folder handling, theme visualization, and better module installation recommendations.
26+
* **MAUI & Blazor:** Configured the new MAUI/Blazor bundling system, added dashboard pages to MAUI projects, and applied various fixes for themes and dependencies.
27+
* **Solution Runner & Docker:** Added Docker container support to the solution runner, enabling users to add and manage containers within run profiles.
28+
* **Authentication & Authorization:** Fixed Swagger authentication, and added dynamic claims support for microservices.
29+
* **ABP Studio Login:** Improved login flows with selecting account and organization support.
30+
* **Language Selection:** Added language selection during solution creation. You can now include only the languages you need in your project.
31+
* **Performance:** Sped up the development cycle by skipping package restores during project runs when no dependencies have changed.
32+
* **Dependency Updates:** Upgraded ABP Framework, LeptonX, and other Microsoft dependencies to the latest versions. (targeting ABP `9.2.0`)
33+
* **User Experience:** Implemented several UI/UX improvements, such as remembering user choices in wizards and sorting items alphabetically.
34+
* **Testing & Internals:** Switched to `MongoSandbox` for integration tests, improved local development against abp.io websites, and made various fixes to CI/CD workflows.
35+
536
## 0.9.26 (2025-04-30)
637

738
* Fixed the issue where C# applications would not stop when requested.

docs/en/studio/version-mapping.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This document provides a general overview of the relationship between various ve
44

55
| **ABP Studio Version** | **ABP Version of Startup Template** |
66
|------------------------|---------------------------|
7+
| 1.0.2 | 9.2.1 |
8+
| 1.0.1 | 9.2.0 |
9+
| 1.0.0 | 9.2.0 |
710
| 0.9.26 | 9.1.1 |
811
| 0.9.24 - 0.9.25 | 9.1.0 |
912
| 0.9.22 - 0.9.23 | 9.0.4 |

0 commit comments

Comments
 (0)