Thanks to visit codestin.com
Credit goes to github.com

Skip to content

coder/v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 22:10
· 20 commits to main since this release
6c050f1

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