Browse Source

Merge pull request #21531 from abpframework/EngincanV/studio-docs-update-0.9.14

Update studio docs for v0.9.14
pull/21532/head
Berkan Sasmaz 2 years ago
committed by GitHub
parent
commit
51b55cf77b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      docs/en/studio/release-notes.md
  2. 2
      docs/en/studio/version-mapping.md

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

@ -2,6 +2,14 @@
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.14 (2024-12-03)
* Refactored `dotnet watch` command in solution runner.
* Added multi-tenancy option for open source startup templates.
* Implemented adding angular library when a new microservice is created.
* Adjusted *Optional Modules* section in solution configurations
* Fixed bugs in the nolayers host project.
## 0.9.13 (2024-11-25)
* Angular - Theme-based Fixes for the Home Page.

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

@ -4,7 +4,7 @@ This document provides a general overview of the relationship between various ve
| **ABP Studio Version** | **ABP Version of Startup Template** |
|------------------------|---------------------------|
| 0.9.9 to 0.9.13 | 9.0.0 |
| 0.9.9 to 0.9.14 | 9.0.0 |
| 0.9.8 | 8.3.4 |
| 0.9.5 to 0.9.7 | 8.3.3 |
| 0.9.2 to 0.9.4 | 8.3.2 |

Loading…
Cancel
Save