Skip to content

Releases: epicmaxco/vuestic-ui

v1.8.2

17 Oct 08:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

16 Oct 16:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

12 Sep 10:57

Choose a tag to compare

This time we focused on Input-like components, ensuring they operate and look consistently.

We introduced a couple of small breaking changes. We expect them to not be very noticeable, but just in case - you can consult change-log before committing to update.

We're committed to improve component quality by updating old stories and increasing test coverage. That's not exciting on the surface - but components will have less bugs, yaaay. You can track progress here.

New components

What's Changed

Updated: Input, DateInput, TimeInput, Select, Counter, ColorInput, Checkbox, Radio, Stepper components

Visit Change log docs section

Full changelog

New Contributors

Full Changelog: v1.7.6...v1.8.0

v1.7.8

v1.7.7

08 Sep 23:51

Choose a tag to compare

Full Changelog: v1.7.6...v1.7.7

  • fix(build): lodash cjs module error
  • fix(accordion): missing injection warning
  • build(types): fix useStateful types
  • fix: make collapse stateful by default
  • fix(#3789): accordion ignores v-model

v1.7.6

25 Aug 20:07

Choose a tag to compare

This is a last stable release before 1.8.0 where we plan to have a couple of small breaking changes 🫠.

Mostly couple small bugs and some documentation features like improved theme switcher.

What's Changed

Full Changelog: v1.7.5...v1.7.6

v1.7.5

17 Aug 19:36

Choose a tag to compare

Tiny release with much wanted bug fixes and small features.

We also started to lean into chromatic for our testing to have nicer stories and a bit of visual testing for them.

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.7.5

v1.7.4

04 Aug 18:58

Choose a tag to compare

This release is mostly about internal things for vuestic ui. These are very important for development team! (but probably not that exciting for you 🙃)

We moved to storybook from vue-book. It's still at very early stage, but we're going to gradually improve stories and introduce automated and visual testing.

What's Changed

Full Changelog: v1.7.3...v1.7.4

v1.7.3

04 Aug 18:49

Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v1.7.3

v1.7.2

14 Jul 09:54

Choose a tag to compare

Description

Minor fixes for VaRadio and VaForm component

What's Changed

  • fix(#3580): set isFocused to false if element haven't rendered yet by @m0ksem in #3584
  • fix(va-radio): incorrect rendering and accessibility improvement by @m0ksem in #3586
  • fix(#3587): correctly unwrap element from template refs by @m0ksem in #3588
  • fix: node 16 module resolution error by @bsssshhhhhhh in #3589
  • fix(docs): remove typography-block applied globally by @m0ksem in #3594
  • fix(#3582): move back label prop by @m0ksem in #3595

New Contributors

  • @bsssshhhhhhh made their first contribution in #3589

Full Changelog: v1.7.1...v1.7.2