Skip to content

v22.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 19 Nov 13:13

API Documentation →

Changes Since v22.0.0-beta2

🚀 New Features

  • component-base

🐛 Bug Fixes

  • combo-box
    • Add missing combo-box mixin classes (#3082) (#3091)
    • Stop Escape keydown propagation if the event was handled (#3039) (#3046)
  • component-base
    • Ensure virtualizer re-renders unhidden items (#3081) (#3083)
  • field-base
  • grid
    • Consider all headers and footers when calculating column width (#2964) (#3044)
    • Regenerate cell class names after column tree update (#3033) (#3037)
    • Make sure each grid section has a tabbable element (#2998) (#3026)
    • Get filtered grid root items from the data provider (#3021) (#3023)
    • Apply proper focus highlight for multiple header rows (#3016) (#3022)
  • polymer-legacy-adapter
    • Include model reference in declaratively bound events (#3078) (#3079)
  • upload
    • Set tabindex on the vaadin-upload-file element (#3068) (#3073)

💅 Polish

  • component-base
  • field-base
    • Move ARIA attributes logic to FieldAriaController (#3048) (#3076)

📝 Documentation

  • combo-box
    • Improve JSDoc, remove Polymer-specific parts (#3049) (#3051)

🔬 Tests

  • All components

🏠 Internal

  • Other
    • Update dev dependencies versions (#3042) (#3043)
    • Update change detection branch to 22.0 (#3017)