The Badge component is currently an experimental feature and needs to be explicitly enabled.
- Are we going to release 2.0.0 while Badge is an expertimental feature, or will we wait until it is stable?
- Applications using version 2.0.0 of the add-on need to enable the experimental flag. We need to document in README that:
The Badge component is currently an experimental feature and needs to be explicitly enabled. The component can be enabled using Copilot, in the experimental features tab, or by adding a src/main/resources/vaadin-featureflags.properties file with the following content: com.vaadin.experimental.badgeComponent=true
- Add vaadin-featureflags.properties as a JAR exclusion. (Currently, it's in the repository under src/main)
The Badge component is currently an experimental feature and needs to be explicitly enabled.