Skip to content

v23.1.0-alpha4

Pre-release
Pre-release

Choose a tag to compare

@web-padawan web-padawan released this 27 Apr 10:56

API Documentation →

Changes Since v23.1.0-alpha3

💥 Breaking Changes

  • crud
    • Use header and footer in CRUD dialog (#3684)
  • vaadin-lumo-styles
    • Always show required field indicator (#3619)

🚀 New Features

  • component-base
    • Add LitElement support to DirMixin (#3718)
  • multi-select-combo-box
    • Show dropdown with selected items when readonly (#3686)

🐛 Bug Fixes

  • date-picker
    • Use correct styles for week number cells (#3734)
  • grid
    • Remove -webkit-overflow-scrolling style setting (#3737)
    • Cell-focus on click from within shadow DOM (#3714)

💅 Polish

  • All components
    • Add more rules to Prettier config, fix warnings (#3725)
    • Add more rules to ESLint config, fix warnings (#3727)
    • Add more rules to ESLint config, fix warnings (#3728)
    • Add more rules to ESLint config, fix warnings (#3726)
    • Add more rules to ESLint config, fix warnings (#3730)
  • confirm-dialog,crud,dialog
    • Simplify selectors in dialog styles (#3735)

📝 Documentation

  • date-picker
    • Restore missing DatePickerMixin (#3729)

🔬 Tests

  • combo-box
    • Update combo-box test to use helpers (#3733)
  • combo-box,crud,grid-pro,grid
    • Remove no longer needed Polymer flush (#3722)

🏠 Internal

  • component-base
    • Add typings for async and debounce (#3720)
  • vaadin-themable-mixin
    • Avoid running PolymerElement specific code with LitElement (#3723)