Skip to content

v1.6.0

Compare
Choose a tag to compare
@asvae asvae released this 21 Feb 11:51
· 698 commits to develop since this release

This release is focused on Tailwind and Nuxt support. But we managed to squeeze in several components.

Summary

  • Tailwind support
    We decided to drop vuestic CSS helpers and rely on Tailwind CSS instead. You can also sync Vuestic and Tailwind configs in one command.

  • Select autocomplete
    Select was missing autocomplete behaviour - not anymore!

  • Breakpoints service
    We added composables to manage breakpoints, these work nicely with Tailwind.

  • Vuestic CLI
    You can create new vuestic application based on vanilla vue, nuxt or vuestic-admin

  • Skeleton component
    Placeholders to show until your content is fully loaded.

  • Stepper component
    Guides user through a flow with multiple steps.

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.6.0