vaadin / flow-components

Java counterpart of Vaadin Web Components
82 stars 63 forks source link

refactor!: change DateTimePickerI18n methods to return this #6329

Closed vursen closed 1 month ago

vursen commented 1 month ago

Description

The PR changes the return type of DateTimePickerI18n methods from void to DateTimePickerI18n to allow them to be chained, same as i18n methods in other components.

[!WARNING] It's marked as a behavior-altering change because there is a slight chance it could affect some custom extensions of DateTimePicker.

Part of #4618

Type of change

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud