vaadin-miki / super-fields

Some extra Vaadin 14 / 24 components that support localisation, plus (hopefully) more.
Apache License 2.0
22 stars 7 forks source link

The Custom-field has moved directory from @vaadin/vaddin-custom-field to @vaadin/custom-field #524

Closed AndreGlauserAtWork closed 1 month ago

AndreGlauserAtWork commented 1 month ago

The latest versions of Vaadin are now using a different directory for the path to the web components.

https://github.com/vaadin/web-components/tree/main/packages/custom-field

This used to be located here:

https://github.com/vaadin/vaadin-custom-field

notice the name change and path change. The standard Vaadin components can not be found when compiling the JS

vaadin-miki commented 1 month ago

@AndreGlauserAtWork thank you so much for reporting the bug, I have absolutely no idea how it escaped me during testing :(

expect a fixed release this week

vaadin-miki commented 1 month ago

I did a clean run of the demo app, using latest development branch of superfields... and it seems to work

obraz

I think a similar problem with paths was fixed with #439 and #449 - please look into changes related to those tickets

could you @AndreGlauserAtWork please take a look if:

if the problem still persists, could you please remove node_modules from your project and try again

if it still persists, I am going to need a bit more information - a minimal project that reproduces the error would be great

AndreGlauserAtWork commented 1 month ago

Hi Miki, it was the version that was incorrect. When I used 0.19.2 everything is working fine. Thanks.

AndreGlauserAtWork commented 1 month ago

Closing as it is not a bug, but just user error for taking the wrong version.

The default version number from the Vaadin Directory is for the version 14 variation, so it was obvious in hindsight that it was wrong, but an easy mistake to make.