-
Notifications
You must be signed in to change notification settings - Fork 58
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
Package naming changes #1904
Comments
Perhaps hilla Java artifact should be renamed to |
Yes, let's do that. |
Apart from simplifying |
* feat!: rename npm packages Fixes #1904 --------- Co-authored-by: Vlad Rindevich <vladrin@vaadin.com> Co-authored-by: Luciano Vernaschi <luciano@vaadin.com>
* feat!: rename npm packages Fixes #1904 --------- Co-authored-by: Vlad Rindevich <vladrin@vaadin.com> Co-authored-by: Luciano Vernaschi <luciano@vaadin.com>
This ticket/PR has been released with Hilla 24.4.0.alpha1 and is also targeting the upcoming stable 24.4.0 version. |
For Java artifacts, the package names and Maven groupIds should be
com.vaadin.hilla
(instead ofdev.hilla
). Artifact names stay the same.For npm packages, all packages that require using Hilla should be prefixed with
@vaadin/hilla-
instead of@hilla/
, with few exceptions:@hilla/frontend
→@vaadin/hilla-core
@hilla/form
→@vaadin/hilla-lit-form
@hilla/react-components
→@vaadin/react-components
(out of scope for this issue)generator-typescript-
packages, maybe thetypescript-
part could be removedThe text was updated successfully, but these errors were encountered: