@gradio/dropdown@0.14.0
📦 gradioView on GitHub →
✨ 2 features🐛 1 fixes
Summary
This release introduces runtime language switching for i18n display names and improves accessibility for dropdown components. It also updates several internal Gradio package dependencies.
✨ New Features
- Run pnpm lint and pnpm ts:check on CI.
- Re-translate i18n choices display names when the language is switched at runtime.
🐛 Bug Fixes
- Make dropdowns accessible to screen readers (combobox ARIA pattern).