Skip to content

v24.5.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 08 Oct 07:35

API Documentation →

Changes Since v24.5.0-rc1

💥 Behavior Altering Changes

  • text-area
    • Make prefix, suffix and clear button stick to top (#7895) (#7924)

🐛 Bug Fixes

  • checkbox-group
    • Do not throw when setting checkbox-group value to null (#7933) (#7934)
  • combo-box
    • Use correct ComboBoxScrollerMixin import in typings (#7917) (#7921)
  • custom-field
    • Validate custom-field when required is set to false (#7923) (#7927)
    • Apply initially set custom field value to inputs (#7882) (#7888)
    • Ensure has-value attribute is set on custom-field (#7885) (#7886)
  • date-picker
    • Remove not working vaadin-lit-date-picker-light entrypoint (#7912) (#7915)
  • date-time-picker
    • Validate date-time-picker when required is set to false (#7908) (#7913)
  • login
    • Add missing .js extension to component-base imports (#7909) (#7910)
  • rich-text-editor
    • Delay parsing htmlValue when RTE is attached but not rendered (#7890) (#7930)
    • Bump Quill to fix error thrown on deleting text (#7899) (#7900)
  • select
    • Add missing export for SelectListBox element class (#7925) (#7931)

📝 Documentation

  • popover
    • Fix popover JSDoc to use correct parameter name (#7938) (#7940)
  • tooltip
    • Fix tooltip JSDoc to use correct parameter name (#7939) (#7941)