Skip to content

v22.0.0-alpha8

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

API Documentation →

Changes Since v22.0.0-alpha7

💥 Breaking Changes

  • All components
    • Simplify typings, drop interfaces files (#2813)
  • charts
    • Drop update() method support (#2825)
  • combo-box,context-menu,dialog,grid,menu-bar,notification,select,vaadin-overlay
    • Drop render() method support (#2819)
  • upload
    • Rename clear button to remove button (#2809)

🚀 New Features

  • vaadin-lumo-styles
    • Allow easy customizing of required indicator's color (#2810)

🐛 Bug Fixes

  • context-menu,menu-bar
    • Allocate context-menu overlay to separate layer (#2822)
  • polymer-legacy-adapter
    • Make themable-mixin a runtime dependency (#2812)

💅 Polish

  • combo-box,date-picker,number-field,select,text-field,time-picker
    • Move click listener from label to required indicator (#2824)
  • field-base,integer-field
    • Move _enabledCharPattern to input-field-mixin (#2818)

🏠 Internal

  • Other
    • Bump web-test-runner dependencies (#2814)