Changelog

1.43.0 (2019-10-30)

Bug Fixes

  • v-tooltip: adjust design based on pr comments (f9d784c)
  • v-tooltip: load async on each instance (72a4212)

Features

  • v-tooltip: add async directive helper (58a624d)
  • v-tooltip: add base v-tooltip directive (72555a7)
  • v-tooltip: insert tooltip in local DOM (50a759f)
  • v-tooltip: set colors and dimensions (0600e86)

1.42.2 (2019-10-28)

Bug Fixes

  • v-date-picker: load async in production (8bcbfd6)

1.42.1 (2019-10-28)

Bug Fixes

  • v-tag: re-add v-tag registration (485cb12)

1.42.0 (2019-10-28)

Bug Fixes

  • build: remove explicit peer dependency (c49a189)
  • v-date-picker: added dependency (49efa77)
  • v-date-picker: added icon (d116a7b)
  • v-date-picker: emit input event with selected date as value (ce5e576)
  • v-date-picker: minor fixes (eac6370)
  • v-date-picker: removed delay mixin (5a68b29)
  • v-date-picker: removed unused computed prop (89e8231)
  • v-date-picker: revert introduction of new breakpoint (b871709)
  • v-date-picker: use focus instead of click to trigger popover (150874e)
  • v-input-and-textarea: added value prop (bb7b0ea)

Features

  • v-date-picker: added component (5815dba)

1.41.0 (2019-10-24)

Bug Fixes

  • css: extract focus variable (ff6e3c5)
  • v-file: expand file input in containers (7b02e2a)
  • v-file: implement design feedback (088e2e1)

Features

  • v-file: allow and list multiple files (ab876a6)
  • v-file: default to droppable file uploads (7a3c66c)
  • v-file: handle sync file dropping (38859a0)
  • v-file: implement v-file component (4f9c6d4)
  • v-file: support file drag'n'drop (0520fcf)

Performance Improvements

  • v-file: codesplit v-file component (3559c36)

1.40.0 (2019-10-22)

Bug Fixes

  • build: undo vuepress conflict (eea55b2)

Features

1.39.0 (2019-10-22)

Features

  • -alerts: remove success state (4100232)

Performance Improvements

  • bundle: adjust browser support (af447a9)
  • bundle: adjust browser support (d1c4287)
  • dependencies: update sass-loader (538ab69)

1.38.0 (2019-10-17)

Bug Fixes

  • v-alerts: use boolean props for variants (6359864)
  • v-alerts: use theme colors (d747551)

Features

  • v-alerts: implement v-alert component (6e25e61)

1.37.0 (2019-10-15)

Bug Fixes

  • build: adjust git commit hooks for Windows (b18a093)
  • build: adjust import reference for Windows (df2e3f5)
  • v-tag: adjusted padding (8637c78)

Features

  • v-button: added support for sc_locked and target blank (5aaadbc), closes #630
  • v-tag: added component (18a1e93)

1.36.4 (2019-10-15)

Bug Fixes

1.36.3 (2019-10-08)

Bug Fixes

  • v-form: handle 'isTrusted' events (84fa201)

1.36.2 (2019-10-08)

Bug Fixes

  • v-form: support native submit (cffa845)

1.36.1 (2019-10-07)

Bug Fixes

  • v-form: handle 'destroyed' state properly (3a2b325)

1.36.0 (2019-10-07)

Features

  • v-form: added 'reset' function (46dbafd)

1.35.4 (2019-10-07)

Bug Fixes

  • v-button: make sure text color doesn't inherit from v-text (cc114e7)
  • v-input: make sure we don't emit 'input' event multiple times (8d9155e)

1.35.3 (2019-10-03)

Bug Fixes

  • v-date: included supported languages in build (33456d6)

1.35.2 (2019-10-03)

Bug Fixes

1.35.1 (2019-10-03)

Bug Fixes

1.35.0 (2019-10-03)

Bug Fixes

  • v-select: make sure 'input' event only fires once (873de47)
  • cleaned up mixins (5389803)
  • v-text: simplified scoped css example (def38dc)

Features

1.34.0 (2019-10-02)

Features

  • v-text: added styling of child elements (ul, ol etc.) (9696024), closes #566

1.33.0 (2019-10-01)

Bug Fixes

  • v-tabs: added horizontal line below tabs (6ee164f)

Features

  • v-loading: added component (0abb2a6)
  • v-text: added default link styling (80ab62b)

1.32.0 (2019-09-30)

Features

1.31.0 (2019-09-30)

Features

  • v-fetch: added support for multiple HTTP verbs (aadea12), closes #575

1.30.0 (2019-09-30)

Bug Fixes

  • v-scroll-to: corrected documentation (a81dd94)

Features

  • v-table: added support for static tables (a4dcfb3), closes #374

1.29.1 (2019-09-27)

Bug Fixes

  • v-fetch: added support for no child elements (df4a9f7)

1.29.0 (2019-09-27)

Features

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

Features

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

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

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

1.9.1 (2019-07-12)

Bug Fixes

1.9.0 (2019-07-12)

Features

1.8.0 (2019-07-11)

Bug Fixes

  • v-embed: added ribbon support (dc48c88)
  • v-image: fixed previous/next buttons (2f5e541)

Features

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

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

1.4.0 (2019-06-25)

Bug Fixes

Features

1.3.0 (2019-06-25)

Features

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

Features

1.0.0 (2019-04-04)

Bug Fixes