Skip to content

v22.0.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 10 Nov 15:26

API Documentation →

Changes Since v22.0.0-beta1

🐛 Bug Fixes

  • combo-box
    • Reset focusedIndex when value is reset (#2935)
  • context-menu
    • Show checkmark for checked menu item (#3004)
  • grid
    • Disable row drag and drop while loading (#2957)
  • menu-bar
    • Reset background for menu-bar item in button (#2967)
  • password-field
    • Do not set focus-ring on mousedown focus (#2963)
  • select
    • Don't throw on requestContentUpdate before attaching (#2995)
    • Use --lumo-clickable-cursor, refactor styles (#2977)
  • text-area
    • Workaround disabled textarea freezing Firefox (#2981)

💅 Polish

  • All components
    • Sort import statements in src files (#2915)
    • Hide internal API from TS definitions (#2960)
    • Align type definitions for all mixins (#2971)
    • Remove private API from TS definitions (#2974)
    • Sort import statements in themes (#2989)
    • Simplify themable-mixin imports in src (#3009)
    • Simplify themable-mixin imports in themes (#3011)
    • Align remaining themable-mixin imports (#3014)
  • avatar
    • Use FocusMixin instead of custom logic (#2966)
  • combo-box
    • Cleanup duplicate combo-box item styles (#3000)
  • context-menu,menu-bar
    • Use overlay-position-mixin with context-menu and menu-bar (#2917)
  • date-picker
    • Remove IronA11yKeysBehavior dependency (#3005)
  • item, select
    • Use new mixins, simplify keyboard handling (#2976)
  • message-list
    • Use FocusMixin instead of custom logic (#2970)

🔬 Tests

  • All components
    • Sort import statements in test files (#2983)
    • Simplify themable-mixin imports in tests (#3012)
  • confirm-dialog,split-layout
    • Import root entrypoints in typings tests (#2958)

🏠 Internal

  • All components
    • Align README for non-prefixed packages (#2994)
    • Remove vaadin-directory-description files (#2997)
    • Update README for deprecated packages (#2996)
  • grid
    • Bump Playwright to 1.16.3, fix grid keyboard test (#3002)
  • vaadin-themable-mixin
    • Remove no longer used docs-images folder (#2972)
  • Other
    • Update dev dependencies versions (#2999)
    • Add dev page for context-menu (#2982)
    • Add dev page for grid-pro (#2980)