Changelog
  1.28.0 (2019-09-26)
  Bug Fixes
 - delay: added 'dismissible' attribute (aecf10f)
 Features
 - helpers: added 'log()' helper function (d6ac484)
 1.27.0 (2019-09-26)
  Bug Fixes
 - helpers: corrected documentation for delay() (03483da)
 Features
 - v-toast: added 'dismissible' attribute (1bf5bed)
 1.26.0 (2019-09-26)
  Bug Fixes
 - v-button: added documentation for 'inverted' attribute (a7fc52f)
 Features
 - v-form/v-toast: updated documentation with toast() function (3fdd17b)
- added toast() function (890dfa7)
- v-form: added new events (success, fail and error) (e856bd9)
- added helper functions (toast, redirect and delay) (f212432)
- added helpers documentation (5b26361)
 1.25.0 (2019-09-24)
  Bug Fixes
 - v-cell: support empty cells (85bca78)
 Features
 - v-scroll-to: added component (a486a73)
 1.24.1 (2019-09-19)
  Bug Fixes
 - v-form: updated 'v-toast' example (cf89b60)
 1.24.0 (2019-09-19)
  Features
 - v-button: added 'loading' indicator (498187b)
- v-data: added support for multiple root nodes (306534f)
- v-fetch: added support for multiple root nodes (01cbe7f)
- v-form: added loading button and toast to examples (8f6ee7b)
- v-toast: added component (0d58808)
 1.23.4 (2019-09-19)
  Bug Fixes
 - v-content: utilized grid classes better (5a9f4e3), closes #519
 1.23.3 (2019-09-19)
  Bug Fixes
 - accordion: make sure accordion is 100% width (d1ba07b), closes #517
 1.23.2 (2019-09-18)
  Bug Fixes
 - v-form: make 'submit' events cancelable (fb5ee8b)
 1.23.1 (2019-09-18)
  Bug Fixes
 - v-form: remove 'invalid' box-shadow from invalid fields in FF (ea28296)
 1.23.0 (2019-09-18)
  Bug Fixes
 - v-card: made card content 100% height (d647968)
 Features
 - v-form: added 'disabled' state to all form inputs (abf7bca)
- v-form: added client side validation (7f16370), closes #440
 1.22.1 (2019-09-18)
  Bug Fixes
 - v-button: adjusted 'disabled' state (a6f2a36)
 1.22.0 (2019-09-18)
  Features
 - v-button: added 'disabled' state (c33dca6)
- v-form: added active/inactive submit button example (fba7f1b), closes #458
 1.21.2 (2019-09-18)
  Bug Fixes
 - v-form: added missing description of 'submit()' method (19a80bf)
 1.21.1 (2019-09-17)
  Bug Fixes
 - changed client side request example to use 'https' (bd5ae6a)
 1.21.0 (2019-09-17)
  Bug Fixes
 - v-fetch: updated 'v-fetch' to  better align with 'v-form' (a73c0e1)
 Features
 - v-form: added asynchronous requests and a lot of other features (dc31e14), closes #441 #403
 1.20.0 (2019-09-16)
  Bug Fixes
 - v-select: handle option text correctly (e79b87f)
 Features
 - v-toggle: added component (77bb200)
 1.19.0 (2019-09-16)
  Features
 - v-form: support nested 'form' tag (d4627a2)
 1.18.0 (2019-09-16)
  Bug Fixes
 - make sure v-checkbox and v-radio doesn't shrink in flex layout (c2b5331)
- v-button: added support for event handlers (eaa50e2)
 Features
 - v-accordion: added 'open' attribute (4f8079e)
 1.17.0 (2019-09-12)
  Features
 - v-input: added support for ASP.NET errors (1ca1e41), closes #397
 1.16.0 (2019-09-11)
  Features
 - v-form: added support for dependent fields (943a880), closes #279
 1.15.0 (2019-09-10)
  Features
 - v-accordion: support 'standalone' mode (bfca046)
 1.14.0 (2019-09-09)
  Features
 - v-table: support both ellipsis and overflow (76ddd34), closes #375
 1.13.0 (2019-09-05)
  Bug Fixes
   Features
 - css: added overflow-x-scroll class (393e948)
- v-button: added component (f51e0b5)
 1.12.0 (2019-08-28)
  Bug Fixes
   Features
 - v-input: added description and error attributes (f66a11c)
 1.11.1 (2019-08-14)
  Bug Fixes
 - v-select: pass all attributes to underlying select (6e65d15)
 1.11.0 (2019-08-14)
  Bug Fixes
 - v-radio: handle 'disabled' state correctly (d4cb5f8)
- updated dependencies (npm audit) (1646bc0)
 Features
 - v-data: added component (3db16df)
- v-modal: added component (67c3183)
- removed support for :data attribute when initializing (4a5d8b3)
 1.10.0 (2019-07-12)
  Features
 - v-checkbox: added component (0ed4460)
- v-radio: added component (6b2d9a0)
- v-select: added component (3328061)
 1.9.1 (2019-07-12)
  Bug Fixes
 - v-form: use child form-tag (9eb44f5)
 1.9.0 (2019-07-12)
  Features
 - v-form: added component (51206eb)
- v-input: added component (89eeb4a)
- v-textarea: added component (b1a4c88)
 1.8.0 (2019-07-11)
  Bug Fixes
 - v-embed: added ribbon support (dc48c88)
- v-image: fixed previous/next buttons (2f5e541)
 Features
 - v-ribbon: added component (0417fcd)
 1.7.1 (2019-07-10)
  Bug Fixes
 - v-card: handle default bg-variant if empty string is provided (5c22537)
- v-quote: corrected alignment and added 'cite' slot (681e373)
 1.7.0 (2019-07-09)
  Features
 - v-image: added component (a0fb034)
- v-table: added component (99d2c66)
 1.6.0 (2019-07-04)
  Bug Fixes
 - v-fetch: added support for dynamic URL's (47491dd)
 Features
 - v-placeholder: added component (31ed1ae)
- added :data attribute for setting initial reactive state (946510c)
 1.5.0 (2019-06-25)
  Features
 - v-accordion: added component (00cb10a)
 1.4.0 (2019-06-25)
  Bug Fixes
 - v-embed: adjusted margin (f9fe483)
 Features
 - v-quote: added component (f0f9709)
 1.3.0 (2019-06-25)
  Features
 - v-captureclick: added component (9f6c0c9)
- v-embed: added component (b32ba26)
 1.2.0 (2019-05-27)
  Bug Fixes
 - v-text: rename size mixin to avoid name collusion (fe7dbd1)
- remove animations from component chunks (13b6fbd)
- v-box: removed component (089d41a)
 Features
   1.1.5 (2019-05-24)
  Bug Fixes
 - playground: moved 'playground' to top-level navigation (346bf33)
- v-content: adjusted padding/margin (9aafca2)
 1.1.4 (2019-05-23)
  Bug Fixes
   1.1.3 (2019-05-23)
  Bug Fixes
 - v-navbar-menu-item:  added support for SC_LOCKED (db0d156)
- change hover effect for navigation items (7a276a3)
 1.1.2 (2019-05-23)
  Bug Fixes
 - removed text-decoration underline (0879cd7)
 1.1.1 (2019-05-23)
  Bug Fixes
 - updated public path for assets (5646325)
 1.1.0 (2019-05-23)
  Bug Fixes
 - navbar: made optimizations (b872ec9)
- sidebar: made optimizations (28dfcf6)
- v-content: made optimizations (c295cef)
 Features
 - added css animations (62b1a8a)
- added new fonts (68b3cbb)
- added sitecore experience editor support (d1181cf)
- added v-text component (60bbb0d)
 1.0.0 (2019-04-04)
  Bug Fixes