Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add option to mark defined custom element as experimental #8162

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

web-padawan
Copy link
Member

Description

Added an option to mark the custom element as experimental with the following syntax:

static get experimental() {
  return true;
}

This is needed to enable using Vaadin feature flags in web components without separate enable.js file.
The reason behind this approach is that separate enable.js would still have to be added to dev bundle.

Type of change

  • Internal feature

@web-padawan
Copy link
Member Author

The grid-pro test is failing again on Firefox. Will merge the PR without requiring check.

@web-padawan web-padawan merged commit 13cb006 into main Nov 18, 2024
8 of 9 checks passed
@web-padawan web-padawan deleted the feat/experimental-component branch November 18, 2024 09:04
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.6.0.alpha4 and is also targeting the upcoming stable 24.6.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants