Changelog

1.99.1 (2020-08-31)

Bug Fixes

1.99.0 (2020-08-24)

Bug Fixes

Features

  • v-form: add touched and hasInputs scoped slot properties (30df777), closes #2654
  • add font stylesheet for email templates (7600b66), closes #2685

1.98.0 (2020-08-10)

Bug Fixes

  • v-button: disable outline (c5eb8f6), closes #2423
  • v-datatable: show loading spinner on column sort change (e58eff0), closes #2552
  • v-footer-contact-mobile-tab: open first tab by default (4e12e18), closes #2538
  • improved article print css (1172c7a), closes #2383
  • v-image-group: hide pagination dots if group has one image (e92aa10), closes #2244
  • v-input: set fixed height on wrapper element (8f13e2c), closes #2533
  • v-table: detect scroll overflow when table becomes visible (612fcc7), closes #1828

Features

1.97.1 (2020-07-08)

Bug Fixes

  • v-map: change to async component (ae57233)

1.97.0 (2020-06-29)

Bug Fixes

  • utilize updateLocale for custom date format (c963883)
  • v-card-group: add more spacing between cards (fe31a70), closes #2537
  • v-date: add custom L format for danish locale (818fd2e), closes #2528
  • v-input: make disabled text color more visible (2d567a2), closes #2067

Features

1.96.2 (2020-06-25)

Bug Fixes

  • v-pdf: compatibility fix for older versions of ms edge (a044efc), closes #2502

1.96.1 (2020-06-09)

Bug Fixes

  • v-speak-text: only load responsive voice on specific sites (c39b8ea)

1.96.0 (2020-06-09)

Features

1.95.4 (2020-06-08)

Bug Fixes

1.95.3 (2020-06-08)

Bug Fixes

  • v-session-timeout: make sure we parse update limit as number (1b5e302)

1.95.2 (2020-06-08)

Bug Fixes

  • v-session-timeout: updated interval check logic (af1c1c7)

1.95.1 (2020-06-08)

Bug Fixes

  • v-speak-text: assume responsive voice is loaded on 3f.dk (5581722)

1.95.0 (2020-06-08)

Features

  • v-session-timeout: check 5 secs before modal (39f1320)
  • add find department composition (eed5f02), closes #261
  • v-button: add go-back property to act as browser back button (858dbae), closes #2232

1.94.4 (2020-06-03)

Bug Fixes

  • v-speak-text: fix responsive voice api key (3835f5b)

1.94.3 (2020-05-28)

Bug Fixes

1.94.2 (2020-05-28)

Bug Fixes

  • v-search: expose search configuration properties (7ee821d)

1.94.1 (2020-05-26)

Bug Fixes

  • add intersection observer polyfill for IE11 (eb5f4e6)

1.94.0 (2020-05-25)

Features

1.93.2 (2020-05-20)

Bug Fixes

  • v-text: forward event listeners (d2d4ead)

1.93.1 (2020-05-18)

Bug Fixes

  • v-modal: adjust z-index to be higher than navigation (c9910e0), closes #2225

1.93.0 (2020-05-18)

Bug Fixes

  • v-hero: make sure to keep hero within 1680px boundaries (9d4ace6), closes #2069
  • v-language-selector: optimize svg files (6d55c5a), closes #2125

Features

  • v-text: add truncate and truncate-middle properties (fa5606a), closes #2209

1.92.0 (2020-05-14)

Features

  • v-pagination: add server-side pagination component (97e7729)

1.91.0 (2020-05-13)

Bug Fixes

  • v-date: change calendar time format behaviour (d692c7b), closes #2109
  • v-table: add gradient to indicate horizontal scroll (cb68cb8), closes #1827
  • v-tabs: add gradient to indicate horizontal scroll (9b72281), closes #2202
  • v-text: add dark icon support for external links (9a23cd2), closes #2115

Features

1.90.3 (2020-05-12)

Bug Fixes

1.90.2 (2020-05-07)

Bug Fixes

  • v-tabs: fix horizontal scroll on tab titles (e98085d)

1.90.1 (2020-05-06)

Bug Fixes

  • v-layout: fix variable naming bug (0658297)

1.90.0 (2020-05-05)

Bug Fixes

Features

1.89.0 (2020-04-20)

Bug Fixes

  • v-pdf: disable web worker to fix production issue (eeb1003)

Features

1.88.1 (2020-04-17)

Bug Fixes

  • v-input: allow custom autocomplete value (76610b5)

1.88.0 (2020-04-14)

Bug Fixes

  • v-chat-composer: added minlength prop (ff28d01)
  • v-input: add custom minlength validation to disallow whitespace (ef17deb), closes #1638
  • v-searchable-select: improve accessibility by adding aria-label (bbd6abc), closes #1730
  • v-sidebar-item: added badge-count example to page-layout (56f3b84)
  • v-textarea: remove custom maxlength validation (64a98fc), closes #1460

Features

  • v-sidebar-item: add property to show unread badge (297c68a), closes #2027

1.87.0 (2020-03-25)

Features

1.86.0 (2020-03-17)

Bug Fixes

  • v-button: adjust button sizes (5dfcece), closes #840
  • v-datatable: scroll to top of table when changing page or page size (c165ebc), closes #1448
  • v-date-picker: fix mobile month/year navigation bug (de84152), closes #848
  • v-footer-links: adjust click area on links (4bc2b88), closes #1149
  • v-navigation: add missing alt attributes on img tags (e3675c4), closes #1732
  • v-searchable-select: fix arrow keys scrolling bug in search variant (d3dc5e3), closes #1554
  • v-sidebar: decrease margin and padding in tablet view (b89a04f), closes #1548
  • v-sidebar-item: adjust click area on links (9d66ae8), closes #1149

Features

1.85.1 (2020-03-11)

Bug Fixes

  • v-file: fix max size form validation, closes #1885 (de89959)
  • v-input: handle validation correctly (WIP) (d7787b8)
  • v-searchable-select: hide validation error on new selection (52a1e97)

1.85.0 (2020-03-10)

Bug Fixes

Features

  • v-file: add max-size prop to limit total file size, closes #1470 (692f376)
  • v-file: add prop to limit accepted file extensions, closes #1470 (61c2c30)

1.84.2 (2020-03-02)

Bug Fixes

  • v-navbar-menu-item: increased z-index (528f986), closes #1694
  • v-stack: remove line-height to avoid style conflicts (f6fde6f), closes #1635

1.84.1 (2020-02-25)

Bug Fixes

1.84.0 (2020-02-18)

Bug Fixes

  • card-content-layouts: updated compositions (636ee91)
  • v-text: adjusted line-height (7955a73)

Features

  • v-stack: introduced 'xxsmal' size (361db3f)

1.83.4 (2020-02-17)

Bug Fixes

1.83.3 (2020-02-11)

Bug Fixes

1.83.2 (2020-02-07)

Bug Fixes

  • v-accordion: text overflow ellipsis on v-text child, fixes #1217 (1bb3bfc)
  • v-alerts: added animation (543fa34)
  • v-language-selector: reverted to show flag icon (2a258be)
  • v-navbar-language: changed icon (59dcbce)
  • v-navbar-menu-item: added support for $listeners (79d9e7b)
  • v-navbar-menu-item: use 'hover' on desktop and 'click' on mobile (62464e1), closes #1383
  • v-ribbon: adjust font size, fixes #1215 (f48d102)

1.83.1 (2020-02-06)

Bug Fixes

  • v-alerts: fix global alert position on mobile, fixes #1608 (0b869da)
  • v-alerts: limit speak text function to alert content, fixes #1599 (e2c8ba4)
  • v-date-picker: adjust padding on small screens, fixes #1457 (ba81468)
  • v-fetch: stop loading asynchronously (a7eaaba)
  • v-searchable-select: stop loading asynchronously (9a0632d)

1.83.0 (2020-02-05)

Features

  • v-card: add example of responsive clickable cards layout (7bc26f1)

1.82.4 (2020-02-05)

Bug Fixes

  • v-tracking: remove console output (2f6132a)

1.82.3 (2020-02-04)

Bug Fixes

  • ie11: flex shrink issue (f97ed8c)
  • v-card: fix flex based layouts in IE11 (4331213)
  • v-hero: ie11 optimizations (a750912)
  • v-sidebar: ie11 fixes (6106655)
  • v-stack: adjust content line height (84c7076)

1.82.2 (2020-02-03)

Bug Fixes

  • layout: various adjustments by Mathias (6867263)
  • v-button: fix link button alignment in IE11, closes #1560 (7253f6d)

1.82.1 (2020-01-31)

Bug Fixes

  • v-card-group: optimized for IE11 (700b015)
  • v-icon: added 'height' prop, to help optimize for IE11 (23a5bca)
  • v-navbar-menu-item: optimized for IE11 (99751a6)

1.82.0 (2020-01-30)

Bug Fixes

Features

  • v-checkbox-group: add component to support checkbox groups (c2c7bef)

1.81.5 (2020-01-30)

Bug Fixes

1.81.4 (2020-01-30)

Bug Fixes

  • v-byline: styling fix (ba37a7a)
  • v-textarea: enforce maxlength on paste (58322ca)

1.81.3 (2020-01-29)

Bug Fixes

  • v-card: forward click event listeners (2bac5ad)
  • v-navbar: forward click event listeners (35b496c)

1.81.2 (2020-01-28)

Bug Fixes

  • styles: if font face is not loaded, render a fallback font face (9d0cf4c)
  • v-input/v-select: adjust font size for small variants (be2350b)

1.81.1 (2020-01-28)

Bug Fixes

1.81.0 (2020-01-28)

Features

  • v-searchable-select: add request cancellation feature (84e1dfc)

1.80.3 (2020-01-28)

Bug Fixes

  • v-accordion-group: fixes margin top issue #1332 (02d443b)
  • v-fetch: handle cancelled requests correctly (11bc9fd)

1.80.2 (2020-01-27)

Bug Fixes

  • v-fetch: resolve 'response.ok' by status instead of statusText (9ad043c)
  • v-textarea: enforce maxlength attribute correctly in MS Edge (04cedd6)

1.80.1 (2020-01-27)

Bug Fixes

  • v-button: link button icon styling (b19d863)
  • v-fetch: made subsequent requests abort previous requests (b61217c), closes #1264

1.80.0 (2020-01-23)

Bug Fixes

  • v-card: removed $withBase from code example (e26d597)
  • v-datatable: jump to first page after page size change (a10a562)
  • v-searchable-select: better multiline options styling (d158efb)
  • v-sidebar: fix vuepress rendering issue (5d041b2)
  • v-textarea: enforce maxlength attr with js (cb90801)

Features

  • v-card-group: added component (39c7247), closes #1384
  • v-sidebar-item: add support for locked icon (3dd7664)
  • v-stack: enable flex styling of stack content (c1afea9)

1.79.0 (2020-01-22)

Bug Fixes

  • v-card: decrease mobile padding (e3d163a)
  • v-searchable-select: emit select event and remove internal redirect (766bbf5)
  • v-sidebar: fixed z-index conflict (9ad0ddc)

Features

  • v-sidebar: show mobile toggle button tooltip to new users (f43006d)
  • v-sidebar: show mobile toggle button tooltip to new users (d02e742)

1.78.0 (2020-01-21)

Features

1.77.1 (2020-01-21)

Bug Fixes

1.77.0 (2020-01-20)

Bug Fixes

  • v-footer-contact: do not show image of business woman on mobile (60d5e5b)
  • v-navbar: fixed position and style adjustments (59c0f72)

Features

  • v-datatable: expand API to support column identifiers (9fc3963)
  • v-searchable-select: emit search result events (8c9313b)

1.76.0 (2020-01-15)

Bug Fixes

  • v-chat-bubble-file: prevent long filenames from overlapping icon (4ee0b35)
  • v-input: disable webkit autofill background color (df42571)
  • v-modal: handle overflow correct (720c458), closes #1278

Features

  • v-text: show icon after external links (a47ce7d)

1.75.0 (2020-01-14)

Features

  • v-footer-contact-hours: close on outside click (e33fa89)
  • v-tabs: added static version (aed4525)

1.74.0 (2020-01-14)

Bug Fixes

  • v-alerts: place global alerts below navigation (e3540ce)
  • v-alerts: style fixes (75a9a28)
  • v-card: fix stack order issue (6b48189)
  • v-icon: remove height prop (ee8a749)
  • v-sidebar: made clickable area smaller (84cfe4a), closes #1149
  • v-sidebar: only expand active menu items (efd1d96), closes #1286

Features

  • v-alerts: use session cookie to remember collapsed state (a886b6a)
  • v-byline: make speak text function optional (05b7343)
  • v-form: add support for .NET errors in various form elements (6102b1c)
  • v-speak-text: extract speak text component from v-byline (efadc39)

1.73.0 (2020-01-09)

Features

  • v-sidebar: added 'fab' button. (WIP) (54f05ae)

1.72.0 (2020-01-07)

Features

  • v-track: add utility component for google analytics tracking (2df7c4e)

1.71.0 (2020-01-06)

Features

  • v-accordion: added support for html strings in title (b8f9fb6)

1.70.1 (2019-12-19)

Bug Fixes

  • v-alerts: set icon color and font size (70e963e)
  • v-card: handle h-100 classes correctly (5456d9b)
  • v-date-picker: always open below input field (a12ec1b)

1.70.0 (2019-12-19)

Bug Fixes

  • v-card: correct overlay when positioned 'right' (f195792)
  • v-card: support 'h-100' css class (9443c23), closes #852
  • v-chat-bubble: corrected alignment when 'member' (6b095ec), closes #1071

Features

  • v-byline: add speak text function (423a735)

1.69.1 (2019-12-18)

Bug Fixes

  • v-datatable: make sure 'offset' starts at 0 (1a437dc), closes #863
  • v-file: changed icon and placeholder color (a59a8e4)
  • v-file: compare dropped files explicitly (0365eb0)
  • v-table: aligned padding for static version (b7faa03), closes #839

1.69.0 (2019-12-18)

Bug Fixes

  • v-input: on filter paste event for type="number" (122fbae), closes #1078
  • v-text: skip global v-text heading elements (41c0e17)
  • v-tooltip: ensure tooltips inherits correct font (a81efa2), closes #893
  • vuepress: disable cache on prod builds (ebe26d9)

Features

1.68.1 (2019-12-17)

Bug Fixes

  • v-datatable: send correct pagesize in url (a38283e)
  • v-date: adjust calendar format output (2690aa6)

1.68.0 (2019-12-17)

Bug Fixes

  • v-file: use component state files (2ab4cce)
  • v-modal: set fixed width on desktop (5316076)
  • v-searchable-select: fix custom no result slot (e4d8d77)

Features

1.67.1 (2019-12-16)

Bug Fixes

  • v-alerts: expose interval in api (0f178e8)
  • v-searchable-select: fix scrolling when using arrow keys (6e84431)

1.67.0 (2019-12-16)

Bug Fixes

  • v-alerts: change global alert position (90ab14c)
  • v-button: added support for icons with lionk-buttons (891d9d6), closes #789
  • v-button: added underline for 'link' variant (d39ca59)
  • v-card: added IE11 support (6a7f5e9)
  • v-ribbon: show 'left' position correct (df39d82), closes #752

Features

  • ie11: basic layout fix for vuepress (dc998d6)
  • v-alerts: cycle between alerts (58a220b)
  • v-ignore: added component (09abf9f), closes #823
  • v-searchable-select: add form reset event support (e57efcb)
  • v-searchable-select: add min-chars prop (7b8a3d8)

1.66.0 (2019-12-12)

Bug Fixes

  • v-file: handle reset events (d26cd49)
  • v-form: attach reset events to child elements (0053d1a)
  • v-form: expose target on success, fail and error events (f702076)
  • v-render: add support for rendering v-* elements (6c5626d)

Features

1.65.0 (2019-12-12)

Bug Fixes

  • v-accordion: toggle once in ie (cdc1832)
  • v-feedback: simplify element positioning (7650c42)
  • v-icon: scale svg to container size (b19f438)
  • v-input: block all non-digits (3c30493)
  • v-modal: fix scroll and content overflow handling (10958a0)

Features

  • global-styling: add font smoothing (f529865)
  • searchable-select-search: add search variant (c51201f)
  • v-render: add component to render HTML (7ea01a4)

1.65.0 (2019-12-12)

Bug Fixes

  • v-accordion: toggle once in ie (cdc1832)
  • v-feedback: simplify element positioning (7650c42)
  • v-icon: scale svg to container size (b19f438)
  • v-input: block all non-digits (3c30493)
  • v-modal: fix scroll and content overflow handling (10958a0)

Features

  • global-styling: add font smoothing (f529865)
  • searchable-select-search: add search variant (c51201f)
  • v-render: add component to render HTML (7ea01a4)

1.64.1 (2019-12-10)

Bug Fixes

  • build: fixed broken vuepress build (3e38a34)
  • docs: get rid of test markup (ec951bd)
  • ie11: support event constructor (a3c13fb)
  • v-form: handle malformed formdata (0e4f035)
  • v-form: remove unneeded form post data (2e6644e)
  • v-form: simplified ie11 post fix (6927b51)

1.64.0 (2019-12-10)

Bug Fixes

  • 3f-design.dk: updated cache headers (68ce12e)
  • build: apply flexbox fixes for ie11 (9d62c22)
  • v-card: specify explicit flex-basis (11d3687)
  • v-file: prevent ie11 drops (ffef365)
  • v-hero: handle ie11 flex (6b85f83)
  • v-navbar: handle overflow without scrollbar (1ac676a)
  • v-select: listen to change event, emit input (8e18871)
  • v-select: use native event object (7f3e4d1)

Features

  • 3f-design.dk: better edge-cache policy and error-handling (54b87d7)

1.63.0 (2019-12-04)

Features

  • v-footer-address: social media icons are now embedded (e497585)

1.62.4 (2019-12-04)

Bug Fixes

  • v-searchable-select: various bug fixes (89eef32)

1.62.3 (2019-12-04)

Bug Fixes

1.62.2 (2019-12-04)

Bug Fixes

  • v-footer: style fixes and new icons (a45b162)
  • v-footer-contact: add ribbon (aef69e6)

1.62.1 (2019-12-03)

Bug Fixes

  • build: v-date, add non-local object check (39eadb4)

1.62.0 (2019-12-03)

Bug Fixes

  • chat-composition: improve component encapsulation (897f2c9)
  • v-calendar: transpile dependency (cec8ab9)
  • v-form: use normal cursor on checkbox & radio (b7c69c8)
  • v-input: disable ie/edge pseudo elements (b842b81)
  • v-input: support minlength in ie (8342a6d)
  • v-searchable-select: expand placeholder (1e36172)
  • v-select: use disabled cursor when disabled (a395efa)
  • v-tag: adjust font size and padding (038b657)
  • v-textarea: hide scrollbars initially (a7a97f8)

Features

  • v-datatable: expose data, loading and empty (fb43fca)

1.61.0 (2019-11-28)

Bug Fixes

  • build: handle vuepress production builds (80e8684)
  • chat-composition: temp fix to prevent build fail due to v-date (f679db5)
  • v-alerts: use fixed width only on global (727561c)

Features

  • vuepress: open ie11 build in vuepress (4c4e867)
  • vuepress: use compatibility library (e0a44b0)
  • enable standalone ie11 build (a90e0fb)

1.60.0 (2019-11-26)

Features

  • added v-stack and v-inline components (ef184db)
  • v-text: added defaults (0b22964)

1.59.0 (2019-11-26)

Bug Fixes

  • v-byline: fix vuepress build (dda54cd)
  • v-form: adjust spacing in form docs (753aa46)

Features

  • v-alerts: add alarm icon and doc examples (6b457be)
  • v-alerts: collapse global alerts by default (1981bc5)
  • v-alerts: control svg opacity and colors (da37c82)
  • v-alerts: expose global portal target (de27fea)
  • v-alerts: implement global alert interface (206d16b)
  • v-alerts: show global alerts in portal (1c78769)
  • v-alerts: speak alert content (83530b1)
  • v-byline: translate action text (fba45ad)
  • v-byline: use element reference, text color (85f92b1)
  • v-hero: add v-hero component replacing v-header (1e77caa)

1.58.2 (2019-11-21)

Bug Fixes

1.58.1 (2019-11-21)

Bug Fixes

  • added experience editor support (a95f26c)

1.58.0 (2019-11-21)

Bug Fixes

  • translation-mixin: use fallback if translations object is missing (9c4ce90)

Features

  • translation: fallback for translations (8527f9f)
  • v-datatable: translate navigation text (463c6ff)

1.57.0 (2019-11-21)

Bug Fixes

  • v-datatable: ignore unknown query params (4417b3b)
  • v-datatable: pass falsy values to queries (7ad5f10)
  • v-datatable: set number sizing (1d00fc0)
  • tried rewriting component with v-fetch (845dcf0)
  • v-image: get rid of stray console.log (9439e7a)

Features

  • v-datatable: lock number dimensions (bb75e70)
  • v-datatable: use item numbers (4cde8be)
  • v-datatable: use searchable query format (38d4817)
  • v-searchable-select: add new styles and form input behaviour (47ee098)

1.56.0 (2019-11-18)

Features

  • v-searchable-select: add small loading indicator (13950a0)
  • v-searchable-select: add url prop to load async options (6af9f8a)
  • v-searchable-select: cleanup based on code review (35d3081)
  • v-searchable-select: remove styles not needed (aa5c332)

1.55.0 (2019-11-18)

Features

  • v-arrow: use pointer cusor by default (04d3a01)
  • v-datatable: add sorting requests (0ddb03f)
  • v-datatable: enable navigation pane (702d961)
  • v-datatable: expose table items (4eece6d)
  • v-datatable: handle page-size selection (fae2077)
  • v-datatable: implemented v-datatable base (27300e2)
  • v-datatable: remove template (885641f)
  • v-datatable: remove v-data dependency (d5efb71)
  • v-datatable: replace url tokens (11e1337)
  • v-datatable: use default query (35bf676)
  • v-datatable: use dynamic query (8b30665)
  • v-datatable: use sync, not custom event (2eaa2b9)
  • v-datatable: use total from api endpoint (02f70b3)
  • v-fetch: enable dynamic query properties (d8efdd1)
  • v-select: add small variant (4c5cd23)
  • v-select: support empty placeholder option (0679477)
  • v-table: sort from entire header (ba96eec)

1.54.0 (2019-11-15)

Bug Fixes

  • v-form: handle change and input events correctly (487c707)

Features

  • v-navbar: added support for language item attributes (a07a16f)

1.53.0 (2019-11-15)

Features

  • v-button: add link and link-icon variants (3b7a15b)
  • v-fetch: enable dynamic query properties (89cb43c)
  • v-modal: close button styling (15f73f1)
  • v-modal: render in portal (cfff2ed)
  • v-modal: set max height and add body scroll locking (3671a52)

1.52.1 (2019-11-14)

Bug Fixes

  • v-navbar: handle global CLIENT object correctly (2ef64af)

1.52.0 (2019-11-14)

Features

  • v-navbar: added language selector (5b0021d)

1.51.1 (2019-11-12)

Bug Fixes

  • v-accordion: fixed issue with slot children (60cff84)
  • v-toggle: right align toggle element (4c826c8)

1.51.0 (2019-11-12)

Features

  • colors: added light variants of success, danger and warning (4f89fc5)

1.50.0 (2019-11-12)

Bug Fixes

  • v-input: trim invalid values (9887afb)
  • v-toggle: proxy change to input event (999c644)

Features

  • v-accordion: add large accordion style (37a01cd)
  • v-accordion: added 'open' and 'opened' state (6ea01d8)
  • v-content: account for sidebar when 'full-width' is provided (f2b4306)
  • v-date-picker: change available dates implementation (167f49d)
  • v-searchable-select: change prop name (251fd35)

1.49.1 (2019-11-12)

Bug Fixes

  • v-select: propagate click event from icon (66e4009)

1.49.0 (2019-11-08)

Bug Fixes

  • v-date-picker: pass child elements to v-input to handle .NET errors (daeb8f4)
  • v-icon: include in main bundle (a734939)
  • v-texarea: forward $listeners to v-input (8522718)

Features

  • v-byline: add v-byline component (084369c)

1.48.0 (2019-11-07)

Bug Fixes

  • v-button: make sure text is centered (f40eabf)

Features

1.47.0 (2019-11-07)

Bug Fixes

  • design: adjust primary color (a27b344)
  • v-accordion: adjust dimensions and position (10288dc)
  • v-contentfade: fixed bottom size (4a8ea31)
  • v-fade: disabled user selection and pointer events (0d2bbbd)
  • v-fade: handle v-card overlays (e4b23c5)
  • v-fade: rename component (3e723f3)
  • v-input: filter pasted text (4e09d47)
  • v-input: make floatlabel indifferent to color (62e322f)
  • v-input: prevent specific key input (b55a6bd)
  • v-table: align styles with static version (e64b337)
  • v-table: implemented design corrections (6623026)
  • v-tabs: decrease active tab appearance (506bf2f)

Features

  • discipline-specific-content: add composition (6e3d9e8)
  • discipline-specific-content: add json files to docs (6b91ffc)
  • discipline-specific-content: avoid content clipping on vcard (92da390)
  • discipline-specific-content: optimize responsive styling (3ba0db0)
  • discipline-specific-content: use template literals (c0c341f)
  • restrict type="number" to [0-9] (6adaa3c), closes #678
  • v-contentfade: add v-contentfade component (fbf16a9)

1.46.1 (2019-11-04)

Bug Fixes

  • v-card: make sure content container isn't relative (983b2a3)
  • v-ribbon: make sure ribbon is 'clipped' (d288f4f)

1.46.0 (2019-11-04)

Bug Fixes

  • v-date-picker: disable pointer events on calendar icon (7d19632)
  • v-form: corrected property typo (9a34b5b)
  • v-form: extract border colors (a5ac1db)
  • v-form: extract disabled colors (1ce57d5)
  • v-form: extract placeholder colors (af551fa)
  • v-select: enable selection reset (81f2107)
  • v-select: extract color variables (e9d8367)

Features

  • v-date-picker: add locale support (bd14a9a)
  • v-date-picker: enable and style calendar navigation feature (2f752a3)
  • v-date-picker: fix arrow styling (36fc393)
  • v-toast: added timeout. close icon and styling (76ba67a), closes #679

1.45.1 (2019-11-04)

Bug Fixes

  • v-tooltip: adjust tooltip styling (c465c5b)

1.45.0 (2019-10-31)

Bug Fixes

  • v-searchable-select: adjust input field styling (d51db2a)

Features

  • redirect: added delay argument (e6b48ca)
  • v-searchable-select: add docs (0adeb71)
  • v-searchable-select: add support for more props (5b6438a)
  • v-searchable-select: added styling (c287aac)
  • v-searchable-select: added third party component (a4f577a)
  • v-searchable-select: boilerplate setup (68814cc)
  • v-searchable-select: handle mouseleave on option elements (436735c)

1.44.0 (2019-10-31)

Bug Fixes

  • v-alerts: adjust colors, fonts and icons (357bb57)
  • v-alerts: handle arrow events (ec74b1e)
  • v-card-info: highlight active info icons (312f9ac)
  • v-info-card: stay open without outline (8fe11c5)
  • v-tooltip: correct animation selector (398fd7c)

Features

  • v-card: add elevated property (e1df604)
  • v-card: extract box-shadow variable (0db30e5)
  • v-card-elevated: clean up css selector (74e197f)
  • v-card-info: add v-infoicon component (d8ef127)
  • v-info-card: enable keyboard focus on icon (859246c)

1.43.1 (2019-10-31)

Bug Fixes

  • v-date-picker: fix component configuration (338fd43)
  • v-date-picker: register component locally (0838ecd)

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