Skip to content

Releases: coder/backstage-plugins

devcontainers-react/v0.1.0

29 Mar 22:09
6c050f1

Choose a tag to compare

Minor changes

  • Added test cases for core functionality

coder/v0.1.0

29 Mar 22:10
6c050f1

Choose a tag to compare

Breaking changes

  • useEntityConfig is now useCoderWorkspacesConfig
    • Now accepts an optional readEntityData prop for telling the config whether it should read entity data when displaying workspace info.
    • Now includes a creationUrl property that is always defined and will take you to the form for making a new Coder workspace
  • useCoderWorkspaces is now useCoderWorkspacesQuery
    • Now accepts an optional workspacesConfig (created by useCoderWorkspacesConfig) as input. When defined, the config will affect how the query makes API requests, and how it filters data

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 EntityDataReminder sub-component for CoderWorkspacesCard:
    • 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

27 Mar 15:10
41169a9

Choose a tag to compare

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

14 Mar 21:52
9f72f71

Choose a tag to compare

Changes made

  • Updates visual output for example Dev Containers component

devcontainers-backend/v0.0.2

14 Mar 21:51
9f72f71

Choose a tag to compare

Changes made

  • Simplifies logic for dynamically adding and erasing tags from entities, to make logic less error-prone

coder/v0.0.2

14 Mar 21:47
9f72f71

Choose a tag to compare

Changes made

  • Addresses bug around making sure that workspaces are being filtered by the correct criteria
  • Polishes styling for AuthWrapper component
  • Adds additional input elements and in-UI notifications to make expected user flows more obvious
  • Fixes small cosmetic issues around default CoderWorkspacesCard component

devcontainers-react/v0.0.1

11 Mar 21:00
devcontainers-react/v0.0.1
ce13c8e

Choose a tag to compare

Added

  • Add a hook to get a link to launch an entity in VS Code if it has the devcontainers tag.

devcontainers-backend/v0.0.1

11 Mar 20:59
devcontainers-backend/v0.0.1
ce13c8e

Choose a tag to compare

Added

  • Add devcontainers tag when a repository has a devcontainers config at or below the location of the catalog-info.yaml file.

coder/v0.0.1

11 Mar 20:35
coder/v0.0.1
2cd1098

Choose a tag to compare

Added

  • Add component for listing and opening workspaces.