Skip to content

Releases: vaadin/web-components

v20.0.0-beta1

03 May 07:14
Compare
Choose a tag to compare
v20.0.0-beta1 Pre-release
Pre-release

API Documentation →

Changes Since v20.0.0-alpha6

🐛 Bug Fixes

  • vaadin-avatar
    • Allow colored avatar border respect the host border radius (#289) (#290)

📝 Documentation

  • vaadin-date-time-picker, vaadin-time-picker
    • Fix time-picker step property API docs [skip ci] (#301) (#304)

🔬 Tests

  • All components

🏠 Internal

  • Other
    • Add version to release notes [skip ci] (#300) (#303)
    • Run all tests if lockfile changed (#293) (#298)

v20.0.0-alpha6

29 Apr 07:40
Compare
Choose a tag to compare
v20.0.0-alpha6 Pre-release
Pre-release

API Documentation →

Changes Since v20.0.0-alpha5

🚨 Warranty Fixes

  • vaadin-grid
    • Update filtering and sorting when grid and columns are attached / detached (#270) (#274). Ticket:1969

🐛 Bug Fixes

  • vaadin-accordion
  • vaadin-app-layout
    • Notify app-layout children about the resize (#229) (#279)
  • vaadin-grid
    • Flush debouncer to fix timing issue with scroll to index (#271) (#276)
  • vaadin-grid, vaadin-login
    • Use d.ts and not .ts for legacy typings (#269)

💅 Polish

  • vaadin-menu-bar
    • Cleanup no longer existing listener (#255)

🔬 Tests

  • vaadin-combo-box, vaadin-confirm-dialog, vaadin-context-menu, vaadin-date-picker, vaadin-grid-pro, vaadin-menu-bar
  • vaadin-accordion, vaadin-app-layout, vaadin-avatar, vaadin-board, vaadin-button, vaadin-charts, vaadin-checkbox, vaadin-combo-box, vaadin-context-menu, vaadin-date-time-picker, vaadin-radio-button
    • Use vaadin testing helpers (#252)

🏠 Internal

  • vaadin-element-mixin, vaadin-grid, vaadin-rich-text-editor
    • Add recommended TS rules to ESLint config (#251)
  • Other
    • Update change detection branch to 20.0 (#260)
    • Configure ESLint to lint TS files (#250)
    • Add .env file support (#249)

v20.0.0-alpha5

22 Apr 11:16
Compare
Choose a tag to compare
v20.0.0-alpha5 Pre-release
Pre-release

API Documentation →

Changes Since v20.0.0-alpha4

🚀 New Features

  • vaadin-date-picker, vaadin-date-time-picker, vaadin-details, vaadin-dialog, vaadin-grid-pro, vaadin-grid, vaadin-list-box, vaadin-login, vaadin-menu-bar, vaadin-messages, vaadin-notification, vaadin-overlay, vaadin-radio-button, vaadin-rich-text-editor, vaadin-select, vaadin-tabs, vaadin-text-field, vaadin-time-picker, vaadin-upload
    • Add Event suffix to events typings (part 2) (#240)
  • vaadin-accordion, vaadin-app-layout, vaadin-charts, vaadin-checkbox, vaadin-combo-box, vaadin-confirm-dialog, vaadin-context-menu, vaadin-crud, vaadin-custom-field
    • Add Event suffix to events typings (part 1) (#234)

🐛 Bug Fixes

  • vaadin-messages
    • Reorganize typings, add missing exports and tests (#248)
  • vaadin-upload
    • Clear uploading flag only when XHR ready state changes (#245)
  • vaadin-accordion
    • Add missing export for vaadin-accordion-panel (#230)
  • vaadin-grid
    • Clear details-opened attribute when item is removed (#225)
  • vaadin-element-mixin
    • Make dir attribute respect HTMLElement API (#205)
  • vaadin-crud
    • Do not create new item when existing editedItem is set (#206)
  • vaadin-context-menu
    • Define detail type at ContextMenuRendererContext (#200)

💅 Polish

  • vaadin-charts, vaadin-combo-box, vaadin-crud, vaadin-date-picker, vaadin-dialog, vaadin-grid-pro, vaadin-grid, vaadin-list-box, vaadin-list-mixin, vaadin-login, vaadin-overlay, vaadin-text-field, vaadin-upload
    • Format TS files using Prettier (#228)

🔬 Tests

  • vaadin-context-menu
    • Reduce visual regression tests flakiness (#239)
  • vaadin-crud
    • Skip CRUD tests in WebKit due to crash (#220)
  • vaadin-login
    • Fix login form submission tests (#215)
  • Other
    • Improve visual tests setup, update screenshots (#244)

🏠 Internal

  • Other
    • Downgrade playwright to 1.9.2 (#221)
    • Upload failed visual tests screenshots (#236)
    • Upgrade dependencies in yarn.lock (#211)

v20.0.0-alpha4

09 Apr 15:45
Compare
Choose a tag to compare
v20.0.0-alpha4 Pre-release
Pre-release

API Documentation →

Changes Since v20.0.0-alpha3

🚨 Warranty Fixes

  • vaadin-grid
    • Check if grid column is attached (#195). Ticket:1981

💥 Breaking Changes

  • vaadin-grid, vaadin-list-mixin, vaadin-upload
    • Reduce internal polymer array mutation use (#198)

🏠 Internal

  • All components
    • Fix version getters in components (#196)
  • vaadin-messages
    • Update README demo and API links (#191)
  • Other
    • Use recent tag for release notes (#193)
    • Add pull request template (#194)
    • Document visual tests in README (#189)
    • Bump dev dependencies versions (#187)
    • Fix version script to run in CI (#188)

v20.0.0-alpha3

30 Mar 10:28
Compare
Choose a tag to compare
v20.0.0-alpha3 Pre-release
Pre-release

API Documentation →

Changes Since v20.0.0-alpha2

🚀 New Features

  • vaadin-grid
    • Add cell-focus event to grid (#176)
  • vaadin-app-layout
    • Add closeDrawerOn property to handle navigation (#184)

🐛 Bug Fixes

  • vaadin-app-layout
    • Trim CSS custom properties values (#186)

🏠 Internal

  • All components
    • Fix version getters in components (#183)
  • Other
    • Add release notes script (#174)

v20.0.0-alpha2

26 Mar 08:53
Compare
Choose a tag to compare
v20.0.0-alpha2 Pre-release
Pre-release

API Documentation →

Changes Since v20.0.0-alpha1

🐛 Bug Fixes

  • vaadin-app-layout, vaadin-charts, vaadin-cookie-consent
    • Update incorrect imports in typings (#182)
  • vaadin-messages
    • Remove extra margin and padding rules (#180)
  • vaadin-list-box, vaadin-list-mixin
    • Use correct type for selectedValues property (#177)
  • vaadin-details
    • Add aria-controls to details toggle button (#175)

📝 Documentation

  • All components
    • Prepare API docs for publishing (#77)

🔬 Tests

  • All components
    • Add visual regression tests (#131)

🏠 Internal

  • vaadin-messages
    • Add all-imports.js for vaadin-messages (#179)
  • Other
    • Add yarn-error to gitignore (#178)
    • Add usage instructions to README (#75)
    • Cleanup no longer used scripts (#71)

v20.0.0-alpha1

23 Mar 09:20
Compare
Choose a tag to compare
v20.0.0-alpha1 Pre-release
Pre-release

API Documentation →

Changes