Skip to content

v23.0.2

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 18 Mar 12:49

API Documentation →

Changes Since v23.0.1

🐛 Bug Fixes

  • crud
    • Update dataProvider when grid is set (#3558) (#3579)
    • Do not fail when saving a new item using dataProvider (#3533)
  • date-picker
    • Use correct styles for week numbers (#3544) (#3547)
    • Fire change event after value-changed (#3531)
  • field-base
    • Restore focused attribute behavior (#3577) (#3582)
    • Do not delegate focus when clicking on non-focusable child (#3565) (#3567)
  • grid
    • Reset stored column order on mousedown (#3527)
    • Hide overflowing tree-toggle content (#3525)
  • menu-bar
    • Revert setting align-self to stretch (#3534)
  • select
    • Update selected item styles to not limit height (#3548) (#3564)
  • tabs
    • Use margin for centered theme variant (#3511)

💅 Polish

  • date-picker
    • Handle user-selected date properly (#3530)
  • text-area

🔬 Tests

  • combo-box
    • Add snapshot tests for combo-box (#3522)
  • time-picker
    • Add snapshot tests for time-picker (#3521)

🏠 Internal

  • field-base
  • Other
    • Update change detection branch to 23.0 (#3541)
    • Add script to run npm dist-tag (#3524)