Browse Source

Merge pull request #21216 from abpframework/studio-docs-update-0.9.3

Update studio docs for 0.9.3 release
pull/21217/head
Berkan Sasmaz 2 years ago
committed by GitHub
parent
commit
1a51585e66
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 15
      docs/en/studio/release-notes.md
  2. 1
      docs/en/studio/version-compatibility.md

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

@ -2,6 +2,21 @@
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.
## 0.9.3 (2024-10-31)
* Added the **standard module template**
* Made enhancements on the pre-integrated browser
* Fixed Blazor WebAssembly UI being not run on kubernetes problem
* Added a database migration after a module added to the solution
## 0.9.2 (2024-10-22)
* Added a status bar to the pre-integrated browser for showing errors
* Added **Sample CRUD Page** option to pro templates
* Added test projects optionally for all templates
* Added **AutoMapper** configurations to microservice host projects
* Disabled **transaction** for *MongoDB* & *SQLite* by default.
## 0.9.1 (2024-10-10)
* Fixed the ABP Studio CLI's Bundle Command

1
docs/en/studio/version-compatibility.md

@ -4,6 +4,7 @@ This document provides an overview of the compatibility between various versions
| **ABP Studio Version** | **ABP Version** |
|------------------------|---------------------------|
| 0.9.2 - 0.9.3 | 8.3.2 |
| 0.8.4 - 0.9.1 | 8.3.1 |
| 0.8.1 to 0.8.3 | 8.3.0 |
| 0.8.0 | 8.2.3 |

Loading…
Cancel
Save