Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vue-layout/link

tada5hi105.0.1TypeScript support: included

A package containing a link component.

link, vue-router, nuxt, router-link, nuxt-link, vue

readme

@vue-layout/link 🔗

npm version CI

A package containing a link component.

Table of Contents

Installation

$ npm i --save @vue-layout/link

Usage

Register the plugin.

import install from '@vue-layout/link';
import { createApp } from 'vue'

const app = createApp({})

app.use(install, {
  /* optional options */
})

After the component is registered, it can be used as follows.

<template>
    <VCLink
        :to="'/route'"
    />
</template>

License

Made with 💚

Published under MIT License.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.6.1 (2023-08-19)

Bug Fixes

  • create, updated & delete handler in slot props (689080c)

3.6.0 (2023-08-19)

Features

  • don't render body, header & footer if no content exists (4bbd445)

3.5.1 (2023-08-19)

Bug Fixes

  • pass total option to slot properties (0f24ed4)

3.5.0 (2023-08-18)

Features

  • default slot for list rendering (fd0fee6)
  • make meta attribute generic (dc80a5c)

3.4.0 (2023-08-08)

Features

  • allow item {text,action}-content to be fn or value (e799f39)
  • make generic argument more felxible (8bfd005)

3.3.2 (2023-06-29)

Bug Fixes

  • component-name when building options for list (13ccd12)

3.3.1 (2023-06-28)

Bug Fixes

  • increase & decrease meta total on update/delete (7d27686)

3.3.0 (2023-06-28)

Features

  • enhance slot building and inheritance between list elements (73ed2a2)
  • override list-item created & updated event fns (bcf8287)

3.2.0 (2023-06-27)

Features

  • rename list-items to list-body (8929f78)

3.1.1 (2023-06-26)

Bug Fixes

  • set list-items default class to list-unstyled (ad48ab7)

3.1.0 (2023-06-26)

Features

  • enhance slot typing for components (28c5648)

3.0.2 (2023-06-26)

Bug Fixes

  • set few type properties optional (f0c4225)

3.0.1 (2023-06-26)

Bug Fixes

  • adjusted peer-dependency version (58ed93e)

3.0.0 (2023-06-26)

Bug Fixes

  • core package imports (317bb37)
  • modify busy state on list load if it is a ref (2b248f8)
  • remove duplicate type mayberef (34b4fa9)
  • simplify list builindg process (fd0b34c)
  • some typings + render list item slot if present (3c821e5)

Features

  • add explicit return types for render fn (687da1b)
  • allways emit updated & deleted event if handler is defined (bc53b0f)
  • refactored options typing + enhanced options building (31fe2ca)

2.8.4 (2023-06-23)

Bug Fixes

  • ensure updated/deleted event has valid comparision (c86bf19)

2.8.3 (2023-06-06)

Bug Fixes

  • component config option default detection (165fb8d)

2.8.2 (2023-06-06)

Bug Fixes

  • reading value of otpion value config (7315cbc)
  • reading value of otpion value config (c248f83)
  • updated lock file (684bcef)

2.8.1 (2023-06-06)

Bug Fixes

  • only read raw value if it is no component option config (fb59054)

2.8.0 (2023-06-05)

Features

  • attribute inheritence for form-control components (74d9147)
  • new utility fail-on-undefined (bf49135)

2.7.0 (2023-06-05)

Features

  • make value in component-option--config optional (7d4e023)

2.6.1 (2023-06-04)

Bug Fixes

  • recognize all slots for list item render fn (180b600)

2.6.0 (2023-06-04)

Bug Fixes

  • add slot content as third argument to list-item fn (9f22f45)

Features

  • add install support for list-controls (8024ea6)

2.5.0 (2023-06-02)

Features

  • wrap slot rendering + set default tag to ul & li (3e74e07)

2.4.1 (2023-05-22)

Bug Fixes

  • add missing label class to form-select component (80d2378)

2.4.0 (2023-05-22)

Features

  • allow string to be passed as date-time + add slot typing for countdown (00f2c78)

2.3.1 (2023-05-22)

Bug Fixes

  • reduce navigation components by restriction recursion (ce99424)

2.3.0 (2023-05-22)

Features

  • initial release for timeago component (6db9b59)

2.2.3 (2023-05-10)

Bug Fixes

  • pass slot props as second argument for list item fn (941397c)

2.2.2 (2023-04-16)

Bug Fixes

  • form-input checkbox mode-value prop (690b105)

2.2.1 (2023-04-13)

Bug Fixes

  • minor change to force version bump (e1903d2)

2.2.0 (2023-04-13)

Features

  • expose core package on export path (56a0969)

2.1.1 (2023-04-12)

Bug Fixes

  • cleanup presets configurations (86ec907)

2.1.0 (2023-04-10)

Bug Fixes

  • minor variable renaming for child options configuration (c819a47)

Features

  • add list-header & list-footer builder (20001c4)
  • allow hypescript content besides slot for list-header & list-footer (56f757a)

2.0.1 (2023-04-10)

Bug Fixes

  • core package usage for countdown & gravatar (8c3c8b8)

2.0.0 (2023-04-10)

Bug Fixes

  • cleanup dependencies (0970437)
  • rename option value builder + cleanup dist directory before build (588233b)
  • store option check + initial example refactoring (f0d5c6c)

Features

  • add form-submit component (4307b8f)
  • reimplemented core package + outsourced presets (1e7f620)
  • split hyperscript- & core-package (2e7852a)

1.1.0 (2023-04-04)

Features

  • add form-{checkbox,text,selec,textarea} components (1960654)
  • add loading (list) template component (4e50e9d)

1.0.0 (2023-03-27)

Bug Fixes

  • bump few dependencies + reset lock file (0188d0f)

Features

BREAKING CHANGES

  • bump version

0.4.0 (2023-02-02)

Bug Fixes

  • basic: enhanced pagination component + use terser for bundling (e60c0f3)
  • build for core & hyperscript package (734022f)
  • core: is option value config check (5351ed9)
  • deps: bump regenerator-runtime from 0.13.10 to 0.13.11 (a15391f)
  • deps: bump regenerator-runtime from 0.13.9 to 0.13.10 (2e03dd0)
  • deps: bump smob from 0.0.3 to 0.0.6 (2a3bd32)
  • deps: bump smob from 0.0.6 to 0.0.7 (e2f2fda)
  • deps: bump smob from 0.0.7 to 0.1.0 (#487) (79ae8e7)
  • deps: bump vue from 3.2.39 to 3.2.40 (b59ae0a)
  • force version bump (18fcd29)
  • hyperscript: add addtional exports from core package (ff4dcfe)
  • hyperscript: add missing handlers for global list builder (68f58ee)
  • navigation package linting issues (ea3f1bd)
  • test suite (eca4759)
  • updated dependencies + parallel build execution (b45fad6)

Features

  • basic: add countdown component (7d2625c)
  • basic: add gravatar component (ce91916)
  • basic: simplified plugin setup (a5ad47e)
  • hyperscript: add updated & deleted handler for list-item(s) (1ec3de1)
  • replaced babel with swc (2de7fe8)