Skip to content

v24.1.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 15 Mar 08:07
· 1622 commits to main since this release

API Documentation →

Changes Since v24.1.0-alpha1

🚀 New Features

  • grid
    • Support scrolling to hierarchical index (#5428)

🐛 Bug Fixes

  • charts
    • Inflate functions in arrays (#5646)
  • date-picker
    • Reset _hasInputValue on programmatic input change (#5625)
  • grid
    • Clear dragover row and cell parts on dragover change (#5624)
  • time-picker
    • Update _hasInputValue on programmatic input change (#5638)
  • upload
    • Make extension patterns match the end of the file name (#5652)

💅 Polish

  • component-base
    • Avoid unnecessary re-renders on virtualizer size change (#5650)
  • date-picker,field-base
    • Improve _hasInputValue workaround, improve JSDoc (#5645)
  • grid
    • Avoid unnecessary render cycles in the data provider callback (#5647)