Skip to content

v22.0.0-alpha10

Pre-release
Pre-release
Compare
Choose a tag to compare
@web-padawan web-padawan released this 15 Oct 12:19

API Documentation →

Changes Since v22.0.0-alpha9

🚀 New Features

  • grid-pro
    • Indicate editable and read-only cells visually (#2309)
  • icons
    • Update main entrypoint to use Vaadin iconset (#2853)
  • login
    • Add autocomplete attribute to login-form password field (#2847)
  • notification
    • Add theme support to notification static helper (#2849)

🐛 Bug Fixes

  • date-picker
    • Workaround to fix date-picker overlay positioning (#2871)
    • Make sure focused state gets cleared (#2838)
  • field-base
    • Synchronize aria-labelledby with has-label (#2856)
    • Add missing checked property to type declarations (#2843)
  • password-field
    • Hide the native reveal password icon on edge (#2875)
    • Synchronize password field reveal button disabled state (#2846)
  • radio-group
    • Set has-value attribute on radio-button click (#2862)
  • select
    • Don't apply placeholder styles to an empty value item (#2877)
    • Support non-latin characters in keyboard search (#2815)

💅 Polish

  • upload
    • Use large border radius for upload drop target (#2844)

📝 Documentation

  • field-base
    • Clarify autoselect description (#2845)

🔬 Tests

  • radio-group
    • Use label attribute instead of default slot (#2872)

🏠 Internal

  • Other
    • Bump eslint to v8 and typescript-eslint to v5 (#2840)