Socket
Socket
Sign inDemoInstall

oh-vue-icons

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oh-vue-icons - npm Package Versions

23

1.0.0-rc3

Diff

Changelog

Source

v1.0.0-rc3 (2022-04-24)

Bug Fixes

  • correct vue-demi version #21 (9220f4d)

Features

renovamen
published 1.0.0-rc2 •

Changelog

Source

v1.0.0-rc2 (2022-01-27)

Features

  • export type CustomizeIconType (90da087) (#18, #19), which can be imported by

    import type { CustomizeIconType } from "oh-vue-icons";
    
  • iconpacks: bump iconpacks (d0a76db)

renovamen
published 1.0.0-rc1 •

Changelog

Source

1.0.0-rc1 (2021-10-14)

BREAKING CHANGES

  • import paths have changed:

    Vue 3:

    - import OhVueIcon from "oh-vue-icons/dist/v3/icon.es";
    + import { OhVueIcon, addIcons } from "oh-vue-icons";
    
    - OhVueIcon.add(FaFlag)
    + addIcons(FaFlag)
    

    Vue 2:

    - import OhVueIcon from "oh-vue-icons";
    + import { OhVueIcon, addIcons } from "oh-vue-icons";
    
    - OhVueIcon.add(FaFlag)
    + addIcons(FaFlag)
    
  • @vue/composition-api is needed for Vue 2, @nuxtjs/composition-api is needed for Nuxt 2.

Features

renovamen
published 0.4.7 •

Changelog

Source

0.4.7 (2021-08-02)

Features

renovamen
published 0.4.6 •

Changelog

Source

0.4.6 (2021-07-25)

Features

renovamen
published 0.4.5 •

Changelog

Source

0.4.5 (2021-07-18)

Bug Fixes

renovamen
published 0.4.4 •

Changelog

Source

~~0.4.4 (2021-07-11)~~

This version has been DEPRECATED (see #15), use v0.4.5 or above instead.

Features

renovamen
published 0.4.3 •

Changelog

Source

0.4.3 (2021-05-08)

Features

renovamen
published 0.4.2 •

Changelog

Source

0.4.2 (2021-04-14)

Features

renovamen
published 0.4.1 •

Changelog

Source

0.4.1 (2021-03-29)

BREAKING CHANGES

  • expand data argument to remove need of array whem import icons (c32a79b) (#10)

  • use rollup to bundle the component in esm format (4a31c95) (#9)

  • import paths have changed:

    Icons:

    - OhVueIcon.add([FaFlag, RiZhihuFill]);
    + OhVueIcon.add(FaFlag, RiZhihuFill);
    

    Vue 3:

    - import OhVueIcon from "oh-vue-icons/dist/v3/icon.umd.min";
    + import OhVueIcon from "oh-vue-icons/dist/v3/icon.es";
    
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc