Skip to content

v23.3.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 10 Oct 09:30

API Documentation →

Changes Since v23.3.0-alpha2

🚀 New Features

  • icons
    • Publish icons assets folder to npm (#4675)

🐛 Bug Fixes

  • checkbox-group
    • Add missing field-base package dependency (#4643)
  • component-base
    • Ensure variable item height virtualizer scrolls to top (#4703)
  • component-base,tooltip
    • Do not override position in the controller (#4654)
  • date-picker
    • Hide weekdays from assistive technologies (#4658)
  • date-time-picker
    • Do not allow interactions when disabled (#4668)
  • grid
    • Add support for delay properties to grid tooltip (#4677)
    • Use translate instead of margin for tree toggle (#4657)
  • menu-bar
    • Add support for delay properties to menu-bar tooltip (#4679)
  • tooltip
    • Make sure manual tooltip closes on detach (#4653)
  • upload
    • Escape regex operators in upload accept pattern (#4641)
  • vaadin-overlay
    • Adjust end property value on viewport resize (#4695)
    • Do not update position on scroll events inside the overlay (#4689)

💅 Polish

  • date-time-picker
    • Remove no longer used part styles (#4664)
  • menu-bar
    • Remove obsolete overlay positioning logic for menu bar (#4637)
  • tooltip
    • Update tooltip colors, fix dark theme (#4655)
    • Extract opened state logic to controller (#4676)

📝 Documentation

  • grid
    • Show a warning when auto-freezing joined columns (#4680)
  • tooltip
    • Clarify opening tooltip on keyboard focus (#4669)

🏠 Internal

  • tabsheet
    • Fix docs links in tabsheet README (#4663)
  • Other
    • Update dev dependencies versions (#4694)
    • Update GitHub Actions to latest versions (#4693)
    • Add a script for debugging integration tests (#4678)