This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
v1.2.1
Bug fixes
- add file extensions to imports: adds explicit file extensions to module imports (#436), closes #432 and #435
- high contrast light theme: fixes high contrast light theme issue where the wrong colors were being applied to buttons on hover (#428), closes #365
Docs
- getting started guide: fixes a code snippet that demonstrated improper disposal of webview panel resources (#434)
- add multiple icons in text fields: example of how slots can be used to add multiple icons to text fields (#427), closes #307
- radio group docs: clarifies that
radio-group
components will only give keyboard support toradio
components (#420), closes #392 - label dropdown: adds a code snippet demonstrating how to add a label to a dropdown component (#429), closes #369