vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).

MIT License

Downloads
28.1K
Stars
3.5K
Committers
134

Bot releases are hidden (Show)

vuestic-ui - v1.5.1

Published by m0ksem almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.5.0...v1.5.1

vuestic-ui - v1.5.0

Published by asvae almost 2 years ago

Big release with a lot of breaking changes 🙃. See migration guide for transition

  • Accessibility - big one. Vuestic became accessible across the board.
  • New components
    • Tree view
    • Split view
    • Dropdown
    • Virtual scroll
  • Dark theme
  • Breakpoints service
  • Component presets
  • Internal
    • Releases automation
    • Automated tests for some composables
  • Improve docs (add kitchensink and roadmap pages)

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.11...v1.5.0

vuestic-ui - v1.4.11

Published by asvae about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.10...v1.4.11

vuestic-ui - v1.4.10

Published by m0ksem about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.9...v1.4.10

vuestic-ui - v1.4.9

Published by m0ksem about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.8...v1.4.9

vuestic-ui - v1.4.8

Published by m0ksem about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.7...v1.4.8

vuestic-ui - v1.4.7

Published by m0ksem about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.6...v1.4.7

vuestic-ui - v1.4.6

Published by m0ksem over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.5...v1.4.6

vuestic-ui - v1.4.5

Published by asvae over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.4...v1.4.5

vuestic-ui - v1.4.2

Published by m0ksem over 2 years ago

Description

Accessibility improvements, bug fixes and optimizations.

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.1...v1.4.2

vuestic-ui - v1.4.1

Published by asvae over 2 years ago

Mostly small fixes to support v1.4.0.

What's Changed

New Contributors

Full Changelog: https://github.com/epicmaxco/vuestic-ui/compare/v1.4.0...v1.4.1

vuestic-ui - v1.4.0

Published by asvae over 2 years ago

Took all our elbow grease, but it's finally there 🤗.

Exciting stuff

Less exciting stuff

  • Full transition to composition API
  • IDE typing support for components
  • betterer SSR support (vite, vue-ssr, nuxt)

Possible next steps

  • Accessability
  • Layouts
vuestic-ui - v1.3.5

Published by asvae over 2 years ago

🐛 Bug fixing release before the big one.

  • Bug fixes: slider, data table, inputs, file upload;
  • Docs fixes;
  • Refactors and restructuring. Most importantly, many components are moved to composition API.

Expect bigger things in v1.4.0. We're close to done on a bunch of features, but Nuxt 3 support is a tough beast :<.

vuestic-ui - v1.3.4

Published by asvae over 2 years ago

Minor release 😬

  • Have bunch of bug fixes: button, select, time input, card, infinite scroll, form etc.
  • We're switching from class components to composition API. That's in progress.
  • Css variables added to docs.

We did a lot of work on processes/planning side, which won't be directly visible, but should contribute to vuestic quality without a doubt!

vuestic-ui - v1.3.2 - Bug fixing and refactoring 🐛

Published by asvae almost 3 years ago

Current release is a small bug fixing release with several interesting features:

  • Create new flow for select;
  • Data table events;
  • Better tree shaking for vue-cli plugin;
  • Flippable icon;
  • Many smaller stuffs.
vuestic-ui - 🤓 Data-tables and timepicker

Published by asvae almost 3 years ago

Tables

With tables we decided to go a bit overboard to cover all cases you can have!

Regardless of the case you chose - you get the same visual style.

image

Time picker

Same as for date picker - you have two options:

image

image

Input has form validation and standard input features, when inline option is for usage as part of other component, i.e. dialog.

Bugs

  • There is a couple of pretty significant bug fixes
vuestic-ui - Tweaks and bug fixing

Published by asvae about 3 years ago

Polishing/bug-fixing release. Next one will include data-tables 😄.

Here's some changes:

  • Config system didn't work (very sneaky bug with class-component, thanks @Derranion)
  • DatePickerInput keyboard input support.
  • Vuestic-admin updated to use newest version of vuestic-ui.
  • Multiple documentation improvements.
vuestic-ui - Treeshaking and datepickers

Published by asvae about 3 years ago

Real good stuff

  • Datepickers: With input and standalone.
  • Tree shaking (allows to import only components you need, reducing bundle size): should work with vue-cli and vite (ssr) unless we messed something up :X.

Internal changes and smaller stuff

  • We're gradually moving from mixins to composition API. That gives us good typing; also composables are easy to expand. Downside is the steep(er) learning curve :/.
  • Docs tweaks (anchors, file structure, markdown tweaks).
  • Simplify translations handling.
  • Small fixes.
vuestic-ui - Russian translation and many fixes

Published by asvae over 3 years ago

Notably

  • Russian translation (thanks @mxmvshnvsk)
  • Dropdown fixes
  • Removed bulk dependencies (medium-editor, gravatar etc)
  • Fonts integration in vue-cli plugin
  • Select fixes (more fixes in the oven)
vuestic-ui - v1.1.0 - vite support and small fixes

Published by asvae over 3 years ago

After major 1.0.0 release unfinished businesses were left, and this release is exactly for that:

  • ssr fix - should work with vite now!
  • fix bundle size (482KB JS now, was slightly more >.>)
  • remove medium-editor wrapper from vuestic-ui, move to vuestic-admin.
  • dropdown button fix
  • sidebar fixes
  • color fixes
  • and smaller things