Skip to content

Releases: oruga-ui/oruga

v0.4.4

12 Aug 09:10
Compare
Choose a tag to compare

New features

  • Support tag property for TabItems (#162)
  • Add icon right and left classes properties for Button (#180)
  • Provide programmatic usage (@cimchd #169)

Fixes

  • Fix #159 distribute scss files in oruga-next builds
  • Fix #172 allowDuplicates check with custom createItem (@mscalessio)
  • Fix #173 apply native type only when button
  • Fix: add missing elementsWrapperClass prop for buttons
  • Fix: deep watch with array data in Table (@pakohan)

v0.4.3

02 Jul 12:27
Compare
Choose a tag to compare

New features

  • Remove fullPageIconClass prop on loading
  • Add icon right to datepicker
  • ConfigProgrammatic is now importable
  • Add tag prop to dropdown
  • Add closeIcon prop to inputitems (#150)

Fixes

  • Fix #160 disable events when button is disabled
  • Fix #158 empty events on modal
  • Fix #154 sass deprecations
  • Fix: autocomplete update model value event (next)
  • Fix: update internal checked rows on single check
  • Fix: add class to manage variant on steps

v0.4.2

11 Jun 11:00
Compare
Choose a tag to compare

New features

  • Add iconCheck prop to radio

Fixes

  • Fix auto height on textarea when rows prop
  • Fix datepicker month switch when mulitple
  • Fix missing sizeClass prop on slider
  • Fix model value ref on slider (next)
  • Fix warning function slots (next)

v0.4.1

25 May 21:34
Compare
Choose a tag to compare

New features

  • Add computed and data attributes to class function context (see https://oruga.io/documentation/#adding-classes)
  • Add itemEmpty class to Autocomplete
  • Add global statusVariantIcon prop
  • Add autocomplete prop to Checkbox
  • Add keep first prop to InputItems

Fixes

  • Remove disabled attribute on label switch
  • Remove wrong disabled attribute on InputItems
  • Fix Autocomplete options scrolling on keydown or keyup
  • Fix Field component: check if slot children is array
  • Fix Field body content loop (oruga-next)
  • Horizontal field is now full width
  • Fix addons support for Field (oruga-next)
  • Fix: how message when horizontal field (#136)
  • Fix Datepicker tab navigation with nearby-selectable-month-days prop
  • Fix Notification css

v0.4.0 - "Langia zenzeroides"

13 May 07:39
Compare
Choose a tag to compare

Breaking changes

  • Full-width input in the default style (oruga.css)

New features

  • Add notification component
  • Add inputitems component
  • Improve Vue 3 support

Fixes

  • Fix pagination current-class using slot
  • Fix datepicker back selection when mulitple
  • Fix expanded prop to datepicker

v0.3.6

14 Apr 21:22
Compare
Choose a tag to compare
  • A lot of bugs fixed and improvements

v0.3.5

03 Mar 13:29
Compare
Choose a tag to compare

Fixes

  • Various minfix

v0.3.4

17 Feb 23:16
Compare
Choose a tag to compare

Fixes

  • Fix constructor options tree shaking
  • Fix accessiblity on datepicker

v0.3.3

10 Feb 12:29
Compare
Choose a tag to compare

Fixes

  • Fix tabs animation when v-model is not defined
  • Various minfix

v0.3.2

06 Feb 11:24
Compare
Choose a tag to compare

Fixes

  • Fix #81 Checkable Table do not store the row when individual row is checked
  • Various minfix