Skip to content

v0.0.1-alpha-6

Compare
Choose a tag to compare
@felipecruz91 felipecruz91 released this 03 Feb 16:35
· 315 commits to main since this release
d8e6a7f

Docker Desktop with Extensions capabilities

Docker Extensions CLI: please find platform-specific release assets attached below.

Major updates

  • Updated docs with UI Guidelines and the Material UI package to replicate Docker Desktop's look & feel.
  • New API method window.ddClient.openExternal(url) to open external links.
More details

Bug Fixes

  • Display a default icon when the extension icon cannot be loaded (e.g. 404 from an external URL).
  • Clean up the leftover container after a failed extension install, e.g. when installing non-multi-arch extensions.
  • Fix docker extension validate command on Windows.

What's Changed

  • update wrong image label for icon by @gtardif in #75
  • Design guidelines by @mel-manohar in #71
  • Remove obsolete desktop-plugin-version from all metadata samples & docs by @gtardif in #76
  • Update references to desktop-extension-samples by @gtardif in #78
  • Add documentation for the openExternal function by @rumpl in #77
  • MUI Theme by @mel-manohar in #79
  • Nicer confirmation that everything is setup properly at the end of prerequisites by @gtardif in #80
  • Update Tailscale sample with openExternal API method by @felipecruz91 in #81

New Contributors

Full Changelog: v0.0.1-alpha-5...v0.0.1-alpha-6