Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(VIcon): Add 'tag' prop to VIcon that sets a custom tag to be used #6899

Merged
merged 5 commits into from
Apr 3, 2019

Commits on Apr 2, 2019

  1. feat(VIcon): Add 'tag' prop to VIcon that sets a custom tag to be used

    Add a new optional prop to VIcon, the 'tag' prop, that specifies a custom tag to use in the
    component, similar to the tag prop from VContainer. If none is provided, the component will fallback
    to use <i> as the tag, for the benefit of backwards compatibility.
    FRFlor committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    ccc3d43 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' into feat/v-icon-tag-prop

    Dmitry Sharshakov committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    12e9acd View commit details
    Browse the repository at this point in the history
  3. style(VIcon): Remove trailing comma

    Fix linting error by removing the trailing comma
    FRFlor committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    6f09be6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'next' into feat/v-icon-tag-prop

    Dmitry Sharshakov committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    2b7d2e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Merge branch 'next' into feat/v-icon-tag-prop

    Dmitry Sharshakov committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0b2baad View commit details
    Browse the repository at this point in the history