Releases: dolittle/Studio
Releases · dolittle/Studio
Release SelfService-Web v3.13.0
Summary
- Add "Strict certificate validation" to connector configuration
Release SelfService-Web v3.12.1
Summary
Improve Layout spacing in MicroserviceDetails and ContainerRegsistry page.
Improve NoMicroservises footer text.
Navigate from ApplicationsList to 'building' page when application is not live. (Still needs improvement).
Release SelfService-Web v3.12.0
Summary
- Restructure the Configuration tab with Content* components to match the other tabs
- Add Connector configuration section with exporter settings to change the cronExpression
- Fix bug where the selected authentication type was not respected when cloud and authtype basic was selected
Release SelfService-Web v3.11.1
Summary
Improve creating new application with better navigation and application building page.
Added
- ProblemPage to Design System
Release SelfService-Web v3.11.0
- do not disable authentication type based on connector deployment type
- Simplify selection of configuration sections. MDP will now always be visible until we have an M3 hosting type added
- Slighty improve the check to evaluate if basicauth has any values set (ie: is in use)
Release SelfService-Web v3.10.0
Summary
- Support for selecting authentication type when setting up the M3 connector
- Cloud connector supports only ION
- On premises connector supports MDP/ION and MDP/M3 basic authentication
Release SelfService-Web v3.9.15
Summary
Improved overall navigation.
Added
- Navigate to 'Landing page' when NavBar logo is clicked
Changed
- Clean 'localStorage' after logging out or changing customer
- 'Orgainzation' link label to 'Customer' as it is on Authentication pages
Fixed
- Favicon display. Changed index.ejs file for that
Removed
- Microservices EnvironmentVariables button styles for smaller screens so they dont stack on top of each other
Release SelfService-Web v3.9.14
Summary
Improved Microservices page appearance.
Added
- FullPageLoadingSpinner to the Design System for waiting to the action complete
Fixed
- M3Connector option display when deploying the new Microservice
- Layout horizontal scroll
Release SelfService-Web v3.9.13
Summary
Update link to changelog for 9.0.1
Release SelfService-Web v3.9.11
Summary
M3 Connector Configuration Page
- Introduces
M3ConfigurationFormSaveState
, which is a submit result object that contains if a form submit was valid from the server side. It's always valid from react-hook-form's perspective if the form itself is valid, which is not helpful. It functions as a way to aggregate up all the different requests and give that back to the parent component when form submitting is successful - Expand M3 Configuration form sections when there are errors submitting. Allow expanding multiple sections when there are errors
- Collapse M3 Configuration form sections when section successfully saved
- Better logic when saving fails
- Do not exit edit mode
- Revert back to original values from data, not the form (since the form is successful if it has submitted, regardless of what the server says)
Design System / AccordionList
- [AccordionList]: Changes to AccordionList to make it easier to programmatically change
- [AccordionList]: Using children Accordion's as controlled components
- [AccordionList]: Reworked AccordionListItems to be a separate type
- [AccordionList]: Added explicit API for expandedModel and onExpandedModelChange - inspired by the MUI data grid selection mechanism