coder/v0.2.0
github-actions
released this
04 Apr 17:27
·
19 commits
to main
since this release
All documentation has been updated to reflect version 0.2.0.
Breaking changes
- The
templateName
andmode
properties onCoderAppConfig
have been renamed todefaultTemplateName
anddefaultMode
- Both properties are now 100% optional
- In the event that no template name is available (from either the app config or the
catalog-info.yaml
file), the user will not be able to create workspaces, but will see a reminder about setting things up
- The value of
CoderWorkspacesConfig
'screationUrl
property is now potentially undefined to reflect that there might not always be a usable template name- By extension, none of the links in the main components will let you create a Coder workspace if a usable workspace creation URL could not be generated.
Minor changes
- When the value of
readEntityData
inCoderWorkspacesCard
orCoderWorkspacesCard.Root
changes during re-renders, that will no longer throw an error.- This technically wasn't a bug, and was instead a technical limitation that we figured out how to get around.