Skip to content

v21.0.4

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 15 Nov 07:44

API Documentation →

Changes Since v21.0.3

🐛 Bug Fixes

  • vaadin-combo-box
  • vaadin-grid
    • Get filtered grid root items from the data provider (#3021) (#3024)
    • Disable row drag and drop while loading (#2957) (#2973)
  • vaadin-list-mixin
    • Prevent disabled items from being focusable (#2921) (#2926)
  • vaadin-radio-button
    • Set has-value attribute on radio button click (#2874)
  • vaadin-select
  • vaadin-text-field
    • Workaround disabled textarea freezing Firefox (#2981) (#2984)
    • Hide the native reveal password icon on edge (#2876)
  • vaadin-virtual-list
    • Workaround scrollToIndex issue (#2922) (#2923)
    • Don't update element for the same index more than once (#2910) (#2913)
    • Limit the requested pages to a given threshold (#2886)

💅 Polish

  • vaadin-grid,vaadin-virtual-list