Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Releases: Morgul/vueboot

v0.3.0

07 Dec 20:36
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

This release adds a toast component. Toasts are basically alerts, but they can be created anywhere inside your application, and always display in the same location. They're very useful for user feedback, and a UI component I was missing a great deal. As for it's inclusion in VueBoot; well, it's a solid UI component, and is 100% dependent on Bootstrap for styling, so it seemed to make sense to me.

New Features:

  • Added toast component and toastService service.

v0.2.0

07 Dec 20:32
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This is an exciting release, because it's the first to really add a major new component to VueBoot. In this release, we now have the tabs component. I have always felt that Bootstrap's JQuery implementation of tabs, while useful, was awkward syntactically. This alleviates many of those issues, as well as adding styling options for different directions of tabs!

New Features

  • Added tabset and tab components.
  • Upgraded to the latest vueify.

v0.1.2

07 Dec 20:27
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Fixed usage with browserify and other module loaders.

v0.1.0

07 Dec 20:25
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release!