Unable to use CustomField in 13.0.0.beta1

I upgraded my project to <vaadin.version>13.0.0.beta1</vaadin.version> but I am unable to use CustomField. It looks like it’s not available in the jars being downloaded.

To make it work, I have to separately put the dependency for it:

        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>vaadin-custom-field-flow</artifactId>
            <version>1.0.0</version>
        </dependency>

AFAIK this is the case for all new components, same for vaadin-login-flow.

I assume com.vaadin:vaadin-bom will be updated before final release.

Just checked, 13.0.0.beta2 fixed this problem.

Ronald Muller:
Just checked, 13.0.0.beta2 fixed this problem.

Yes, it’s fixed.