Skip to content

Releases: vaadin/web-components

v24.4.1

05 Jul 07:44
Compare
Choose a tag to compare

API Documentation →

Changes Since v24.4.0

🐛 Bug Fixes

  • select
    • Do not show placeholder when select item has child elements (#7504) (#7507)

v24.3.15

05 Jul 07:35
Compare
Choose a tag to compare

API Documentation →

Changes Since v24.3.14

🐛 Bug Fixes

  • select
    • Do not show placeholder when select item has child elements (#7504) (#7508)

v24.3.14

18 Jun 06:51
Compare
Choose a tag to compare

API Documentation →

Changes Since v24.3.13

🐛 Bug Fixes

  • avatar
    • Make the img element in avatar non-draggable (#7431) (#7433)
  • component-base
    • Debounce an update after virtualizer size change (#7400) (CP: 24.3) (#7405)
  • component-base,field-base
    • Restore default node correctly when using helperText (#7449) (#7451)
  • grid
    • Measure auto-width correctly for focusButtonMode columns (#7046) (#7479)
  • overlay
    • Hide overlay if position target element is hidden (#7454) (CP: 24.3) (#7457)
  • vaadin-lumo-styles
    • Fix typo in the responsive grid layout utility classes (#7416) (#7419)

📝 Documentation

  • grid
    • Add note about em unit in the column width jsdoc (#7443) (#7445)

v23.5.2

18 Jun 06:41
Compare
Choose a tag to compare

API Documentation →

Changes Since v23.5.1

🐛 Bug Fixes

  • combo-box,overlay
    • Hide overlay if position target element is hidden (#7454) (CP: 23.5) (#7455)
  • grid
    • Do not move focus when focused in on grid via clicking (#7323) (#7331)

v23.4.2

18 Jun 06:34
Compare
Choose a tag to compare

API Documentation →

Changes Since v23.4.1

🐛 Bug Fixes

  • grid
    • Do not move focus when focused in on grid via clicking (#7323) (#7332)

v24.4.0

11 Jun 09:12
Compare
Choose a tag to compare

API Documentation →

Changes Since v24.3.0

💥 Breaking Changes

  • grid
    • Exclude hidden columns from sorting (#6927)
  • component-base,side-nav
    • Match query params when determining highlighted items (#7139)

💥 Behavior Altering Changes

  • app-layout
    • Update drawer-toggle to not extend button (#7005)
  • grid
    • Remove column re-exports from grid root entrypoint (#7090)
    • Update vaadin-grid-selection-column to use autoWidth: true (#7232)
  • menu-bar
    • Update menu-bar submenu to not extend context-menu (#7013)
  • multi-select-combo-box
    • Update MSCB overlay to not extend vaadin-overlay (#7002)
  • password-field
    • Update password-field button to not extend button (#7004)
  • side-nav
    • Add target property to side-nav-item (#7088)
    • Match query params when determining highlighted items (#7139)

🚀 New Features

  • checkbox-group,checkbox
    • Add readonly property to checkbox and checkbox-group (#7199)
    • Add required, error message and helper text to checkbox (#7285)
  • component-base
    • Add setProperties() method to PolylitMixin (#7041)
  • combo-box,multi-select-combo-box
  • date-picker
    • Add isDateDisabled functionality (#7075)
  • form-layout
    • Support using data-colspan attribute to set colspan (#7089)
  • grid-pro
    • Allow to disable editing for individual cells (#7269)
  • menu-bar
    • Close menu-bar programmatically (#7102)
    • Support reverse button collapsing order in menu-bar (#7124)
  • message-input
    • Add missing focus method to message-input (#7364)
  • side-nav
    • Add side-nav router integration API (#7131)
    • Expand parent items when item is set current (#7183)
    • Add router-ignore API to side nav item (#7233)
    • Add target property to side-nav-item (#7088)
  • text-area
    • Add scrollToStart and scrollToEnd API (#7144)
  • vaadin-themable-mixin
    • Support registering styles after component finalizes (#7069)
  • Other
    • Add script to build type definitions for theme folders (#7087)

v24.5.0-alpha3

10 Jun 09:10
Compare
Choose a tag to compare
v24.5.0-alpha3 Pre-release
Pre-release

API Documentation →

Changes Since v24.5.0-alpha2

  • release to get @vaadin/bundles updates

v24.4.0-rc3

10 Jun 10:32
Compare
Choose a tag to compare
v24.4.0-rc3 Pre-release
Pre-release

API Documentation →

Changes Since v24.4.0-rc2

  • get the @vaadin/bundles update out

v24.5.0-alpha2

07 Jun 10:28
Compare
Choose a tag to compare
v24.5.0-alpha2 Pre-release
Pre-release

API Documentation →

Changes Since v24.5.0-alpha1

🚀 New Features

  • confirm-dialog
    • Fire closed event when Confirm Dialog is closed (#7472)
  • dialog
    • Fire closed event when Dialog overlay is closed (#7471)
  • notification
    • Add closed event when Notification is closed (#7473)

🐛 Bug Fixes

  • grid-pro,grid
    • Remove custom part names from loading grid rows (#7469)
  • side-nav
    • Use navigated event (#7477)
    • Listen to 'vaadin-navigate' events (#7470)

🔬 Tests

  • combo-box
    • Add missing data provider tests (#7463)
    • Add missing data provider filtering tests (#7465)
    • Extract data provider filtering tests (#7464)
    • Reorganize data provider tests for better readability (#7462)
    • Rename data provider test suites to be consistent (#7461)
    • Move undefined size tests to more appropriate suite (#7460)

v24.4.0-rc2

07 Jun 10:27
Compare
Choose a tag to compare
v24.4.0-rc2 Pre-release
Pre-release

API Documentation →

Changes Since v24.4.0-rc1

💥 Breaking Changes

  • vaadin-lumo-styles
    • Remove double background color for typical code markup (#7369) (#7441)

🐛 Bug Fixes

  • component-base,field-base
    • Restore default node correctly when using helperText (#7449) (#7450)
  • grid-pro,grid
    • Remove custom part names from loading grid rows (#7469) (#7475)
    • Do not cancel edit column cell click events (#7453) (#7458)
  • overlay
    • Hide overlay if position target element is hidden (#7454) (CP: 24.4) (#7456)
  • side-nav

📝 Documentation

  • grid
    • Add note about em unit in the column width jsdoc (#7443) (CP: 24.4) (#7444)