Skip to content

Releases: lyonlai/blessed-vue

Blessed Vue 2.0.1

04 Feb 12:48
Compare
Choose a tag to compare

This release fixed #3 . The dynamic component through :is attribute example is now in dashboard.

Blessed Vue 2.0.0

28 Jan 01:11
Compare
Choose a tag to compare

Thanks @geiseri for finding the issue of using Blessed Vue with VueX and contributing the PR to fix it.

  • fixed #7
  • updated call-log example with vuex
  • updated blessed-vue versions for example dashboard & login

blessed-vue 1.2.0

27 Apr 14:45
Compare
Choose a tag to compare

Upgrades

blessed-vue 1.1.0

22 Apr 13:30
Compare
Choose a tag to compare

Added supports blessed-contrib

  • blessed-contrib is supported.
  • overlapping tags are: line, log and table. by default contrib element is used, how ever if you want to use the blessed counterpart. just put attribute :blessed="true".

1.0.0

11 Apr 13:21
Compare
Choose a tag to compare

blessed-vue is out!

  • supports laying out your blessed application in markup language.
  • has same sfc(single file component) support via vue-loader or rollup-plugin-vue2
  • support styling blessed element via string/array/object.
  • screen object is also one of the element, so you put make screen object reactive too.

Enjoy.