Release Notes

What's new in the latest version of the vue-tailwind library.


vue-tailwind v.1.2

New features

  1. Now you can override the default value of every prop in the components, this is very useful when you want to avoid changing the default behavior of a component without needed to set the props every time. Read more →

  2. A brand new Datepicker component (TDatepicker) released. Read more →

  3. Better Typescript integration and some bug fixes

vue-tailwind v.1.3

New features

  1. A brand new Dialog component (TDialog) released. Read more →

  2. Misc fixes