Releases: coder/backstage-plugins
Releases · coder/backstage-plugins
devcontainers-react/v0.1.0
Minor changes
- Added test cases for core functionality
coder/v0.1.0
Breaking changes
useEntityConfigis nowuseCoderWorkspacesConfig- Now accepts an optional
readEntityDataprop for telling the config whether it should read entity data when displaying workspace info. - Now includes a
creationUrlproperty that is always defined and will take you to the form for making a new Coder workspace
- Now accepts an optional
useCoderWorkspacesis nowuseCoderWorkspacesQuery- Now accepts an optional
workspacesConfig(created byuseCoderWorkspacesConfig) as input. When defined, the config will affect how the query makes API requests, and how it filters data
- Now accepts an optional
More information can be found in the backend-plugin-coder documentation.
Minor changes
- Added additional statuses for each workspace in
CoderWorkspacesList(pending and deleting) - Redesigned the warning elements that display when a Coder auth token is invalid to be less visually-loud
- Added missing unit and integration tests for all core functionality
Bug fixes
- Ensured that workspaces that were in the middle of being deleted would not show up as online
- Updated the
EntityDataRemindersub-component forCoderWorkspacesCard:- Ensured that component displays correctly in dark mode
- Improved accessibility for screen readers and made sure content was exposed to accessibility tress as disclosure elements
devcontainers-backend/v0.1.0
Changes made
- Fixed bug where the plugin code wasn't always using user-defined tag name values
- Fleshed out test cases for plugin
devcontainers-react/v0.0.2
Changes made
- Updates visual output for example Dev Containers component
devcontainers-backend/v0.0.2
Changes made
- Simplifies logic for dynamically adding and erasing tags from entities, to make logic less error-prone
coder/v0.0.2
Changes made
- Addresses bug around making sure that workspaces are being filtered by the correct criteria
- Polishes styling for
AuthWrappercomponent - Adds additional input elements and in-UI notifications to make expected user flows more obvious
- Fixes small cosmetic issues around default
CoderWorkspacesCardcomponent
devcontainers-react/v0.0.1
Added
- Add a hook to get a link to launch an entity in VS Code if it has the
devcontainerstag.
devcontainers-backend/v0.0.1
Added
- Add
devcontainerstag when a repository has a devcontainers config at or below the location of thecatalog-info.yamlfile.
coder/v0.0.1
Added
- Add component for listing and opening workspaces.