Skip to content

v23.1.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 01 Jun 09:23

API Documentation →

Changes Since v23.1.0-rc2

🚀 New Features

  • component-base
    • Add a getAncestorRootNodes DOM utility (#3931)
  • multi-select-combo-box
    • Add missing API related to dataProvider (#3961)

🐛 Bug Fixes

  • combo-box
    • Prevent default for combo-box click on open (#3957)
  • date-picker
    • Prevent default for date-picker click on open (#3973)
  • field-highlighter
    • Show user tags overlay only when the field is fully visible (#3950)
  • multi-select-combo-box
    • Keep input value when data provider resolves callback (#3971)
    • Add aria-hidden to clear and toggle buttons (#3947)
  • select
    • Prevent default for click event on open (#3954)
  • time-picker
    • Clear time-picker with clear button on Esc (#3933)
  • vaadin-overlay
    • Reposition the overlay on scroll of position target ancestors (#3932)

💅 Polish

  • avatar-group
    • Use PositionMixin instead of custom logic (#3952)
  • combo-box
    • Move positioning logic to overlay (#3943)
  • combo-box,component-base,date-picker,field-base,multi-select-combo-box,time-picker
    • Add internal Enter and Escape handlers (#3929)
  • context-menu
    • Update menu renderer to not use flush (#3951)
  • field-base
    • Cleanup removed API from typings (#3948)
  • multi-select-combo-box
    • Align theme propagation property (#3945)
    • Cleanup multi-select-combo-box logic (#3938)

📝 Documentation

  • password-field
    • Remove no longer used mixin from typings (#3946)

🔬 Tests

  • date-picker
    • Do not tweak infinite scroller buffers (#3917)
  • field-highlighter
    • Speed up field highlighter tests (#3966)
    • Extract user-tags related tests (#3960)
  • Other
    • Add ITs for grid active-item-changed event (#3970)
    • Add tests for multi-select-combo-box in dialog (#3936)
    • Add more tests for combo-box in dialog (#3935)
    • Add tests for time-picker in dialog (#3934)

🏠 Internal

  • combo-box,date-picker,field-base,message-input,multi-select-combo-box,number-field,text-area,time-picker
    • Update JSDoc to mention correct mixin (#3930)
  • Other
    • Combine tests jobs into workflows (#3963)