Skip to content

v24.4.11

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 07 Oct 09:15
· 24 commits to 24.4 since this release

API Documentation →

Changes Since v24.4.10

🐛 Bug Fixes

  • checkbox-group
    • Do not throw when setting checkbox-group value to null (#7933) (#7935)
  • combo-box
    • Use correct ComboBoxScrollerMixin import in typings (#7917) (#7922)
  • custom-field
    • Validate custom-field when required is set to false (#7923) (#7928)
    • Ensure has-value attribute is set on custom-field (#7885) (#7887)
  • date-picker
    • Remove not working vaadin-lit-date-picker-light entrypoint (#7912) (#7916)
  • date-time-picker
    • Validate date-time-picker when required is set to false (#7908) (#7914)
  • login
    • Add missing .js extension to component-base imports (#7909) (#7911)
  • rich-text-editor
    • Delay parsing htmlValue when RTE is attached but not rendered (#7890) (#7929)
  • select
    • Add missing export for SelectListBox element class (#7925) (#7932)

📝 Documentation

  • tooltip
    • Fix tooltip JSDoc to use correct parameter name (#7939) (#7942)