Skip to content

Releases: vaadin/web-components

v23.3.31

08 Mar 11:08
Compare
Choose a tag to compare

API Documentation →

Changes Since v23.3.30

🐛 Bug Fixes

  • charts
    • Mokeypatch Pointer.onDocumentMouseMove method (#7118) (#7122)
  • grid
    • Delay column width recalculation until all rows have index (#7165) (#7168)

v23.4.0

07 Mar 09:55
Compare
Choose a tag to compare

API Documentation →

Changes Since v23.3.0

🚀 New Features

  • grid
  • menu-bar
    • Support reverse button collapsing order in menu-bar (#7124) (#7132)
  • multi-select-combo-box
    • Add keepFilter option (#7063) (#7085)
    • Add property to group selected overlay items at the top (#6685)
    • Add auto-expand properties instead of allChipsVisible (#6775)
    • Add option to always show all chips for selected items (#6515)

Changes Since v23.4.0-beta1

🐛 Bug Fixes

  • grid
    • Delay column width recalculation until all rows have index (#7165) (#7172)

📝 Documentation

  • multi-select-combo-box
    • Add missing annotation for custom-value-set event (#7157) (#7159)

v23.4.0-beta1

29 Feb 09:24
Compare
Choose a tag to compare
v23.4.0-beta1 Pre-release
Pre-release

v24.4.0-alpha15

28 Feb 08:58
Compare
Choose a tag to compare
v24.4.0-alpha15 Pre-release
Pre-release

API Documentation →

Changes Since v24.4.0-alpha14

🚀 New Features

  • text-area
    • Add scrollToStart and scrollToEnd API (#7144)

🐛 Bug Fixes

  • date-time-picker
    • Set date-time-picker showWeekNumbers to false by default (#7154)

🔬 Tests

  • combo-box
    • Cleanup combo-box unit tests, reorganize test suites (#7148)
  • radio-group
    • Remove has-label attribute tests from radio-button (#7080)
  • tabs
    • Refactor scrollable tabs tests to check for visible tabs (#6852)

v24.4.0-alpha14

26 Feb 09:37
Compare
Choose a tag to compare
v24.4.0-alpha14 Pre-release
Pre-release

API Documentation →

Changes Since v24.4.0-alpha13

💥 Breaking Changes

  • component-base,side-nav
    • Match query params when determining highlighted items (#7139)

🚀 New Features

  • side-nav
    • Add side-nav router integration API (#7131)

🐛 Bug Fixes

  • component-base
    • Visually hide virtualizer placeholders (#6600)
  • grid
    • Do not throw when clearing cache of an unattached grid (#7150)

💅 Polish

  • combo-box
    • Extract combo-box-light logic to reusable mixin (#7149)
    • Remove not working logic, reorganize focus tests (#7143)

🚧 Experiments

  • menu-bar
    • Add LitElement based version of menu-bar (#7015)

🔬 Tests

  • combo-box
    • Update combo-box tests to use await, minor cleanup (#7145)

🏠 Internal

  • board,charts,cookie-consent,crud,grid-pro,map,rich-text-editor
    • Update License file text for Commercial modules (#7129)
  • Other
    • Ignore sonar for execSync in wtr-utils (#7152)
    • Update rollup-plugin-terser to latest version (#7141)
    • Bump ip from 1.1.8 to 1.1.9 (#7137)

v24.3.7

26 Feb 09:10
Compare
Choose a tag to compare

API Documentation →

Changes Since v24.3.6

🐛 Bug Fixes

  • grid
    • Do not throw when clearing cache of an unattached grid (#7150) (#7151)

v23.4.0-alpha4

16 Feb 13:43
Compare
Choose a tag to compare
v23.4.0-alpha4 Pre-release
Pre-release

API Documentation →

Changes Since v23.4.0-alpha3

🚀 New Features

  • menu-bar
    • Support reverse button collapsing order in menu-bar (#7124) (#7132)

🐛 Bug Fixes

  • charts
    • Mokeypatch Pointer.onDocumentMouseMove method (#7118) (CP: 23.4) (#7121)

v24.2.7

14 Feb 06:29
Compare
Choose a tag to compare

API Documentation →

Changes Since v24.2.6

🐛 Bug Fixes

  • charts
    • Mokeypatch Pointer.onDocumentMouseMove method (#7118) (#7127)
  • grid
    • Ensure to append sizer cell of columns outside the viewport (#7094) (CP: 24.2) (#7099)
    • Scroll focused item to be first visible item after pagedown (#7050) (CP: 24.2) (#7096)

📝 Documentation

  • a11y-base
    • Add missing mixes annotations to ActiveMixin JSDoc (#7021) (#7025)
  • item
    • Add missing mixes annotations to ItemMixin JSDoc (#7029) (#7032)
  • login
    • Use correct mixins in vaadin-login-overlay JSDoc (#7020) (#7027)

🏠 Internal

  • multi-select-combo-box
    • Add missing type: module entry to package.json (#7011) (#7018)

v24.4.0-alpha13

12 Feb 09:46
Compare
Choose a tag to compare
v24.4.0-alpha13 Pre-release
Pre-release

API Documentation →

Changes Since v24.4.0-alpha12

🚀 New Features

  • menu-bar
    • Support reverse button collapsing order in menu-bar (#7124)

🐛 Bug Fixes

  • charts
    • Mokeypatch Pointer.onDocumentMouseMove method (#7118)
  • combo-box,component-base,grid,virtual-list
    • Make sure virtualizer has next focusable element (#7119)
  • icon
    • Prevent overflowing icon from clipping (#7123)

v24.3.6

08 Feb 13:22
Compare
Choose a tag to compare

API Documentation →

Changes Since v24.3.5

🐛 Bug Fixes

  • charts
    • Mokeypatch Pointer.onDocumentMouseMove method (#7118) (CP: 24.3) (#7120)
  • menu-bar
    • Implement enter and space handlers instead of button click (#7111) (#7116)