Skip to content

v23.1.0

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 07 Jun 08:11

API Documentation →

Changes Since v23.0.0

💥 Behavior Altering Changes

  • confirm-dialog
    • Use header and footer in confirm-dialog (#3673)
  • crud
    • Use header and footer in CRUD dialog (#3684)
  • vaadin-lumo-styles
    • Always show required field indicator (#3619)

🔥 Lit Renderer Directives

  • combo-box
    • Add Lit renderer directive for combo-box (#3770)
  • context-menu
    • Add Lit renderer directive for context-menu (#3777)
  • dialog
    • Add Lit renderer directives for dialog (#3755)
  • grid
    • Add Lit renderer directives for grid (#3759)
  • grid-pro
    • Add Lit renderer directive for grid-pro (#3780)
  • lit-renderer
  • notification
    • Add Lit renderer directive for notification (#3776)
  • select
    • Add Lit renderer directive for select (#3775)
  • virtual-list
    • Add Lit renderer directive for virtual-list (#3813)

🚀 New Features

  • charts
    • Show warning when engaging turbo mode in development mode (#3705)
  • component-base
  • dialog
    • Update themes for header and footer (#3654)
    • Set overflow attribute on the overlay (#3663)
    • Add dialog title, header and footer renderers (#3623)
  • grid
    • Add option to freeze columns to end (#3566)
  • multi-select-combo-box
    • Expose loading property and attribute (#3998)
    • Add missing requestContentUpdate() method (#3982)
    • Add missing API related to dataProvider (#3961)
    • Align custom value property and event (#3846)
    • Add screen reader announcements support (#3740)
    • Show dropdown with selected items when readonly (#3686)
    • Show overflow chip if chips do not fit (#3632)
    • Add multi-select-combo-box component (#3358)
  • vaadin-lumo-styles
    • Use CSS color-scheme property (#3656)

Changes Since v23.1.0-rc3

🚀 New Features

  • multi-select-combo-box
    • Expose loading property and attribute (#3998)
    • Add missing requestContentUpdate() method (#3982)

🐛 Bug Fixes

  • date-picker
    • Prevent and stop propagation when clearing (#3974)
  • multi-select-combo-box
    • Do not request dataProvider when readonly (#3997)
    • Remove not existing property observer (#3996)
    • Pass the correct owner to item renderers (#3983)
  • tabs
    • Add hidden attribute styles to vaadin-tab (#3986)
  • vaadin-themable-mixin
    • Allow passing array of styles with Lit (#3995)

📝 Documentation

  • accordion,checkbox-group,component-base,details,grid,icon,list-box,message-list,tabs
    • Annotate protected methods correctly (#3979)
  • crud,time-picker
    • Hide internal elements from API docs (#3977)

🏠 Internal

  • Other
    • Downgrade Lerna version to 4.0.0 (#3987)
    • Update dev dependencies versions (#3978)