Skip to content

Releases: Renovamen/oh-vue-icons

v0.3.1

26 Mar 03:30
Compare
Choose a tag to compare

Features

v0.3.0

24 Mar 06:26
Compare
Choose a tag to compare

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'

v0.2.2

22 Mar 12:39
Compare
Choose a tag to compare

Features

v0.2.1

14 Mar 13:04
Compare
Choose a tag to compare

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

v0.1.11

27 Feb 05:08
Compare
Choose a tag to compare

Bug Fixes

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

v0.1.10

25 Feb 08:04
Compare
Choose a tag to compare

Features

v0.1.9

13 Feb 13:31
Compare
Choose a tag to compare

Features

v0.1.8

02 Feb 12:04
Compare
Choose a tag to compare

Features

  • iconpack: add Octicons (b381719)
  • animation: support adjusting animation speed, add flash animation (e8ecf8f)

v0.1.7

05 Jan 13:31
Compare
Choose a tag to compare

Bug Fixes

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

Features

v0.1.6

03 Jan 13:15
Compare
Choose a tag to compare

Features

Chore

  • change the prefix of gameicons to 'gi' (287852b)