Skip to content

v24.3.2

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 22 Dec 08:42
· 125 commits to 24.3 since this release

API Documentation →

Changes Since v24.3.1

🐛 Bug Fixes

  • checkbox
    • Add missing change event type to vaadin-checkbox (#6960) (#6970)
  • date-picker
    • Stop propagation of click events on overlay (#6987) (#6991)
  • grid
    • Remove double header border when using column groups without header (#6993) (#6994)
  • rich-text-editor
    • Do not throw when dir attribute is set initially (#6996) (#6998)
  • split-layout
  • upload
    • Add missing held property to UploadFile type (#6958) (#6969)

💅 Polish

  • component-base
    • Make stateTarget property in typings as protected (#6964) (#6971)
  • crud
    • Mark _fields property in typings as protected (#6965) (#6972)

📝 Documentation

  • grid
    • Fix incorrect type name in deprecation notice (#6988) (#6989)