This repository was archived by the owner on Jan 6, 2025. It is now read-only.
v0.9.1
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
disabledattribute value in the button component to fix a cross-browser bug (#323) - inline link alignment: removes flex styling from
vscode-linkwhich 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
optioncomponentvalueattribute (#333), closes #327
Admin
- update npm ignore file: forgot to include the
scriptsdirectory to.npmignorein the last release, adding it in this one (#321)