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

v0.9.1

Choose a tag to compare

@hawkticehurst hawkticehurst released this 09 Feb 22:33
· 78 commits to main since this release
a73fb80

Docs

  • component usage guidelines: add an initial set of lightweight component usage guidelines and illustrations (#322), closes #126

Bug fixes

  • high contrast theme bugs: fixes a variety of component theming bugs when VS Code uses a high contrast theme (#326), closes #286
  • button disabled attribute logic: update logic for setting the disabled attribute value in the button component to fix a cross-browser bug (#323)
  • inline link alignment: removes flex styling from vscode-link which was causing alignment issues when used inline with other text (#330), closes #324
  • option value attribute: fixes an issue that disallowed empty string values in the option component value attribute (#333), closes #327

Admin

  • update npm ignore file: forgot to include the scripts directory to .npmignore in the last release, adding it in this one (#321)