Closed web-padawan closed 4 days ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
The grid-pro test is failing again on Firefox. Will merge the PR without requiring check.
This ticket/PR has been released with Vaadin 24.6.0.alpha4 and is also targeting the upcoming stable 24.6.0 version.
Description
Added an option to mark the custom element as experimental with the following syntax:
This is needed to enable using Vaadin feature flags in web components without separate
enable.js
file. The reason behind this approach is that separateenable.js
would still have to be added to dev bundle.Type of change