Skip to content

Releases: epicmaxco/vuestic-ui

v1.4.2

23 Jun 19:08
Compare
Choose a tag to compare

Description

Accessibility improvements, bug fixes and optimizations.

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

27 May 16:02
Compare
Choose a tag to compare

Mostly small fixes to support v1.4.0.

What's Changed

v1.4.0

17 May 22:39
Compare
Choose a tag to compare

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

v1.3.5

29 Mar 19:22
Compare
Choose a tag to compare

🐛 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 :<.

v1.3.4

25 Jan 12:30
Compare
Choose a tag to compare

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!

v1.3.2 - Bug fixing and refactoring 🐛

10 Dec 17:16
Compare
Choose a tag to compare

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.

🤓 Data-tables and timepicker

29 Oct 15:44
Compare
Choose a tag to compare

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

Tweaks and bug fixing

23 Sep 09:51
Compare
Choose a tag to compare

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.

Treeshaking and datepickers

08 Aug 21:15
Compare
Choose a tag to compare

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.

Russian translation and many fixes

02 Jul 13:37
Compare
Choose a tag to compare

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)