Skip to content

v22.0.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 02 Sep 12:57

API Documentation →

Changes Since v22.0.0-alpha3

⚠️ Moved Packages

Some packages have moved. Old packages are preserved for backward compatibility.

  • button
    • Move button to new package (#2373)
  • checkbox, checkbox-group
    • Split vaadin-checkbox into checkbox, checkbox-group (#2418)
  • radio-group
    • Move vaadin-radio-button to radio-group (#2420)
  • select
    • Move vaadin-select to select (#2415)
  • vaadin-button
    • Re-create vaadin-button for backward compatibility (#2411)
    • Re-apply button changes (#2411)
    • Rename vaadin-button to button (#2411)
    • Remove button package (#2411)
  • vaadin-checkbox
    • Re-export new checkbox packages (#2419)
  • vaadin-radio-group
    • Re-export new radio-group package (#2422)
  • vaadin-select
    • Re-create vaadin-select for backward compatibility (#2416)

💥 Breaking Changes

  • select
    • Update select to use new structure (#2282)
  • vaadin-app-layout
    • Remove native button from drawer toggle (#2413)

🚀 New Features

  • button
    • Add themes and visual tests for new button package (#2400)
  • vaadin-context-menu, vaadin-menu-bar
    • Theme property for individual menu items (#2401)
  • vaadin-crud
    • Add no-toolbar attribute to hide toolbar (#2417)
  • vaadin-notification
    • Add a static "show" method to NotificationElement (#2322)

🐛 Bug Fixes

  • button
    • Prevent text selection for new button (#2412)
  • field-base
    • Do not override custom helper component ID (#2426)
  • vaadin-grid
    • Reflect tree grid level in a tree column toggle (#2427)

💅 Polish

  • button
    • Revert adding part to button container (#2402)
  • vaadin-app-layout
    • Use full imports with js extension (#2405)
  • vaadin-menu-bar
    • Improve overflow detection to handle theme change (#2397)

🏠 Internal

  • Other
    • Bump test-runner, simplify test packages detection (#2424)
    • Document using local clone in Vaadin app (#2338)