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

13

0.4.0

Diff

renovamen
published 0.3.1 •

Changelog

Source

0.3.1 (2021-03-26)

Features

  • iconpack: upgrade Bootstrap Icons (17 updated icons) (5118f11)
  • animation: add float animation (6d514cb)
renovamen
published 0.3.0 •

Changelog

Source

0.3.0 (2021-03-24)

Features

BREAKING CHANGES

  • import paths have changed:

    Vue 2:

    - import OhVueIcon from "oh-vue-icons/components/icon";
    + import OhVueIcon from "oh-vue-icons";
    

    Vue 2 SSR:

    + import OhVueIcon from "oh-vue-icons/dist-css/v2/icon.umd.min";
    + import 'oh-vue-icons/dist-css/v2/icon.css'
    

    Vue 3:

    - import OhVueIcon from "oh-vue-icons/components/icon-v3";
    + import OhVueIcon from "oh-vue-icons/dist/v3/icon.umd.min";
    

    Vue 3 SSR:

    + import OhVueIcon from "oh-vue-icons/dist-css/v3/icon.umd.min";
    + import 'oh-vue-icons/dist-css/v3/icon.css'
    
renovamen
published 0.2.2 •

Changelog

Source

0.2.2 (2021-03-22)

Features

renovamen
published 0.2.1 •

Changelog

Source

0.2.1 (2021-03-14)

BREAKING CHANGES

  • support Vue 3 🎉 (d58e037)

  • import path for Vue 2 has changed:

    - import OhVueIcon from "oh-vue-icons/components/Icon";
    + import OhVueIcon from "oh-vue-icons/components/icon";
    

Features

renovamen
published 0.1.11 •

Changelog

Source

0.1.11 (2021-02-27)

Bug Fixes

  • remove core-js from dependencies (#3) (0213f03)
renovamen
published 0.1.10 •

Changelog

Source

0.1.10 (2021-02-25)

Features

renovamen
published 0.1.9 •

Changelog

Source

0.1.9 (2021-02-13)

Features

renovamen
published 0.1.8 •

Changelog

Source

0.1.8 (2021-02-02)

Features

renovamen
published 0.1.7 •

Changelog

Source

0.1.7 (2021-01-05)

Bug Fixes

  • fix tree shaking problems (which occured due to the code sructure change in v0.1.5) (3507656)

Features

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