Skip to content

v23.2.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 15 Jun 09:09

API Documentation →

Changes Since v23.1.0

💥 Behavior Altering Changes

  • combo-box,multi-select-combo-box,time-picker
    • Remove internal dropdown element (#3944)

🚀 New Features

  • combo-box,date-picker,field-base,integer-field
    • Add public allowedCharPattern property (#3937)
  • multi-select-combo-box
    • Add multi-select-combo-box Lit renderer (#4020)

🐛 Bug Fixes

  • app-layout
    • Close drawer on touchend and prevent click (#4007)
  • combo-box
    • Prevent an item focus reset after more items are loaded (#4021)
    • Render selectedItem as selected when setting it while loading items (#4036)
  • context-menu,grid
    • Make getEventContext() work with context-menu on iOS (#4004)
  • crud
    • Show delete button when editing with dataProvider (#4023)
  • date-picker
    • Restore broken date-picker scroll duration (#4026)
  • icon
    • Allow setting custom viewBox attribute (#4002)
  • multi-select-combo-box
    • Ensure filteredItems is correctly updated (#4039)
    • Update selectedItems when updating items (#4016)
    • Do not fire change event on native input change (#4012)

💅 Polish

  • checkbox, field-base,integer-field,number-field,radio-group,text-area
    • Move initialization to ready() callback (#4032)
  • checkbox-group,checkbox,combo-box,component-base,crud,details,email-field,field-base,form-layout,integer-field,message-input,number-field,password-field,radio-group,select,text-area,text-field,time-picker
    • Make components and mixins use unique id utilities (#3994)
  • combo-box
    • Remove redundant call of _selectItemForValue (#4045)
    • Remove redundant logic from the items observer (#4035)
    • Extract some methods, improve their naming (#4015)
    • Simplify selected item sync logic (#4014)
    • Don't use Polymer API internally in combo-box (#4008)
  • combo-box,multi-select-combo-box,time-picker
    • Remove _dropdownItems property (#4019)
  • component-base
    • Add utilities for generating unique ids (#3993)
  • multi-select-combo-box
    • Don't override items filtered externally when not readonly (#4043)
    • Sync filteredItems with internal combo-box (#4028)
  • select
    • Use SlotController for value button (#4033)

📝 Documentation

  • field-base
    • Deprecate preventInvalidInput property (#4029)
  • integer-field,number-field
    • Update input-prevented attribute docs (#4030)

🏠 Internal

  • All components
    • Update master to Vaadin 23.2 (#4000)
  • Other
    • Disable yarn cache to fix CI builds (#4042)