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

Add warning about using vaadin- prefixed packages for V23 #3008

Closed
web-padawan opened this issue Nov 10, 2021 · 0 comments · Fixed by #4277
Closed

Add warning about using vaadin- prefixed packages for V23 #3008

web-padawan opened this issue Nov 10, 2021 · 0 comments · Fixed by #4277
Labels
v24 To be done in V24

Comments

@web-padawan
Copy link
Member

web-padawan commented Nov 10, 2021

Motivation

As part of #1992 we moved components to non-prefixed packages but kept the legacy packages too:

// Vaadin 22 recommended
import '@vaadin/grid';

// Vaadin 14-21 compatibility
import '@vaadin/vaadin-grid';

In Vaadin 22 these @vaadin/vaadin- packages are marked as deprecated but only in README (#2996)

Proposed solution

Add console warnings to all the @vaadin/vaadin- packages about deprecation in Vaadin 23 first alpha.
The packages can only be removed in the next major after adding a warning (Vaadin 24).

@web-padawan web-padawan added this to the v23 milestone Nov 10, 2021
@web-padawan web-padawan removed this from the v23 milestone Jul 29, 2022
@web-padawan web-padawan added v24 To be done in V24 and removed v23 labels Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v24 To be done in V24
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant