Skip to content

coder/v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 17:27
· 19 commits to main since this release
ece362a

All documentation has been updated to reflect version 0.2.0.

Breaking changes

  • The templateName and mode properties on CoderAppConfig have been renamed to defaultTemplateName and defaultMode
    • 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's creationUrl 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 in CoderWorkspacesCard or CoderWorkspacesCard.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.