Skip to content

Releases: mimecorg/vuido

0.2.0

20 Aug 20:50
Compare
Choose a tag to compare

Features

  • add Area widget and AreaGroup, AreaPath and AreaText elements
  • add $libui property
  • add $start, $exit and $dialogs methods

Bug fixes

  • fix default attributes of some widgets
  • fix setting the margin for child tabs

0.1.3

16 Jul 17:04
Compare
Choose a tag to compare

Bug fixes

  • fix reordering elements
  • treat null values as empty text

0.1.2

05 Jun 19:49
Compare
Choose a tag to compare

Features

  • add new container: Form
  • add fullscreen and borderless attributes and resize event to Window

Other changes

0.1.1

29 May 23:01
Compare
Choose a tag to compare

Features

  • add new widgets: Checkbox, ColorButton, Combobox, DatePicker, DateTimePicker, DropdownList, FormButton, ProgressBar, RadioButtons, Separator, Slider, Spinbox, TextArea, TextInput and TimePicker
  • add new containers: Group and Tab
  • add support for the v-model directive
  • add show event to Window