Skip to content

Releases: oruga-ui/oruga

v0.5.4

21 Feb 22:36
Compare
Choose a tag to compare

Fixes

  • fix(input): #302 hide icon when clearable and empty value
  • fix(input): #301 clickable icon when clearable
  • fix(table): add relative to table root class
  • fix(table): restore searchable field when value is an array
  • fix(table): filter table when multiple filters
  • fix(datepicker): missing config field for month picker
  • fix(tooltip): w3 validation (span > div)
  • fix(notication): #291 override duration prop from config
  • fix(datetimepicker): datetime parser when minute is 59
  • fix(icon): #287 add close icon mapping (mdi)
  • fix(dropdown): #285 append-to-body when override
  • fix(button): full width on label class (author: @garymathews)
  • fix(dropdown): #283 stay open when hoverable
  • fix: #282 remove charset on css bundle
  • fix: #299 remove "$" from components data

New features

  • feat(datepicker): #305 add selectListClasses prop
  • feat(dropdown): add itemTag and menuTag props to autocomplete menu tag (author: @elthariel)

Others

  • chore: use .mjs extension for built esm files #298
  • docs: minor fixes and improvements

v0.5.3

28 Jan 19:52
Compare
Choose a tag to compare

New features

  • feat(table): #271 add draggable-column prop
  • add support to Nuxt 3 (author: @danielroe)

Fixes

  • fix(modal): full screen default class (author: @dwhoop55)
  • fix(datetimepicker): #272 invisible timepicker
  • fix(carousel): missing itemsDraggingClass prop

v0.5.2

10 Jan 09:07
Compare
Choose a tag to compare

Fixes

  • fix: model-value binding on timepicker input (oruga-next) #266
  • fix(carousel): typo arrowIcon left/right is prev/next
  • fix(carousel): check event in dragEnd #264

v0.5.1

08 Jan 11:07
Compare
Choose a tag to compare

Fixes

  • fix: change configuration and defaults in Notification
  • fix: carousel config (author: @MaTTze)

v0.5.0 - "Cossus cossus"

07 Jan 09:52
Compare
Choose a tag to compare

Breaking changes

  • Remove icon prop and icon*Classes from radio/checkbox
  • Add rootClass to table as parent of current wrapperClass
  • Remove elementsWrapperClass from switch
  • Remove variantClass from field and add variantMessageClass and variantLabelClass props

New features

  • New component: Carousel 🎉
  • Add closeIconSize prop to notification
  • Add filter table checking accent
  • Add type prop to datepicker in order to use as monthpicker
  • Add table slot to datepicker
  • Improve accessibility of tabs (thanks @lsnow99)
  • Add variant prop to input and select
  • Add inputClass prop to switch

Fixes

  • Fix #248 check default slot when tabs-item content is empty
  • Fix #251 variant field when grouped
  • Fix #257 datepicker model when multiple (next)
  • Fix table filtering when one column input is empty
  • Fix scroll autocomplete options using keyboard (next)
  • Fix null check before checkValidity (thanks @amir20)
  • Fix upload validation and reset
  • Fix default button border color

v0.4.8

18 Nov 23:14
Compare
Choose a tag to compare

Fixes

  • Fix removed ts artifacts (leftovers) (thanks @kasiap19)
  • Fix set tabbed transitions correctly (thanks @MaTTze)
  • Fix animation on notification when not programmatic
  • Fix checking valid $refs.dropwdown (thanks @amir20)
  • Fix add missing parent param to programmatic loading component (thanks @Tomaszal)
  • Fix missing 'active-change' event in Datepicker emits (thanks @jacoborus)
  • Fix rendering of comments in horizontal fields (thanks @MaTTze)
  • Fix center icon in close notification class (thanks @rubjo)
  • Fix #245 use type prop from parent (tabs)
  • Fix #237 export notification programmatic

v0.4.7

03 Nov 23:10
Compare
Choose a tag to compare

Fixes

  • Internal $elementRef as computed
  • Add missing expanded class to Inputitems
  • Timepicker formatting when h12
  • Same config path for notice and notification
  • Override with multiple classes with append to body (author: @laszlo-kasa )

New features

  • Add default input background to Inputitems container (author: @rubjo )
  • Add types to programmatic components (author: @mouadTaoussi )

Others

Some typos fixed, docs and contributing improvements (special thanks to @mouadTaoussi and @rubjo)


☕️ You can now support Oruga buying us a high quality espresso!
🎃🍁 Hacktoberfest 2021 has just ended and we'd like to thank everyone who participated!

v0.4.6

19 Oct 17:03
Compare
Choose a tag to compare

Fixes

  • Wrong full page class name in Loading (author: @levirs565)
  • Reset input value when autocomplete clear-on-select
  • Update focused date when is not "range"
  • Overridable classes object from config (datepicker and timepicker)
  • Slots syntax with vue 3 support (author: @iqbaltawakkal)
  • Remove duplicated provide
  • Missing data "ariaAutocomplete" (oruga-next)
  • Select emit blur and focus event using core methods
  • Input on Android now works as expected

New features

  • Add autosize for textarea (author: @iqbaltawakkal)
  • Add subheading slot to Table (author: @nickyg91)
  • Add icon right and icon pack to global select config
  • Add tooltip globally in slider config
  • Add banner to homepage
  • Add loading
  • Add sync filled to select
  • Add itemHeaderClass and itemFooterClass to autocomplete

Others

v0.4.5

22 Sep 11:04
Compare
Choose a tag to compare

Fixes

  • double items when allow-new and enter key
  • stay open on mouse click when autocomplete is keep-open
  • datetimepicker when use mindatetime
  • z-index on loading when is not fullpage
  • refactoring override prop behaviour
  • #190 modal when closing quickly
  • disabled prop on button when false (next) #191
  • add base animation on notification append #179
  • steps animation using v-model #178
  • import OPagination on OTablePagination (#187) (author: @j-a-m-l )
  • load helper from oruga-next on OTableMobileSort (#186) (author: @j-a-m-l )
  • missing !default; on skeleton background scss var
  • disable hovered when active
  • autocomplete when keep-first
  • watch locale to update meridien
  • double select event when clear on select
  • emit typing event after reset item
  • check if row exists before close detail (table)
  • reset current tag when duplicated input items (autocomplete)
  • combination of table filters using custom search
  • check undefined on update datepicker with range

New features

  • emit icon-right-click on inputitems
  • add selectableHeader and selectableFooter props to autocomplete
  • emit active-change on datepicker
  • override as a prop overrides anything
  • add icon pack overridable on checkbox and radio conf
  • add transformClasses functionality
  • improve autocomplete accessibility
  • add ariaLabelledby prop to switch and checkbox
  • add slot 'caption' to table
  • add provide programmatic usage (oruga-next) (author: @cimchd)

Others

  • documentation improvements

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)