coder/v0.1.0
·
20 commits
to main
since this release
Breaking changes
useEntityConfig
is nowuseCoderWorkspacesConfig
- 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
- Now accepts an optional
useCoderWorkspaces
is 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
EntityDataReminder
sub-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