Releases: dolittle/Studio
Releases · dolittle/Studio
Release SelfService-Web v3.18.4
Summary
Removed unused code, components and corresponding types.
Removed
- Breadcrumbs.tsx
- TextField.tsx
- ButtonLink.tsx
- BasicAuthComponent.tsx
- BearerAuthComponent.tsx
- BreadCrumbWithRedirect.tsx
- Container.tsx
- CreateCustomer.tsx
- RawDataLog folder
- Corresponding types
Release SelfService-Web v3.18.3
Summary
Improve the architecture
Release SelfService-Web v3.18.2
Summary
Updated architecture and refactored code. Some filenames have been changed for better understanding.
Release SelfService-Web v3.18.1
Summary
Fixed API call for 'edit microservice'.
Changed
- Updated Microservice types
Fixed
-
Display Microservice info when there is no 'edit' data
-
'editMicroservice' Form submit action
Release SelfService-Web v3.18.0
Summary
Added functionality to edit the microservice.
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
Release SelfService-Web v3.17.0
Summary
- Fix wrongly inverted boolean being passed into the switch to hide unselected rows in the message mapping table
- [DesignSystem]/NewSwitch] - Fix 'NewSwitch" and pass the props to the component - alternatively, we should pass in only 'checked.'
Release SelfService-Web v3.16.0
Summary
- Add support for quick filtering of the table fields
- Move responsibility of filtering selected to the grid itself to trigger item count correctly
Release SelfService-Web v3.15.0
Summary
- Add Scheduled data sync section and form to save cron expression
Release SelfService-Web v3.14.0
Summary
- Introduce Data Sync Settings section with ability to enable / disable realtime updates
- Rename the Configuration Section to General Settings to play well with the Data Sync settings section
Release SelfService-Web v3.13.1
Summary
Fix for displaying logs in 'show more' dialog.