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

[next] feat!: Change module import paths - drop dist and .js-extension #6389

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jan 16, 2025

☑️ Resolves

The individual import path of components, composables, directives, and functions was changed. The type of import is (e.g. components) is now lowercase and the dist part on the path, as well as the .js extension, will be omitted.

This also has the benefit that types and js assets are placed next to each other (not relevant but cleaner structure).

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

The individual import path of components, composables, directives, and functions was changed.
The type of import is (e.g. `components`) is now lowercase and the `dist` part on the path,
as well as the `.js` extension, will be omitted.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added 3. to review Waiting for reviews vue 3 Related to the vue 3 migration labels Jan 16, 2025
@susnux susnux added this to the 9.0.0-alpha.6 milestone Jan 16, 2025
@susnux susnux merged commit 5394062 into next Jan 18, 2025
20 checks passed
@susnux susnux deleted the feat/import-names-v9 branch January 18, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews vue 3 Related to the vue 3 migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants