This repository was archived by the owner on Jan 6, 2025. It is now read-only.
v0.9.2
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
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)