From 964bd3b2e824e057cc4f3cdfbd35fe5cdcf5fc5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 May 2026 12:47:05 +0000 Subject: [PATCH 1/3] docs(studio): update documentation for release 3.0.1 - Updated release notes for 3.0.1 - Updated version mapping with ABP 10.3.0 Release: 3.0.1 --- docs/en/studio/release-notes.md | 10 +++++++++- docs/en/studio/version-mapping.md | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 985c1f7a64..4f06944b04 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -9,7 +9,15 @@ 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.2.7 (2026-04-20) Latest +## 3.0.1 (2026-05-06) Latest + +- Refactor build steps for ABP Studio in macOS pipeline to improve clarity and structure +- Skip method renaming for UI.Core to preserve params +- Fix React admin console template findings +- Update version to release 3.0.1 +- Fix modern wizard optional module step + +## 2.2.7 (2026-04-20) * Improved Blazor WebApp template setup for easier tiered application development * Added application version tracking in analytics events diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 2dcdda868f..1983600b1f 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -11,6 +11,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| +| 3.0.1 | 10.3.0 | | 2.2.7 | 10.3.0 | | 2.2.5 - 2.2.6 | 10.2.0 | | 2.2.2 - 2.2.4 | 10.1.1 | From 236a2a0e41f874708218cd891b42cad2447e4ea6 Mon Sep 17 00:00:00 2001 From: selman koc <64414348+skoc10@users.noreply.github.com> Date: Thu, 7 May 2026 09:17:26 +0300 Subject: [PATCH 2/3] Revise release notes for version 3.0.1 Updated release notes for version 3.0.1 with enhanced project wizard, React admin console improvements, macOS performance optimizations, and stability fixes. --- docs/en/studio/release-notes.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index ee74ce6175..dcfa904fe0 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -11,11 +11,10 @@ This document contains **brief release notes** for each ABP Studio release. Rele ## 3.0.1 (2026-05-06) Latest -* Refactor build steps for ABP Studio in macOS pipeline to improve clarity and structure -* Skip method renaming for UI.Core to preserve params -* Fix React admin console template findings -* Update version to release 3.0.1 -* Fix modern wizard optional module step +* Enhanced Project Wizard: Fixed the optional module selection step for a smoother project setup experience +* React Admin Console Improvements: Resolved identified issues in the React administration templates for better stability +* MacOS Performance: Optimized the internal build pipeline for a more reliable experience on Apple devices +* Stability Fixes: Improved core UI components to ensure parameter consistency across updates ## 3.0.0 (2026-05-06) From d6f69fc5aced34e77a5754b9bb490c461ba1991d Mon Sep 17 00:00:00 2001 From: selman koc <64414348+skoc10@users.noreply.github.com> Date: Thu, 7 May 2026 09:18:28 +0300 Subject: [PATCH 3/3] Consolidate ABP Studio version mapping table --- docs/en/studio/version-mapping.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 20252f28a5..209413d5dd 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -11,10 +11,8 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| -| 3.0.1 | 10.3.0 | -| 3.0.0 | 10.3.0 | -| 2.2.7 | 10.3.0 | -| 2.2.5 - 2.2.6 | 10.2.0 | +| 2.2.7 - 3.0.1 | 10.3.0 | +| 2.2.5 - 2.2.6 | 10.2.0 | | 2.2.2 - 2.2.4 | 10.1.1 | | 2.2.1 | 10.1.0 | | 2.1.5 - 2.1.9 | 10.0.2 |