Skip to content

Releases: fengyuanchen/vue-feather

v2.0.0

07 Feb 10:41
Compare
Choose a tag to compare

Upgrade to Vue 3.

v1.1.1

14 Nov 04:08
Compare
Choose a tag to compare
build: release 1.1.1

v1.1.0

31 Oct 09:38
Compare
Choose a tag to compare
  • Convert to the functional component for better performance (#4).

v1.0.1

06 Jun 12:23
Compare
Choose a tag to compare
  • Rebuild with the latest vue-loader for better compatibility (#2).

v1.0.0

26 Jan 06:01
Compare
Choose a tag to compare
  • Support to use as a Vue plugin: Vue.use(VueFeather).
  • Support to use as a Vue component: Vue.component(VueFeather.name, VueFeather).
  • Register the component automatically once loaded in the browser.

v0.2.1

26 Jan 06:01
Compare
Choose a tag to compare
  • Use Sass instead of PostCSS.

v0.2.0

25 Mar 08:06
Compare
Choose a tag to compare
  • Rename element class name from vue-feather to feather.

v0.1.0

21 Mar 01:29
Compare
Choose a tag to compare
  • Support 10 props: animation, animation-speed, fill, size, stroke, stroke-linecap, stroke-linejoin, stroke-width, tag and type.