All Versions
88
Latest Version
Avg Release Cycle
18 days
Latest Release
-

Changelog History
Page 4

  • v0.8.13 Changes

    March 11, 2020

    🆕 New features

    • âž• Add selected slot to taginput
    • âž• Add scrollable prop to table
    • âž• Add sticky prop to table column
    • âž• Add cell-class and header-class prop to table column
    • âž• Add height prop to table
    • âž• Add filters-event prop to table
    • âž• Add slide animation to menu item and in the core code
    • 👌 Improve accessibility to datepicker (thanks @service-paradis)
    • #2269 Add bigger-slider-focus prop to slider (thanks @melogustavo)
    • #2290 Add activable prop to menu
    • #2308 Add max-height prop to autocomplete

    🛠 Fixes

    • 🛠 Fix datepicker clearing selected array in the first selection when multiple
    • 🛠 Fix #2195 switch transition on Safari (thanks @bender-a)
    • 🛠 Fix #2205 datepicker table rendering on Safari (thanks @bender-a)
    • 🛠 Fix #2236 table performance on destroy
    • 🛠 Fix #2257 button with icon and without default slot
    • 🛠 Fix #2262 numberinput custom icons
    • 🛠 Fix #2270 taginput when remove a tag on mobile
    • 🛠 Fix #2272 check input ref before to focus (thanks @bender-a)
    • 🛠 Fix #2273 end animation on dropdown
    • 🛠 Fix #2292 sticky header using subheading
    • 🛠 Fix #2293 focus on icon click when type "textarea"
  • v0.8.12 Changes

    February 22, 2020

    🆕 New features

    • âž• Add sticky-header prop to table

    🛠 Fixes

    • 🛠 Fix #2254 button with icon in the default slot
    • 🛠 Fix #2250 taginput option item when autocomplete without slot
  • v0.8.11 Changes

    February 19, 2020
    • âž• Add multi column sorting to table (thanks @suneab)
    • âž• Add clearable prop to autocomplete (thanks @melogustavo)
    • âž• Add icon-right prop to input (thanks @melogustavo)
    • âž• Add tag slot to taginput (thanks @jacobgoh101)
    • âž• Add tz-offset prop to datepicker (thanks @zedrdave)
    • âž• Add repeat prop to carousel (thanks @GerryWilko)
    • âž• Add icon prop to nofitication and message (thanks @service-paradis)
    • âž• Add multiline prop to tabs
    • âž• Add aria attributes to dropdown (thanks @mariusj)

    🛠 Fixes

    • 🛠 Fix missing export taginput component
    • 🛠 Fix prevent table thead jumping when sorting is changed
    • 🛠 Fix #2152 tab-item rendering using header slot (thanks @service-paradis)
    • 🛠 Fix #2153 text overflow to progress bar (thanks @service-paradis)
    • 🛠 Fix #2157 carousel when autoplay and no pause
    • 🛠 Fix #2160 remove body classes of navbar on destroy
    • 🛠 Fix #2185 taginput when over maxtags
    • 🛠 Fix #2187 taginput rendering when attached and over maxtags
    • 🛠 Fix #2189 'undefined' on carousel (thanks @service-paradis)
    • 🛠 Fix #2190 remove margin when not exists text on button
    • 🛠 Fix #2191 navbar dropdown close on click when hoverable
    • 🛠 Fix #2216 menu item warning
    • 🛠 Fix #2217 percentage calc on progress bar (thanks @service-paradis)
    • 🛠 Fix #2219 field label when position is inside and add-on
    • 🛠 Fix #2227 double blur event emitted by pickers
    • 🛠 Fix #2228 check if the row is checkable before unchecking it (thanks @service-paradis)
    • 🛠 Fix #2240 check ref datetimepicker on mount when mobile
  • v0.8.10 Changes

    🆕 New features

    • 👌 Improve rendering performance on table
    • âž• Add focusand blur event on datetimepicker
    • âž• Add animation prop to notification (thanks @service-paradis)
    • âž• Add trap-focus prop to datepicker (thanks @service-paradis)
    • âž• Add hour-increment prop to timepicker (thanks @LeoMouyna)
    • âž• Add backend-filtering prop and filters-change event to table (thanks @zeljkokalezic)

    🛠 Fixes

    • 🛠 Fix #1473 tooltip z-index (lower than modal) (thanks @rolandschuetz)
    • 🛠 Fix #1889 add body padding for fixed spaced navbar (thanks @a-kriya)
    • 🛠 Fix #2109 disabled button (thanks @service-paradis)
    • 🛠 Fix #2114 limit the select options of month in Datepicker with min-date and max-date (thanks @service-paradis)
    • 🛠 Fix #2121 fix tabs warning when items aren't already visible (thanks @service-paradis)
    • 🛠 Fix #2133 table colspan when detailed and hidden icon (thanks @rolandschuetz)
    • 🛠 Fix #2135 keep open taginput on add/remove when open-on-focus
    • 🛠 Fix #2141 taginput using sortablejs
  • v0.8.9 Changes

    🆕 New features

    • âž• Add infinite-scroll prop to autocomplete and taginput (thanks @mateuswetah)
    • âž• Add scss variables to loading and snackbar (thanks @service-paradis)
    • âž• Add range start and end events to datepicker (thanks @lunfel)
    • âž• Add close event to notification, snackbar and toast (thanks @service-paradis)
    • âž• Add new props to carousel and carousel-list (thanks @apolokaklab)
    • âž• Add aria-role prop to snackbar (thanks @service-paradis)
    • ✂ Remove Vue import and registration of Vue instance (thanks @afwn90cj93201nixr2e1re)
    • #2075 Add focusable prop to datepicker
    • #2085 Add blur event on picker close

    🛠 Fixes

    • 🛠 Fix taginput when autocomplete without template
    • 🛠 Fix default modal background color (thanks @francoism90)
    • 🛠 Fix #1387 maintain tabitems/stepitems order (thanks @service-paradis)
    • 🛠 Fix #2023 increment-minutes and increment-seconds props to timepicker (thanks @GerryWilko)
    • 🛠 Fix #2037 datepicker selection when multiple
    • 🛠 Fix #2049 indicator style name 'is-boxs' -> 'is-boxes' (thanks @apolokaklab)
    • 🛠 Fix #2062 align last tag on taginput with maxtags (thanks @andrei-dracea)
    • 🛠 Fix #2093 trap-focus on programmatic modal (thanks @service-paradis)
  • v0.8.8 Changes

    🆕 New features

    • âž• Add subheadings prop/slot to table (thanks @arambert)
    • âž• Add container prop to dialog (thanks @service-paradis)
    • âž• Add touch events to carousel on mobile

    🛠 Fixes

    • 🛠 Fix custom icon pack improving merge internal function (thanks @service-paradis)
    • 🛠 Fix #2006 tabs when nested each other (thanks @service-paradis)
  • v0.8.7 Changes

    🆕 New features

    • 🆕 New component: Carousel, see docs (thanks @apolokaklab)
    • âž• Add controls prop to number input (thanks @afwn90cj93201nixr2e1re)
    • âž• Add accordion prop to menu
    • âž• Add icon-click event to input (thanks @service-paradis)
    • âž• Add multiple support to Datepicker when type is month
    • âž• Add more customization variables for dropdown and loading (thanks @HugoHeneault)
    • âž• Add more customization variables for datepicker (thanks @service-paradis)
    • âž• Add defaultDatepickerMobileModal constructor option (thanks @ievhen-soloviov)
    • #2000 Add time-creator prop to timepicker

    🛠 Fixes

    • 🛠 Fix IE compatibility using multiple datepicker
    • 🛠 Fix datetimepicker ignores expanded prop (thanks @cypressious)
    • 🛠 Fix disabled checkbox in table (thanks @yxngl)
    • 🛠 Fix page number count when filtering data (thanks @yxngl)
    • 🛠 Fix placeholder to datetimepicker (thanks @yxngl)
    • 🛠 Fix #1812 extending a component
    • 🛠 Fix #1909, #1902, #1898 issues on searchable table column (thanks @dauriata and @service-paradis)
    • 🛠 Fix #1951 modal a11y improvements (thanks @service-paradis)
    • 🛠 Fix #1963 erase numberinput value
    • 🛠 Fix #1972 using min and max native datepicker and timepicker props
    • 🛠 Fix #1986 setting 00:00 on datetimepicker
  • v0.8.6 Changes

    🆕 New features

    • 🆕 New component: Datetimepicker, see docs
    • âž• Add searchable prop to table column (thanks @robertmarney, @tonystonee, @quadra-diffusion)
    • âž• Add expanded prop to radio button (thanks @saaso)
    • âž• Add expanded prop to checkbox button (thanks @saaso)
    • âž• Add multiple prop to datepicker (thanks @jamenamcinteer)
    • âž• Add vertical prop to tabs (thanks @service-paradis)
    • âž• Add defaultButtonRounded constructor option (thanks @bohdan-prylutskyi)
    • âž• Add mobile-burger prop to navbar (thanks @service-paradis)
    • âž• Add v-on:listeners to navbar item
    • âž• Add expanded prop to button (thanks @service-paradis)
    • âž• Add a slot for overriding navigation to steps (thanks @service-paradis)
    • âž• Add more customization variables to checkbox (thanks @HugoHeneault)
    • âž• Add new SCSS variables to toast, snackbar and icon (thanks @service-paradis)
    • 👌 Improve accessibility to modal (thanks @service-paradis)
    • Enable to set a custom width (%, ...) to table column (thanks @druppy)

    🛠 Fixes

    • 🛠 Fix #1834 datepicker on ios mobile (thanks @bohdan-prylutskyi)
    • 🛠 Fix #1875 datepicker disabled style
    • 🛠 Fix #1883 date-parser function when range
    • 🛠 Fix taginput style when maxtags and using label-position prop on field
  • v0.8.5 Changes

    🆕 New features

    • 🆕 New component: Rate, see docs (thanks @apolokaklab)
    • #1706 Add trap-focus prop to modal, dialog and dropdown (thanks @service-paradis)
    • #1775 Add expanded prop to dropdown
    • âž• Add custom-formatter prop to slider (thanks @yxngl)
    • âž• Add position prop to collapse

    🛠 Fixes

    • 🛠 Fix #1286 taginput close when autocomplete (thanks @wrabit)
    • 🛠 Fix #1784 navbar navigation on mobile reverting #1743
    • 🛠 Fix #1780 alignment using h1 tag on steps (thanks @service-paradis)
    • 🛠 Fix #1786 icons warning for vue-fontawesome (thanks @service-paradis)
    • 🛠 Fix #1814 set icon-pack pagination using table (thanks @service-paradis)
    • 🛠 Fix #1821 datepicker reset using empty array when range
  • v0.8.4 Changes

    🆕 New features

    • âž• Add style props (is-boxed, etc) to navbar and navbarcomponent
    • âž• Add pagination buttons customization (thanks @service-paradis)
    • 👌 Improve accessibility for menu (thanks @mateuswetah)

    🛠 Fixes

    • 🛠 Fix build using import individual components
    • 🛠 Fix #1717 notification margin when queue is false and position is bottom-(right/left) (thanks @service-paradis)
    • 🛠 Fix #1741 toggle on navbar dropdown
    • 🛠 Fix #1743 add check outside click on navbar brand (thanks @wanxe)
    • 🛠 Fix #1744 icon component using vue-fontawesome
    • 🛠 Fix #1748 progressbar style on IE when indeterminate (thanks @service-paradis)
    • 🛠 Fix #1761 grouped/addons size with inside position label (thanks @service-paradis)
    • 🛠 Fix #1773 numberinput issues with groups and addons (thanks @service-paradis)