From c025e47374d19cda04150e078dabb2b1963443e8 Mon Sep 17 00:00:00 2001 From: dolittle-build Date: Tue, 26 Sep 2023 12:15:47 +0000 Subject: [PATCH] "Add version 3.18.0 to changelog" --- Source/SelfService/Web/CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Source/SelfService/Web/CHANGELOG.md b/Source/SelfService/Web/CHANGELOG.md index 79eae8d67..5c1eae23a 100644 --- a/Source/SelfService/Web/CHANGELOG.md +++ b/Source/SelfService/Web/CHANGELOG.md @@ -1,3 +1,29 @@ +# [3.18.0] - 2023-9-26 [PR: #472](https://github.com/dolittle/Studio/pull/472) +## Summary + +Added functionality to edit the microservice. + +Screenshot 2023-09-26 at 15 02 32 + +### Added + +- 'editMicroservice' API +- "Position: relative" to the body +- LoadingSpinnerFullPage component + +### Changed + +- Comment out unused code + +### Fixed + +- Made LoadingSpinnerFullPage to fill up the entire screen + +### Removed + +- 'Accordion' from Microservice Configuration Setup + + # [3.17.0] - 2023-9-8 [PR: #471](https://github.com/dolittle/Studio/pull/471) ## Summary - Fix wrongly inverted boolean being passed into the switch to hide unselected rows in the message mapping table