Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

v0.8.4

Compare
Choose a tag to compare
@hawkticehurst hawkticehurst released this 04 Nov 17:55
· 101 commits to main since this release
ec62132

Bug fixes

  • export vscode design system: fix a bug where the vscode design system provider was not exported by the package (#292)
  • button max width: adds a max width of 300px to buttons so long strings don't go outside the webview viewport (#290), closes #227
  • progress ring announcement: fix a bug where progress rings were not announcing themselves in NVDA screen reader (#279), closes #187

Features

  • side effects free package: updates the way that VS Code theme listening is done so the toolkit has no side effects (#281), closes #253
  • default component icons: update the default checkbox and dropdown icons to use Codicons (#280)

Docs

  • panels docs: update panels docs to discuss panel views as flexbox containers and mention the known issues with <br/> tags (#291), closes #230
  • radio group docs: fix some minor typos in the radio groups docs (#282)
  • radio and progress ring docs: fix minor inconsistency in the radio and progress ring doc titles (#284)
  • GitHub templates: update all GitHub templates so that template directions are comments instead of viewable text (#287)