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

v0.9.2

Choose a tag to compare

@hawkticehurst hawkticehurst released this 03 Mar 22:34
· 71 commits to main since this release
424299a

Features

  • new default data grid sizing: automatically set data grid columns to have equal width within data grid container (#346), closes #276
  • improve data grid ergonomics: manually defined data grids no longer need to include generate-header="none" (#346)

Docs

  • react docs: add docs for React-wrapped toolkit components (#336), closes #331

Bug fixes

  • scrollbar styling: update text area scrollbar to match the styling of scrollbars in core VS Code (#338), closes #258
  • data grid cell a11y: fix light theme a11y bug where slotted elements in data grid cells did not have high enough contrast with the background when focused/active (#345), closes #277 and #278
  • data grid cell alignment: update data grid cell styling to avoid alignment issues (#344), closes #313

Testing

  • update test script: update install URL and directions in response to an updated version of the sample that is used for testing (#339)