Skip to content

v24.6.0-alpha9

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 19 Nov 09:36
· 24 commits to main since this release

API Documentation →

Changes Since v24.6.0-alpha8

💥 Behavior Altering Changes

  • avatar-group
    • Update avatar group to not use Polymer splices API (#8145)

🚀 New Features

  • card
    • Add experimental card component (#8154)
  • component-base
    • Add option to return feature flag name from static getter (#8169)
    • Add option to mark defined custom element as experimental (#8162)
    • Add _createPropertyObserver() to PolylitMixin (#8144)
  • grid-pro
    • Grid-pro loading editor state (#8156)
  • horizontal-layout
    • Add wrap theme to horizontal-layout (#8125)
  • text-area
    • Configure maximum number of rows in text area (#8143)
    • Configure minimum number of rows in text area (#8138)
  • vaadin-lumo-styles
    • Add "drag-handle" and "resize-handle" icons (#8163)
  • vertical-layout
    • Add wrap theme to vertical-layout (#8128)

🐛 Bug Fixes

  • custom-field,text-area
    • Ignore padding when calculating content height (#8130)
  • input-container,vaadin-lumo-styles
    • Set input value font weight property on input container (#8141)
  • tooltip
    • Prevent duplicate warn up when opening same tooltip twice (#8135)
    • Handle tooltip controller closing state properly (#8131)

💅 Polish

  • avatar-group
    • Extract avatar-group logic into reusable mixin (#8148)
    • Extract avatar-group styles into reusable css literal (#8146)
  • crud
    • Extract crud styles into reusable css literal (#8158)
  • dashboard
    • Update dashboard default spacing (#8165)
    • Drop threshold from reordering dashboard widgets (#8157)
  • radio-group
    • Make radio-group properties use sync updates in Lit (#8127)

🚧 Experiments

  • avatar-group
    • Add LitElement based version of avatar-group (#8155)

🏠 Internal

  • dashboard
    • Add dashboard feature flag (#8171)
  • grid-pro
    • Remove accidental console.log from grid-pro test (#8170)
  • Other
    • Upgrade Stylelint and stylelint-config-vaadin (#8147)