Skip to content

v23.3.0-alpha5

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 04 Nov 15:28
· 200 commits to 23.3 since this release

API Documentation →

Changes Since v23.3.0-alpha4

💥 Behavior Altering Changes

  • login

🚀 New Features

  • charts
    • Add root entrypoint for vaadin-chart-series (#4908) (#4920)
  • crud
    • Add crud-edit and crud-edit-column entrypoints (#4910) (#4911)
  • grid
  • vaadin-lumo-styles
    • Add IntelliJ auto-complete support for Lumo theme (#4935) (#4941)

🐛 Bug Fixes

  • accordion
    • Add missing event map to vaadin-accordion-panel (#4906) (#4928)
  • context-menu
    • Make context menu renderer arguments required (#4918) (#4924)
  • crud
    • Add missing index property to CrudEditEvent (#4907) (#4914)
  • dialog
    • Make dialog renderer owner argument required (#4919) (#4926)
  • grid
    • Make row details renderer arguments required (#4917) (#4921)
    • Add missing type definitions for all-imports.js (#4875) (#4885)
  • login
    • Add missing types for properties notify events (#4904) (#4912)
  • notification
    • Make notification renderer argument required (#4934) (#4936)

💅 Polish

  • login

🔬 Tests

  • Other
    • Fix tooltip ITs to get rid of delay flakiness (#4876) (#4877)

🏠 Internal

  • icons