Skip to content

feat: improve DOM structure, VitePress Teleport fix, minor features & bug fixes #204

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

Merged
merged 20 commits into from
Feb 18, 2025

Conversation

TotomInc
Copy link
Owner

@TotomInc TotomInc commented Feb 17, 2025

  • Improve DOM structure with better (CSS) layouts
    • Fix long labels that are not truncated
  • Multi-select labels/tags now have a separate click area to handle remove
  • SSR/VitePress fix with <ClientOnly /> since the component isn't SSR friendly
    • Note: there's nothing planned to make this component SSR friendly. Try to resolve this at the bundler/framework level (exclude Vue3-Select-Component from static rendering/hydration).
  • Consolidated unit-tests with a better code-coverage
    • Removed duplicate unit-tests
  • Introduced new CSS variables:
    • --vs-min-height
    • --vs-placeholder-color
    • --vs-background-color
    • --vs-disabled-background-color
    • --vs-multi-value-border
    • --vs-multi-value-border-radius
  • A lot of refactoring, split multiple components into their own when possible

Fixes the following issues: #199 #194 #176

Will be published as v0.11.0

Copy link

vercel bot commented Feb 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue3-select-component ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 1:11pm

@TotomInc TotomInc merged commit 289ef21 into master Feb 18, 2025
5 checks passed
@hackel
Copy link

hackel commented Feb 18, 2025

@TotomInc You rock, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants