Skip to content

Releases: oruga-ui/oruga

v0.5.9

14 Nov 21:47
Compare
Choose a tag to compare

New features

  • feat(sidebar): add hidden/visible classes (@thanks mlmoravek)

Fixes

  • fix(notification): #437 wrong noticeCustomContainerClass prop name
  • fix(docs-next): generate subcomponent docs
  • fix(table): table column props (thanks @mlmoravek)
  • fix(docs-next): regenerate & scss path (thanks @roiLeo )

v0.5.8

31 Oct 23:39
Compare
Choose a tag to compare

Fixes

  • fix(modal): #333 twice close event (author: @travatomic)
  • fix(field): #427 show message when horizontal (author: @yoji-kojio)
  • fix(input): restore nextick when autosize

v0.5.7

31 Oct 22:22
Compare
Choose a tag to compare

Fixes

  • fix(table): #430 checkable table (vue 3)
  • fix(input): autosize on route change
  • fix(datepicker): un/selectableDates prop types (author: @beljand)
  • fix(carousel): remove mouse event prevent
  • fix(autocomplete): check footer when it exists and infinite-scroll
  • fix(notification): undefined when override mode
  • fix(modal): #412 restore position relative

New features

  • feat: add Menu component (author: @groundfloorwebb)
  • feat(steps): add active event on step-item (author: @travatomic)
  • feat(tooltip): add 'auto' position (author: @blm768)
  • feat(input): watch type prop
  • feat(dropdown): add trigger-tabindex (set -1 on datepicker)
  • feat(modal): remove custom prop and add scrollClipClasss + noScrollClass

v0.5.6

07 Sep 22:09
Compare
Choose a tag to compare

Fixes

  • fix(table): #393 avoid recursive updates using thAttrs/tdAttrs
  • fix(modal): modal content position attribute
  • fix(modal): use slot when programmatically
  • fix(table): style when bordered (full-css)
  • fix(datetimepicker): min/max time (author: @joeyberkovitz )
  • fix: #342 apply width on each td
  • fix: #362 slide animation on vue 3
  • fix(InjectedChildMixin): Fix throwing ReferenceError (author: @ishitatsuyuki)
  • Fix(table): #358 case sensitive listening model value
  • fix: promise definition as prop type (author: @urkle)

New features

  • feat(checkbox): #410 add v-bind to native input
  • feat: export individual components (author: @ishitatsuyuki)
  • feat: docs-next (#340)
  • feat: close all programmatic components (author: @urkle )

v0.5.5

23 Mar 22:40
Compare
Choose a tag to compare

Fixes

  • fix(sidebar): check outside click to close it
  • fix(tabs): #306 keep the order of tab items
  • fix(datetimepicker): add missing size prop
  • fix(table): #319 add missing 'default-open' event
  • fix(notication): #291 override duration prop from config (author: @urkle)
  • fix: return component instance using programmatic (author: @urkle)

New features

  • feat(tooltip): emit 'close' and 'open' events
  • feat(tabs): improve a11y
  • feat(dropdown): improve a11y
  • feat(collapse): improve a11y
  • feat(table): improve rendering
  • feat: return promise when loading and notification programmatic (author: @urkle)
  • feat(modal): add a promise return to the programmatic modal (author: @urkle)

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