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

Changelog History
Page 2

  • v0.9.12

  • v0.9.11 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix stay open on mouse click when autocomplete is keep-open
    • ๐Ÿ›  Fix emitting autocomplete header and footer events (thanks @geeksilva97)
    • ๐Ÿ›  Fix loading when using fixed navbar (thanks @geeksilva97)
    • ๐Ÿ›  Fix datetimepicker when use granularity (thanks @geeksilva97)
    • ๐Ÿ›  Fix numberinput increment bug (thanks @geeksilva97)
    • ๐Ÿ›  Fix #3475 attributes duplication on navbar (thanks @GMartigny)
    • ๐Ÿ›  Fix #3490 duplicate tags on select with enter and allow-new
    • ๐Ÿ›  Fix #3543 focused date when is range
    • ๐Ÿ›  Fix #3277 avoid to emit event when clear-on-select
    • ๐Ÿ›  Fix #3418 timepicker hour 12 displayed as 0 (thanks @cain)

    ๐Ÿ†• New features

    • ๐Ÿ†• New component: Breadcrumb, see docs (thanks @mouadTaoussi)
    • โž• Add progress bar (remaining time to close) to notification (thanks @mouadTaoussi)
    • โž• Add selectable-header and selectable-footer props to autocomplete (thanks @JDurman)
    • โž• Add close-button-aria-label prop to modal (thanks @tcitworld)
    • โž• Add navbar burger and dropdowns to be focusable and keyboard selectable (thanks @tcitworld)
  • v0.9.10 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix double select event when clear-on-select
    • ๐Ÿ›  Fix event prevent on "Tab" key of autocomplete
  • v0.9.9 Changes

    ๐Ÿ†• New features

    • โž• Add tag prop to navbar dropdown (thanks @GMartigny)
    • โž• Add select-on-click-outside prop to autocomplete (thanks @elisamuelps)
    • โž• Add aria-labelledby prop to checkbox and switch (thanks @milad-mirkarimi)
    • โž• Add icon-right and icon-right-clickable props to datepicker and datetimepicker (thanks @rubjo)
    • โž• Add caption prop to table (thanks @eveenendaal)
    • โž• Add pause-on-hover prop to toast (thanks @milad-mirkarimi)
    • ๐Ÿ‘Œ Improve number input validation (thanks @fabiofdsantos)
    • Enable click event to notification (thanks @franciscoh017)
    • ๐Ÿ‘‰ Show switch control label if slot exists (thanks @cain)
    • Prevent emitting the prompt value when inputted text is compositing (thanks @soudai-s)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix autocomplete using keep first (thanks @dauriata)
    • ๐Ÿ›  Fix combination of filters with custom searches (AND operator) (thanks @massimozappino)
    • ๐Ÿ›  Fix avoid reading undefined range on datepicker (thanks @apauly)
    • ๐Ÿ›  Fix sidebar delay on hover leave (thanks @holtolee)
    • ๐Ÿ›  Fix #3431 disable sort when column is not sortable (multisort)
    • ๐Ÿ›  Fix #3438 reset current tag when duplicated
    • ๐Ÿ›  Fix #3442 wrong prop on timepicker
    • ๐Ÿ›  Fix #3461 check if a detail row is visible before trying to close it (thanks @GMartigny)
    • ๐Ÿ›  Fix #3473 emit typing to force reload items on tagsinput
  • v0.9.8 Changes

    ๐Ÿ†• New features

    • ๐Ÿš€ Shipped with Bulma 0.9.3 (release note)
    • ๐Ÿ‘Œ Support keep first on taginput elements (thanks @fabiofdsantos)
    • โž• Add missing typehints for the notification component (thanks @maartenvanasperen)
    • ๐Ÿ‘Œ Improve accessibility to dropdown and autocomplete (thanks @eveenendaal)
    • โž• Add detail-icon prop to Table component (thanks @holtolee)
    • โž• Add delay prop to Sidebar component (thanks @holtolee)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #3329 checkbox autocompletion (thanks @markovejnovic)
    • ๐Ÿ›  Fix datepicker tab navigation with nearby-selectable-month-days prop (thanks @Raljuk)
    • ๐Ÿ›  Fix #3342 iPad detection (thanks @lboecker)
    • ๐Ÿ›  Fix #3333 multiple datepicker stay on month on date removal (thanks @mateusbw)
    • ๐Ÿ›  Fix #3366 notification animation effect on close (thanks @LeoMouyna)
  • v0.9.7 Changes

    ๐Ÿ†• New features

    • โž• Add transition appear to tabs/steps (thanks @jermel)
    • โž• Add draggable-column prop to table (thanks @T0RAT0RA)

    ๐Ÿ›  Fixes

    • Resotre tzOffeset on datetimepicker
    • ๐Ÿ›  Fix #3224 datepicker on select a date in the next month when multiple (thanks @markokos01)
    • ๐Ÿ›  Fix #3278 weekdays off by one day (thanks @waldeck-dev)
    • ๐Ÿ›  Fix #3280 controls on number-input when disabled (thanks @service-paradis)
  • v0.9.6 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix datetimepicker timezone
    • ๐Ÿ›  Fix datepicker when append-to-body and auto open when value change (thanks @service-paradis)
    • ๐Ÿ›  Fix #3258 remove outline from step-item and tab-item on focus (thanks @service-paradis)
    • ๐Ÿ›  Fix #3262 first option selected on taginput when autocomplete (thanks @fabiofdsantos)
  • v0.9.5 Changes

    ๐Ÿ†• New features

    • ๐Ÿš€ Shipped with Bulma 0.9.2 (release note)
    • โž• Add rounded prop to Upload (thanks @major-mayer)
    • โž• Add icon-right-type prop to Input (thanks @Propaganistas)
    • โž• Add icon-right prop to Datepicker (thanks @darotar)
    • โž• Add cancel-text prop to Snackbar (thanks @adamgreenhall)
    • โž• Add indefinite prop to Toast (thanks @service-paradis)
    • Automatically select hovered option on blur for Autocomplete (thanks @fabiofdsantos)
    • โž• Add aria-label prop to Modal (thanks @crowdcow-shae)
    • โž• Add alt attribute to placeholder image (thanks @chazmcgarvey )
    • โž• Add caption slot to Image (thanks @chazmcgarvey )
    • โž• Add defaultSwitchRounded default configuration option (thanks @service-paradis)
    • โž• Add detail-transition prop to Table (thanks @service-paradis)
    • Accept Date as values for Select (thanks @service-paradis)
    • Display events on unselectable Datepicker cell (thanks @service-paradis)
    • โž• Add aria-minus-label and aria-plus-label functions for b-numberinput (thanks @service-paradis)
    • โž• Add th-attrs and td-attrs functions for b-table
    • ๐Ÿ‘Œ Improve a11y on tab component (thanks @service-paradis)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #2678: tab navigation with boxed navbar dropdown (thanks @yuwu9145)
    • ๐Ÿ›  Fix #2848: incorrect inset shadow for b-radio-button (thanks @service-paradis)
    • ๐Ÿ›  Fix #2879: open DatetimePicker using the enter key (thanks @service-paradis)
    • ๐Ÿ›  Fix #2990: table sorting on multiple column (thanks @yuwu9145)
    • ๐Ÿ›  Fix #2994: table striped style with sticky columns (thanks @service-paradis)
    • ๐Ÿ›  Fix #3011: blur events for ClockPicker (thanks @yuwu9145)
    • ๐Ÿ›  Fix #3022: use aria labels on table pagination buttons (thanks @service-paradis)
    • ๐Ÿ›  Fix #3028: use aria labels on pagination next/previous buttons (thanks @service-paradis)
    • ๐Ÿ›  Fix #3035: autocomplete default content width in modal
    • ๐Ÿ›  Fix #3040: fix mutation of value in multiple dropdown (thanks @VictorCazanave)
    • ๐Ÿ›  Fix #3056: reset time on carousel when using arrows (thanks @harryJst)
    • ๐Ÿ›  Fix #3104: defaultDialogConfirmText not working
    • ๐Ÿ›  Fix #3107: keyboard usage with Datepicker date range (thanks @service-paradis)
    • ๐Ÿ›  Fix #3109: handle number values as expected for NumberInput (thanks @yuwu9145)
    • ๐Ÿ›  Fix #3113: dropdown with append-to-body z-index when inactive (thanks @Dragoncall)
    • ๐Ÿ›  Fix #3119: duplicated hovered event with Autocomplete (thanks @fabiofdsantos)
    • ๐Ÿ›  Fix #3124: restore tree shaking functionnality with default config (thanks @MartinodF)
    • ๐Ÿ›  Fix #3135: multiple fixed Navbar on the same page (thanks @WTDuck)
    • ๐Ÿ›  Fix #3161: display close button when Modal is displayed at start (thanks @aglio)
    • ๐Ÿ›  Fix #3168: wrong DatetimePicker behavior with empty value
    • ๐Ÿ›  Fix #3177: navigate to Datepicker footer using Tab (thanks @service-paradis)
    • ๐Ÿ›  Fix #3195: Tooltip auto-close with inside and outside (thanks @elC0mpa)
    • ๐Ÿ›  Fix #3216: unexpected form submit on enter in Autocomplete
    • ๐Ÿ›  Fix #3226: reactive Datepicker dates when using multiple (thanks @service-paradis)
    • ๐Ÿ›  Fix #3235: emit event on Table listeners (thanks @service-paradis)
    • ๐Ÿ›  Fix #3247: Remove extraneous a element in tag (thanks @service-paradis)
  • v0.9.4 Changes

    October 30, 2020

    ๐Ÿ†• New features

    • Shipped with Bulma 0.9.1
    • โž• Add is-light variant to tooltip (thanks @service-paradis)
    • โž• Add support for multiple progress bars (thanks @service-paradis)
    • โž• Add cellclick event to b-table (thanks @dauriata)
    • โž• Add controls-alignment prop to Numberinput (thanks @jonagoldman)
    • โž• Add left-label prop to switch component (thanks @kaangokdemir)
    • โž• Add indicator prop to show Slider value inside thumb (thanks @re2005)
    • โž• Add autoFocus prop to Modal (thanks @mateuswetah)
    • โž• Add aria-close-label prop to Taginput (thanks @service-paradis)
    • ๐Ÿ‘Œ Support locale in Slider (thanks @service-paradis)
    • โž• Add sticky-checkbox option to b-table (thanks @Numenorian)
    • โž• Add rounded prop to table pagination (thanks @nastiaKuzanastasia.kuznetsova)
    • โž• Add tooltip-always prop for Slider component (thanks @kaangokdemir)
    • โž• Add #header slot inside of b-message to place a custom header (thanks @m4st3rm4tz3)
    • โž• Add week-number-click event to Datepicker
    • โž• Add toggleDetails to default Table slot
    • โž• Add invalid event to Upload (thanks @adamgreenhall)
    • โž• Add custom-search prop to table column

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #2858: Too much events fired by BNavbar component (thanks @service-paradis)
    • ๐Ÿ›  Fix problem using lazy prop for Image component (thanks @service-paradis)
    • ๐Ÿ›  Fix #2862: setSelect null when clear button is triggered (thanks @re2005)
    • ๐Ÿ›  Fix #2851: table current page update parent value (thanks @re2005)
    • ๐Ÿ›  Fix #2865: table visible column count (thanks @service-paradis)
    • ๐Ÿ›  Fix #2893: select height in Datepicker when using label-position="inside" (thanks @service-paradis)
    • ๐Ÿ›  Fix #2904: check for null/undefined and not any false for Numberinput (thanks @damian-bal)
    • ๐Ÿ‘‰ Use $slider-track-background for Slider track background (thanks @service-paradis)
    • ๐Ÿ›  Fix #2853: Sidebar closes when clicking on dynamically visible elements (thanks @service-paradis)
    • ๐Ÿ›  Fix #2916: select inside carousel (thanks @Tofandel)
    • ๐Ÿ›  Fix #2683: Datepicker focus when using arrow keys (thanks @service-paradis)
    • ๐Ÿ›  Fix Datepicker initial value fullYear when v-model is present (thanks @re2005)
    • ๐Ÿ›  Fix #2914: Label overlapping input text (thanks @service-paradis)
    • ๐Ÿ›  Fix #2933: sidebar can-cancel docs
    • ๐Ÿ›  Fix #2909: rounded prop to datetimepicker
    • ๐Ÿ›  Fix #2938: border-right missing in timepicker select (thanks @service-paradis)
    • ๐Ÿ›  Fix #2949: Do not emit drag/drop events if table is not draggable (thanks @service-paradis)
    • ๐Ÿ›  Fix #2945: Checking if minNumber is undefined before assigning it in NumberInput (thanks @elC0mpa)
    • ๐Ÿ›  Fix dropdown when expanded and append-to-body
    • ๐Ÿ›  Fix #2940: trigger tooltip when append-to-body
    • ๐Ÿ›  Fix MenuItem expanded prop update (thanks @aquaminer)
    • ๐Ÿ›  Fix #2944: header slot on tabs (thanks @yuchaosydney)
    • ๐Ÿ›  Fix #2871: Improve tabbing with autocompleted taginputs (thanks @rubjo)
    • ๐Ÿ›  Fix #3003: close tooltip when triggers is focus
    • ๐Ÿ›  Fix #2918: columns prop when individual import
    • ๐Ÿ›  Fix sidebar z-index
    • ๐Ÿ›  Fix #2977: disable scroll when sidebar is overlay
  • v0.9.3 Changes

    September 03, 2020

    ๐Ÿ†• New features

    • โž• Add animation prop to steps and tabs
    • โž• Add range to datepicker when type is month (thanks @ryo-gk)
    • โž• Add after-enter and after-leave events tp modal (thanks @aglio)
    • โž• Add min-step prop to number input (thanks @abroekhof)
    • โž• Add lazy prop to input (thanks @304NotModified)
    • โž• Add centered propt to navbar (thanks @holtolee)
    • โž• Add new progress bar text color (thanks @service-paradis)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #2830 carousel animation refresh (thanks @Tofandel)
    • ๐Ÿ›  Fix #2824 background color marging when table cards (thanks @holtolee)
    • ๐Ÿ›  Fix empty slot check in autocomplete
    • ๐Ÿ›  Fix empty slot name in taginput (thanks @rubjo)
    • ๐Ÿ›  Fix contextmenu event always being prevented on tooltips (thanks @adriaanmeuris)
    • ๐Ÿ›  Fix use correct sidebar breakpoint variable (thanks @btkostner)
    • ๐Ÿ›  Fix focused date when max date < current date (thanks @re2005)